view adjust_seq_orientation.xml @ 4:2e14fb0fd792 draft

Uploaded
author azuzolo
date Wed, 06 Jun 2012 16:23:12 -0400
parents d80000f5ad20
children
line wrap: on
line source

<tool id="adjust_seq_orientation" name="adjust_seq_orientation" version="1.2.0">
 <description>Get the reverse complement of all sequences</description>
 <requirements>
  <requirement type="binary">adjust_seq_orientation.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  adjust_seq_orientation.py
  --input_fasta_fp=$input_fasta_fp
  --output_fp=$output_fp
  $retain_seq_id
 </command>
 <inputs>
  <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp"
   help="path to the input fasta file [REQUIRED]"/>
  <param name="retain_seq_id" type="boolean" truevalue="--retain_seq_id" falsevalue="" checked="false" label="retain_seq_id"
   help="leave seq description lines untouched [default: append ' RC' to seq description lines]"/>
 </inputs>
 <outputs>
  <data format="txt" name="output_fp" label="${tool.name} on ${on_string}: (RC)"/>
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>