Mercurial > repos > azuzolo > qiime1_3_0
view extract_seqs_by_sample_id.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="extract_seqs_by_sample_id" name="extract_seqs_by_sample_id" version="1.2.0"> <description>Extract sequences based on the SampleID</description> <requirements> <requirement type="binary">extract_seqs_by_sample_id.py</requirement> </requirements> <command interpreter="python"> qiime_wrapper.py --galaxy_tmpdir='$__new_file_path__' extract_seqs_by_sample_id.py --input_fasta_fp=$input_fasta_fp --sample_ids=$sample_ids --output_fasta_fp=$output_fasta_fp $negate </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="sample_ids" type="text" label="sample_ids" help="comma-separated sample_ids to include in output fasta file(or exclude if -n=True) [REQUIRED]"/> <param name="negate" type="boolean" truevalue="--negate" falsevalue="" checked="false" label="negate" help="negate the sample ID list (i.e., output sample ids not passed via -s) [default: False]"/> </inputs> <outputs> <data format="txt" name="output_fasta_fp"/> </outputs> <tests> </tests> <help> </help> </tool>