Mercurial > repos > iuc > mothur_reverse_seqs
view reverse.seqs.xml @ 2:503898f17f42 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 3418f23b9768f5aafb86488f5ec1cb97530d4fb3
author | iuc |
---|---|
date | Tue, 20 Mar 2018 21:55:28 -0400 |
parents | a8a1a7c5ab14 |
children |
line wrap: on
line source
<tool profile="16.07" id="mothur_reverse_seqs" name="Reverse.seqs" version="@WRAPPER_VERSION@.0"> <description>Reverse complement the sequences</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ @SHELL_OPTIONS@ ## create symlinks to input datasets ln -s '$fasta' fasta.dat && echo 'reverse.seqs( fasta=fasta.dat )' | 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 - Sequences to reverse complement"/> <expand macro="param-savelog"/> </inputs> <outputs> <expand macro="logfile-output"/> <data name="out_fasta" format_source="fasta" from_work_dir="fasta*.rc.*" label="${tool.name} on ${on_string}: rc.fasta"/> </outputs> <tests> <test> <param name="fasta" value="Mock_S280_L001_R1_001_small.trim.contigs.good.align_head"/> <output name="out_fasta" file="Mock_S280_L001_R1_001_small.trim.contigs.good.rc.align_head"/> <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> </tests> <help><![CDATA[ @MOTHUR_OVERVIEW@ **Command Documentation** The reverse.seqs_ command will generate a fasta containing the reverse complement of each sequence in the input fasta. .. _reverse.seqs: https://www.mothur.org/wiki/Reverse.seqs ]]></help> <expand macro="citations"/> </tool>