Mercurial > repos > peterjc > mira4_assembler
diff tools/mira4/mira4_bait.xml @ 15:b0ffe0e7282b draft
Uploaded v0.0.2 preview 7, fixed bash syntax error
author | peterjc |
---|---|
date | Thu, 20 Feb 2014 05:07:19 -0500 |
parents | 79759fdec6cb |
children | 381aa262c8cb |
line wrap: on
line diff
--- a/tools/mira4/mira4_bait.xml Mon Feb 17 06:12:41 2014 -0500 +++ b/tools/mira4/mira4_bait.xml Thu Feb 20 05:07:19 2014 -0500 @@ -14,8 +14,8 @@ <exit_code range=":-1" /> </stdio> <inputs> - <param name="bait_file" type="data" format="fasta,fastq,mira" required="true" label="Bait file (what to look for)" /> - <param name="input_reads" type="data" format="fasta,fastq,mira" required="true" label="Reads to search" /> + <param name="bait_file" type="data" format="fasta,fastq,mira" required="true" label="Bait file (what to look for)" /> + <param name="input_reads" type="data" format="fasta,fastq,mira" required="true" label="Reads to search" /> <param name="output_choice" type="select" label="Output positive matches, or negative matches?"> <option value="pos">Just positive matches</option> <option value="neg">Just negative matches</option> @@ -24,11 +24,11 @@ <option value="both">Check both strands</option> <option value="fwd">Just forward strand</option> </param> - <param name="kmer_length" type="integer" value="31" min="1" max="32" - label="k-mer length" help="Maximum 32" /> - <param name="min_occurence" type="integer" value="1" min="1" - label="Minimum k-mer occurence" - help="How many k-mer matches do you want per read? Minimum one" /> + <param name="kmer_length" type="integer" value="31" min="1" max="32" + label="k-mer length" help="Maximum 32" /> + <param name="min_occurence" type="integer" value="1" min="1" + label="Minimum k-mer occurence" + help="How many k-mer matches do you want per read? Minimum one" /> </inputs> <outputs> <data name="output_reads" format="fasta" label="$input_reads.name #if str($output_choice)=='pos' then 'matching' else 'excluding matches to' # $bait_file.name"> @@ -40,7 +40,7 @@ <when input_dataset="input_reads" attribute="extension" value="fastqillumina" format="fastqillumina" /> <when input_dataset="input_reads" attribute="extension" value="fastqcssanger" format="fastqcssanger" /> </change_format> - </data> + </data> </outputs> <tests> <test>