Mercurial > repos > morinlab > strelka
comparison strelka.xml @ 3:4e6e20c9738b draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Fri, 27 Jan 2017 19:46:21 -0500 |
| parents | 3ce78c04c7e5 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:3ce78c04c7e5 | 3:4e6e20c9738b |
|---|---|
| 4 </description> | 4 </description> |
| 5 <macros> | 5 <macros> |
| 6 <import>citations.xml</import> | 6 <import>citations.xml</import> |
| 7 </macros> | 7 </macros> |
| 8 <requirements> | 8 <requirements> |
| 9 <requirement type="package" version="1.0.14">strelka</requirement> | 9 <requirement type="package" version="1.0.14">strelka</requirement> |
| 10 </requirements> | 10 </requirements> |
| 11 <command detect_errors="aggressive"> | 11 <command detect_errors="aggressive"> |
| 12 | 12 |
| 13 ln -s $normal normal.bam; | 13 ln -s $normal normal.bam; |
| 14 ln -s $normal.metadata.bam_index normal.bam.bai; | 14 ln -s $normal.metadata.bam_index normal.bam.bai; |
| 96 | 96 |
| 97 done; | 97 done; |
| 98 | 98 |
| 99 #else | 99 #else |
| 100 | 100 |
| 101 cat ./strelkaAnalysis/results/all.somatic.snvs.vcf > $snvs; | 101 cat ./strelkaAnalysis/results/passed.somatic.snvs.vcf > $snvs; |
| 102 cat ./strelkaAnalysis/results/all.somatic.indels.vcf > $indels; | 102 cat ./strelkaAnalysis/results/padded.somatic.indels.vcf > $indels; |
| 103 | 103 |
| 104 #end if | 104 #end if |
| 105 | 105 |
| 106 </command> | 106 </command> |
| 107 <inputs> | 107 <inputs> |
| 108 <conditional name="reference_source"> | 108 <conditional name="reference_source"> |
| 109 <param label="Choose the source for the reference genome" name="reference_source_selector" type="select"> | 109 <param label="Choose the source for the reference genome" name="reference_source_selector" type="select"> |
| 110 <option value="cached">Use a built-in genome</option> | 110 <option value="cached">Use a built-in genome</option> |
| 111 <option value="history">Use a genome from the history</option> | 111 <option value="history">Use a genome from the history</option> |
| 112 </param> | 112 </param> |
| 113 <when value="cached"> | 113 <when value="cached"> |
| 159 </outputs> | 159 </outputs> |
| 160 <tests> | 160 <tests> |
| 161 <test> | 161 <test> |
| 162 <param name="normal" value="test.normal.bam"/> | 162 <param name="normal" value="test.normal.bam"/> |
| 163 <param name="normal.metadata.bam_index" value="test.normal.bam.bai"/> | 163 <param name="normal.metadata.bam_index" value="test.normal.bam.bai"/> |
| 164 <param name="tumour" value="test.tumour.bam"/> | 164 <param name="tumour" value="test.tumour.bam"/> |
| 165 <param name="tumour.metadata.bam_index" value="test.tumour.bam.bai"/> | 165 <param name="tumour.metadata.bam_index" value="test.tumour.bam.bai"/> |
| 166 <param name="reference_source.reference_source_selector" value="history"/> | 166 <param name="reference_source.reference_source_selector" value="history"/> |
| 167 <param name="reference_source.ref_file" value="test.fa"/> | 167 <param name="reference_source.ref_file" value="test.fa"/> |
| 168 <output name="snvs" ftype="vcf" file="all.somatic.snvs.vcf" lines_diff="2"/> | 168 <output name="snvs" ftype="vcf" file="all.somatic.snvs.vcf" lines_diff="2"/> |
| 169 </test> | 169 </test> |
| 170 </tests> | 170 </tests> |
