Skip to content

Commit

Permalink
added links to GET_PHYLOMARKERS
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Jan 3, 2018
1 parent b122aa7 commit 92bbd67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,6 @@
28112017: added option 'no_databases' to install.pl for building docker images
28112017: forgotten URI::Escape added to list of required Perl modules in EST manual
24122017: removes the invariant (core-genome) and singleton (cloud-genome) columns before computing distances @ hcluster_matrix.sh
03012018: updated example figure created with plot_matrix_heatmap.sh in the manual
03012018: renamed hcluster_matrix.sh to hcluster_pangenome_matrix.sh and updated install.pl, release.pl accordingly
03012018: added links to GET_PHYLOMARKERS
2 changes: 1 addition & 1 deletion install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@

print "## checking optional software R (lib/phyTools: \$ENV{'EXE_R'})\n";
print "# required by compare_clusters.pl, parse_pangenome_matrix.pl -s, plot_pancore_matrix.pl and\n";
print "# plot_matrix_heatmap.sh, hcluster_matrix.sh\n";
print "# plot_matrix_heatmap.sh, hcluster_pangenome_matrix.sh\n";
$output = `$ENV{'EXE_R'} --version 2>&1`;
if($output =~ /R version/){ print ">> OK\n"; }
else
Expand Down
Binary file modified manual_get_homologues-est.pdf
Binary file not shown.
Binary file modified manual_get_homologues.pdf
Binary file not shown.

0 comments on commit 92bbd67

Please sign in to comment.