Mercurial > repos > iuc > mothur_seq_error
diff seq.error.xml @ 3:5aa51a579879 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 09:58:46 -0500 |
| parents | b85d7c129afb |
| children | 165cd9cb3aff |
line wrap: on
line diff
--- a/seq.error.xml Tue Sep 05 16:38:09 2017 -0400 +++ b/seq.error.xml Wed Feb 14 09:58:46 2018 -0500 @@ -7,45 +7,45 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$fasta_in" fasta_in.dat && - ln -s "$name_in" name_in.dat && - ln -s "$count" count.dat && - ln -s "$alignment.template" alignment.template.dat && - #if $qual.use == "yes": - ln -s "$qual.qfile_in" qfile_in.dat && - ln -s "$qual.alignreport_in" alignreport_in.dat && - #end if +## create symlinks to input datasets +ln -s '$fasta_in' fasta_in.dat && +ln -s '$name_in' name_in.dat && +ln -s '$count' count.dat && +ln -s '$alignment.template' alignment.template.dat && +#if $qual.use == "yes": + ln -s '$qual.qfile_in' qfile_in.dat && + ln -s '$qual.alignreport_in' alignreport_in.dat && +#end if - echo 'seq.error( - fasta=fasta_in.dat, - reference=alignment.template.dat, - #if $name_in: - name=name_in.dat, - #end if - #if $qual.use == "yes": - qfile=qfile_in.dat, - report=alignreport_in.dat, - #end if - #if $threshold: - threshold=$threshold, - #end if - ignorechimeras=$ignorechimeras, - #if $count: - count=count.dat, - #end if - #if $fasta_in.is_of_type('mothur.align') - aligned=T, - #else - aligned=F, - #end if - processors='\${GALAXY_SLOTS:-8}' - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'seq.error( + fasta=fasta_in.dat, + reference=alignment.template.dat, + #if $name_in: + name=name_in.dat, + #end if + #if $qual.use == "yes": + qfile=qfile_in.dat, + report=alignreport_in.dat, + #end if + #if $threshold: + threshold=$threshold, + #end if + ignorechimeras=$ignorechimeras, + #if $count: + count=count.dat, + #end if + #if $fasta_in.is_of_type('mothur.align') + aligned=T, + #else + aligned=F, + #end if + processors='\${GALAXY_SLOTS:-8}' +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="fasta_in" type="data" format="mothur.align,fasta" label="fasta - Candidate Sequences" help="sequences must be aligned"/> @@ -153,8 +153,7 @@ <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -166,7 +165,6 @@ .. _template_alignment: https://www.mothur.org/wiki/Alignment_database .. _seq.error: https://www.mothur.org/wiki/Seq.error -]]> - </help> + ]]></help> <expand macro="citations"/> </tool>
