Mercurial > repos > iuc > mothur_deunique_seqs
diff deunique.seqs.xml @ 5:09c8815c455b 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:08:12 -0500 |
| parents | 623e22d7cb82 |
| children | e301e47b31a5 |
line wrap: on
line diff
--- a/deunique.seqs.xml Tue Sep 05 16:36:02 2017 -0400 +++ b/deunique.seqs.xml Wed Feb 14 10:08:12 2018 -0500 @@ -7,23 +7,23 @@ <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 "$names" names.dat && +## create symlinks to input datasets +ln -s '$fasta' fasta.dat && +ln -s '$names' names.dat && - echo 'deunique.seqs( - #if $inputtype.intype == "countfile": - count=names.dat, - #else - name=names.dat, - #end if - fasta=fasta.dat - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log + echo 'deunique.seqs( + #if $inputtype.intype == "countfile": + count=names.dat, + #else + name=names.dat, + #end if + fasta=fasta.dat +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="fasta" type="data" format="fasta" label="fasta - Sequences to filter"/> @@ -36,7 +36,9 @@ <param name="names" type="data" format="mothur.names" label="provide a names file" help="A names file will generate a new faste file containing all the sequences."/> </when> <when value="countfile"> - <param name="names" type="data" format="mothur.count_table" label="provide a count table" help="A counts table will generate a new faste file containing all the sequences. If the file contains group information, a group file will also be created."/> + <param name="names" type="data" format="mothur.count_table" label="provide a count table" + help="A counts table will generate a new faste file containing all the sequences. + If the file contains group information, a group file will also be created."/> </when> </conditional> </inputs> @@ -73,8 +75,7 @@ <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -87,7 +88,6 @@ v.1.21.0: Updated to Mothur 1.33, added option to provide count instead of names file, new groups file as output -]]> - </help> + ]]></help> <expand macro="citations"/> </tool>
