Mercurial > repos > yufei-luo > s_mart
annotate SMART/galaxy/qualToFastq.xml @ 6:769e306b7933
Change the repository level.
author | yufei-luo |
---|---|
date | Fri, 18 Jan 2013 04:54:14 -0500 |
parents | |
children |
rev | line source |
---|---|
6 | 1 <tool id="qualToFastq" name="qual -> Fastq"> |
2 <description>Convert a file in FASTA/Qual format to FastQ format.</description> | |
3 <command interpreter="python"> ../Java/Python/qualToFastq.py -f $inputFastaFile -q $inputQualFile -o $outputFile </command> | |
4 <inputs> | |
5 <param name="inputFastaFile" type="data" label="Input fasta File" format="fasta"/> | |
6 <param name="inputQualFile" type="data" label="Input qual File" format="txt"/> | |
7 </inputs> | |
8 | |
9 <outputs> | |
10 <data format="fastq" name="outputFile" label="[qual -> Fastq] Output File"/> | |
11 </outputs> | |
12 | |
13 <help> | |
14 </help> | |
15 </tool> |