Previous changeset 2:09779cc94f94 (2016-11-09) Next changeset 4:c393687bd857 (2017-01-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit f30bc6f7e10409dfa0dd65688e60da8b59f12464 |
modified:
filter-below-abund.py macros.xml |
b |
diff -r 09779cc94f94 -r eacbaa76d6fc filter-below-abund.py --- a/filter-below-abund.py Wed Nov 09 05:58:08 2016 -0500 +++ b/filter-below-abund.py Mon Nov 14 17:50:16 2016 -0500 |
b |
@@ -83,5 +83,6 @@ tsp.start(verbose_fasta_iter(infile), outfp) + if __name__ == '__main__': main() |
b |
diff -r 09779cc94f94 -r eacbaa76d6fc macros.xml --- a/macros.xml Wed Nov 09 05:58:08 2016 -0500 +++ b/macros.xml Mon Nov 14 17:50:16 2016 -0500 |
[ |
@@ -91,7 +91,7 @@ checked="true" help="Count k-mers past 255 occurences (--no-bigcount)" /> </xml> <token name="@HELP_FOOTER@"><![CDATA[ -(from the khmer project: http://khmer.readthedocs.org/en/v@WRAPPER_VERSION@/ )]]></token> +(from the khmer project: http://khmer.readthedocs.org/en/v2.0/ )]]></token> <xml name="software-citation"> <citation type="bibtex">@article{khmer2015, author = "Crusoe, Michael R. and Alameldin, Hussien F. and Awad, Sherine |