commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0b440d5c1667/ Changeset: 0b440d5c1667 User: nsoranzo Date: 2013-10-17 12:46:13 Summary: Fix for "NotFound: cannot find 'cov_cutoff' while searching for 'expected.cov_cutoff'" Affected #: 1 file diff -r 329ea7a83af4f389a7c95ee4559d88c6fec0211b -r 0b440d5c1667b06e3a1eb3c8131b925e6da173fd tools/sr_assembly/velvetg.xml --- a/tools/sr_assembly/velvetg.xml +++ b/tools/sr_assembly/velvetg.xml @@ -19,7 +19,7 @@ #if $expected.coverage == "auto": -exp_cov auto #elif $expected.coverage == "value": - -exp_cov $expected.cov_cutoff + -exp_cov $expected.exp_cov #end if #if $contig_lgth.use_contig_lgth == "yes": -min_contig_lgth $contig_lgth.min_contig_lgth https://bitbucket.org/galaxy/galaxy-central/commits/90547efa211f/ Changeset: 90547efa211f User: jmchilton Date: 2013-10-18 00:27:23 Summary: Merge. Affected #: 1 file diff -r 0282484e4c323e1baf79d05813ea8213239a8b4e -r 90547efa211fb9c6480662129591ab28acbc0ffe tools/sr_assembly/velvetg.xml --- a/tools/sr_assembly/velvetg.xml +++ b/tools/sr_assembly/velvetg.xml @@ -19,7 +19,7 @@ #if $expected.coverage == "auto": -exp_cov auto #elif $expected.coverage == "value": - -exp_cov $expected.cov_cutoff + -exp_cov $expected.exp_cov #end if #if $contig_lgth.use_contig_lgth == "yes": -min_contig_lgth $contig_lgth.min_contig_lgth Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org