Mercurial > repos > iuc > mothur_summary_seqs
diff summary.seqs.xml @ 3:b7c0b62e024a 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:04:27 -0500 |
| parents | 03bc0aa0f9d2 |
| children | 6082f78ea7cb |
line wrap: on
line diff
--- a/summary.seqs.xml Tue Sep 05 16:44:58 2017 -0400 +++ b/summary.seqs.xml Wed Feb 14 10:04:27 2018 -0500 @@ -7,26 +7,26 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$fasta" fasta.dat && - ln -s "$name" name.dat && - ln -s "$count" count.dat && +## create symlinks to input datasets +ln -s '$fasta' fasta.dat && +ln -s '$name' name.dat && +ln -s '$count' count.dat && - echo 'summary.seqs( - fasta=fasta.dat, - #if $name: - name=name.dat, - #end if - #if $count: - count=count.dat, - #end if - processors='\${GALAXY_SLOTS:-8}' - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'summary.seqs( + fasta=fasta.dat, + #if $name: + name=name.dat, + #end if + #if $count: + count=count.dat, + #end if + processors='\${GALAXY_SLOTS:-8}' +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="fasta" type="data" format="fasta,mothur.align" label="fasta - Dataset"/> @@ -56,8 +56,7 @@ <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -67,7 +66,7 @@ .. _summary.seqs: https://www.mothur.org/wiki/Summary.seqs -]]> - </help> + + ]]></help> <expand macro="citations"/> </tool>
