Mercurial > repos > jjohnson > optitype
comparison optitype.xml @ 2:61fc10014a9e draft
Uploaded
author | jjohnson |
---|---|
date | Mon, 23 Nov 2015 09:00:07 -0500 |
parents | bd817c1fdd63 |
children | 4f78281c42ff |
comparison
equal
deleted
inserted
replaced
1:bd817c1fdd63 | 2:61fc10014a9e |
---|---|
27 && cp \$OPTITYPE_DIR/config.ini . | 27 && cp \$OPTITYPE_DIR/config.ini . |
28 && ln -s \$OPTITYPE_DIR/data data | 28 && ln -s \$OPTITYPE_DIR/data data |
29 #set $input_fq = ' '.join($fastqs) | 29 #set $input_fq = ' '.join($fastqs) |
30 && python \$OPTITYPE_DIR/OptiTypePipeline.py | 30 && python \$OPTITYPE_DIR/OptiTypePipeline.py |
31 $read_type --input ${' '.join($fastqs)} | 31 $read_type --input ${' '.join($fastqs)} |
32 #if $beta != None: | 32 #if str($beta) != '': |
33 --beta $beta | 33 --beta $beta |
34 #end if | 34 #end if |
35 #if $enumerate != None: | 35 #if str($enumerations) != '': |
36 --enumerate $enumerations | 36 --enumerate $enumerations |
37 #end if | 37 #end if |
38 --outdir $outdir | 38 --outdir $outdir |
39 && cp $outdir/*/*_coverage_plot.pdf $coverage_plot | 39 && cp $outdir/*/*_coverage_plot.pdf $coverage_plot |
40 && cp $outdir/*/*_result.tsv $result | 40 && cp $outdir/*/*_result.tsv $result |
61 <param name="read_type" type="select" label="Nucleotide Type" help=""> | 61 <param name="read_type" type="select" label="Nucleotide Type" help=""> |
62 <option value="--rna">RNA</option> | 62 <option value="--rna">RNA</option> |
63 <option value="--dna">DNA</option> | 63 <option value="--dna">DNA</option> |
64 </param> | 64 </param> |
65 <param name="beta" type="float" value="" min="0.0" max="0.1" optional="true" label="homozygosity beta" help="The beta value for for homozygosity detection"/> | 65 <param name="beta" type="float" value="" min="0.0" max="0.1" optional="true" label="homozygosity beta" help="The beta value for for homozygosity detection"/> |
66 <param name="enumerations" type="integer" value="" min="1" max="5" optional="true" label="Enunerations" help="The number of enumerations"/> | 66 <param name="enumerations" type="integer" value="" min="1" max="5" optional="true" label="Enumerations" help="The number of enumerations"/> |
67 <param name="outdir" type="hidden" value="output_dir"/> | 67 <param name="outdir" type="hidden" value="output_dir"/> |
68 </inputs> | 68 </inputs> |
69 <outputs> | 69 <outputs> |
70 <data format="pdf" name="coverage_plot" label="${tool.name} on ${on_string} coverage_plot.pdf"/> | 70 <data format="pdf" name="coverage_plot" label="${tool.name} on ${on_string} coverage_plot.pdf"/> |
71 <data format="tabular" name="result" label="${tool.name} on ${on_string} result.tsv"/> | 71 <data format="tabular" name="result" label="${tool.name} on ${on_string} result.tsv"/> |