Mercurial > repos > iuc > mothur_sffinfo
diff sffinfo.xml @ 3:e65c60fb2e5a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 10:11:35 -0500 |
| parents | 32a19ce534d1 |
| children | 84e52ca70749 |
line wrap: on
line diff
--- a/sffinfo.xml Tue Sep 05 16:42:05 2017 -0400 +++ b/sffinfo.xml Wed Feb 14 10:11:35 2018 -0500 @@ -7,37 +7,37 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$sff" sff.dat && - ln -s "$accnos" accnos.dat && - #if $oligo.add == "yes": - ln -s "$oligo.oligos" oligo.oligos.dat && - #end if +## create symlinks to input datasets +ln -s '$sff' sff.dat && +ln -s '$accnos' accnos.dat && +#if $oligo.add == "yes": + ln -s '$oligo.oligos' oligo.oligos.dat && +#end if - echo 'sffinfo( - sff=sff.dat, - fasta=$fasta, - qfile=$qfile, - $sfftxt - flow=$flow, - trim=$trim - #if $accnos: - ,accnos=accnos.dat - #end if - #if $oligo.add == "yes": - ,oligos=oligo.oligos.dat - ,bdiffs=$oligo.bdiffs - ,pdiffs=$oligo.pdiffs - ,tdiffs=$oligo.tdiffs - ,ldiffs=$oligo.ldiffs - ,sdiffs=$oligo.sdiffs - #end if - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'sffinfo( + sff=sff.dat, + fasta=$fasta, + qfile=$qfile, + $sfftxt + flow=$flow, + trim=$trim + #if $accnos: + ,accnos=accnos.dat + #end if + #if $oligo.add == "yes": + ,oligos=oligo.oligos.dat + ,bdiffs=$oligo.bdiffs + ,pdiffs=$oligo.pdiffs + ,tdiffs=$oligo.tdiffs + ,ldiffs=$oligo.ldiffs + ,sdiffs=$oligo.sdiffs + #end if +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="sff" type="data" format="sff" label="sff - Sff data"/> @@ -98,12 +98,11 @@ <output name="out_fasta" md5="212fa15e1ed077cecb65ee87f17ef2e1" ftype="fasta"/> <output name="out_qfile" md5="ffcc4831369139055e1b8e9add9a59c0" ftype="qual454"/> <output name="out_flow" md5="34b17477f98ab19c1ff755a61848d968" ftype="mothur.sff.flow"/> - <output name="out_scrap" md5="f03c422fe364815e7214ad31ad135aca" ftype="sff"/> + <output name="out_scrap" file="Fasting_Example1.scrap.sff" ftype="sff" compare="sim_size"/> <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -113,7 +112,7 @@ .. _sffinfo: https://www.mothur.org/wiki/Sffinfo -]]> - </help> + + ]]></help> <expand macro="citations"/> </tool>
