Skip to content

Commit

Permalink
Updated manuals and added new figures
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed May 4, 2016
1 parent 1ee879f commit 865f311
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
README.html
get_homologues.Rproj
HOWTOmanuals
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@
14042016: added option -c to plot_matrix_heatmap.sh to filter out excessive redundancy by imposing a max identity cut-off value
28042016: updated manuals for the web
29042016: updated manuals
04052016: set $MIN_PERSEQID_HOM_EST=70 and $MIN_COVERAGE_HOM_EST=50 in lib/marfil_homology.pm
04052016: added figure 3 to manual_get_homologues-est.pdf
04052016: commented out debug print in marfil_homology::makeHomolog
04052016: fixed bug in get_homologues-est.pl -c so that redundant isoforms are not added to pan/core sets
04052016: fixed bug in get_homologues.pl -c so that inparalogues are substracted while adding up novel BDBH pan-genome genes
Binary file modified manual_get_homologues-est.pdf
Binary file not shown.
Binary file modified manual_get_homologues.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion plot_pancore_matrix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ sub plot_core_genome
}
else
{

open(RSHELL,"|R --no-save $Rparams ") || die "# plot_core_genome : cannot call R: $!\n";
print RSHELL<<EOF;
Expand Down

0 comments on commit 865f311

Please sign in to comment.