comparison mothur/tools/mothur/reverse.seqs.xml @ 2:e990ac8a0f58

Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:39:06 -0400
parents fcc0778f6987
children 49058b1f8d3f
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_reverse_seqs" name="Reverse.seqs" version="1.16.0"> 1 <tool id="mothur_reverse_seqs" name="Reverse.seqs" version="1.19.0">
2 <description>Reverse complement the sequences</description> 2 <description>Reverse complement the sequences</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='reverse.seqs' 5 --cmd='reverse.seqs'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.rc\.\w+$:'$out_fasta 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.rc\.\w+$:'$out_fasta
7 --outputdir='$logfile.extra_files_path' 7 --outputdir='$logfile.extra_files_path'
8 --fasta=$fasta 8 --fasta=$fasta
9 </command> 9 </command>
10 <inputs> 10 <inputs>
11 <param name="fasta" type="data" format="fasta" label="fasta - Sequences to reverse complement"/> 11 <param name="fasta" type="data" format="fasta,align" label="fasta - Sequences to reverse complement"/>
12 </inputs> 12 </inputs>
13 <outputs> 13 <outputs>
14 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 14 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
15 <data format="fasta" name="out_fasta" label="${tool.name} on ${on_string}: rc.fasta" /> 15 <data format_source="fasta" name="out_fasta" label="${tool.name} on ${on_string}: rc.fasta" />
16 </outputs> 16 </outputs>
17 <requirements> 17 <requirements>
18 <requirement type="binary">mothur</requirement> 18 <requirement type="binary">mothur</requirement>
19 </requirements> 19 </requirements>
20 <tests> 20 <tests>