view truncate_fasta_qual_files.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="truncate_fasta_qual_files" name="truncate_fasta_qual_files" version="1.2.0">
 <description>Generates filtered fasta and quality score files by truncating at the specified base position.</description>
 <requirements>
  <requirement type="binary">truncate_fasta_qual_files.py</requirement>
 </requirements>
 <command interpreter="python">
  qiime_wrapper.py
  --galaxy_tmpdir='$__new_file_path__'
  truncate_fasta_qual_files.py
  --fasta_fp=$fasta_fp
  --qual_fp=$qual_fp
  --base_pos=$base_pos
  --output_dir=$__new_file_path__
 </command>
 <inputs>
  <param name="fasta_fp" type="data" format="fasta" label="fasta_fp"
   help="Fasta file.  Needed to test for congruety between the number of nucleotides in the fasta file and quality scores in the qual file. [REQUIRED]"/>
  <param name="qual_fp" type="data" format="qual" label="qual_fp"
   help="Quality score file used to generate histogram data. [REQUIRED]"/>
  <param name="base_pos" type="text"  label="base_pos"
   help="Nucleotide position to truncate the fasta and quality score files at. [REQUIRED]"/>
 </inputs>
 <outputs>
  
 </outputs>
 <tests>
 </tests>
 <help>
  
 </help>
</tool>