Mercurial > repos > iuc > bioext_bam2msa
view macros.xml @ 5:405ed9ad53ab draft
"planemo upload for repository https://github.com/davebx/bioext-gx/ commit c9002fa57e4d800f2c1c8d1dafbceb7681b0fcc2"
author | iuc |
---|---|
date | Tue, 05 Oct 2021 09:53:20 +0000 |
parents | b226e0c805a5 |
children | 27202050e185 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">0.20.1</token> <token name="@PROFILE@">20.05</token> <token name="@SANITIZE@"><![CDATA[| gawk '{ if (\$0 ~ "^[^>]") {a = gensub(/[^ACGTURYKMSWBDHVNacgturykmswbdhvn?-]/, "", "g"); } else {a=gensub(/[^>A-Za-z0-9_]/, "_", "g"); }; print a } ' | sed 's,_\\+,_,g' >]]></token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">python-bioext</requirement> <yield /> </requirements> </xml> <xml name="citations"> <citations> <citation type="bibtex"> @UNPUBLISHED{spond, author = "Sergei Kosakovsky Pond", title = "HyPhy: Hypothesis Testing using Phylogenies", year = "2000", note = "http://hyphy.org/", url = "http://hyphy.org/"} </citation> </citations> </xml> </macros>