view sort_denoiser_output.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="sort_denoiser_output" name="sort_denoiser_output" version="1.2.0">
 <description>Sort denoiser output by cluster size.</description>
 <requirements>
  <requirement type="binary">sort_denoiser_output.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  sort_denoiser_output.py
  --input_fasta_fp=$input_fasta_fp
  --output_file=$output_file
 </command>
 <inputs>
  <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp"
   help="path to the input fasta file [REQUIRED]"/>
 </inputs>
 <outputs>
  <data format="txt" name="output_file"/>
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>