Skip to content

Commit 92bbd67

Browse files
added links to GET_PHYLOMARKERS
1 parent b122aa7 commit 92bbd67

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,6 @@
234234
28112017: added option 'no_databases' to install.pl for building docker images
235235
28112017: forgotten URI::Escape added to list of required Perl modules in EST manual
236236
24122017: removes the invariant (core-genome) and singleton (cloud-genome) columns before computing distances @ hcluster_matrix.sh
237+
03012018: updated example figure created with plot_matrix_heatmap.sh in the manual
238+
03012018: renamed hcluster_matrix.sh to hcluster_pangenome_matrix.sh and updated install.pl, release.pl accordingly
239+
03012018: added links to GET_PHYLOMARKERS

install.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324

325325
print "## checking optional software R (lib/phyTools: \$ENV{'EXE_R'})\n";
326326
print "# required by compare_clusters.pl, parse_pangenome_matrix.pl -s, plot_pancore_matrix.pl and\n";
327-
print "# plot_matrix_heatmap.sh, hcluster_matrix.sh\n";
327+
print "# plot_matrix_heatmap.sh, hcluster_pangenome_matrix.sh\n";
328328
$output = `$ENV{'EXE_R'} --version 2>&1`;
329329
if($output =~ /R version/){ print ">> OK\n"; }
330330
else

manual_get_homologues-est.pdf

1.26 KB
Binary file not shown.

manual_get_homologues.pdf

-27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)