comparison somatic_sniper.xml @ 2:f7d69881bdec draft default tip

Uploaded
author elixir-it
date Sat, 21 Sep 2019 13:22:28 -0400
parents 70999d19997f
children
comparison
equal deleted inserted replaced
1:2ff18e84c946 2:f7d69881bdec
17 17
18 #end if 18 #end if
19 19
20 20
21 ## BUILD SOMATICSNIPER COMMAND LINE 21 ## BUILD SOMATICSNIPER COMMAND LINE
22 \$CONDA_DEFAULT_ENV/bin/bam-somaticsniper 22 bam-somaticsniper
23 -F vcf 23 -F vcf
24 -q $advancedsettings.q 24 -q $advancedsettings.q
25 -Q $advancedsettings.Q 25 -Q $advancedsettings.Q
26 -T $advancedsettings.T 26 -T $advancedsettings.T
27 -N $advancedsettings.N 27 -N $advancedsettings.N
81 <option value="cached" selected="True">Use a built-in genome</option> 81 <option value="cached" selected="True">Use a built-in genome</option>
82 <option value="history">Use a genome from the history</option> 82 <option value="history">Use a genome from the history</option>
83 </param> 83 </param>
84 <when value="cached"> 84 <when value="cached">
85 <param name="index" type="select" label="Reference Genome File" > 85 <param name="index" type="select" label="Reference Genome File" >
86 <options from_data_table="all_fasta" /> 86 <options from_data_table="sniper_index" />
87 </param> 87 </param>
88 </when> 88 </when>
89 <when value="history"> 89 <when value="history">
90 <param format="fasta" name="ownFile" type="data" metadata_name="dbkey" label="Reference Genome File" /> 90 <param format="fasta" name="ownFile" type="data" metadata_name="dbkey" label="Reference Genome File" />
91 </when> 91 </when>
116 <output name="variants" file="sniper_results.vcf" /> 116 <output name="variants" file="sniper_results.vcf" />
117 </test> 117 </test>
118 </tests> 118 </tests>
119 <help> 119 <help>
120 http://gmt.genome.wustl.edu/packages/somatic-sniper/ 120 http://gmt.genome.wustl.edu/packages/somatic-sniper/
121
122 this wrapper was developed from https://github.com/morinlab/tools-morinlab/tree/master/tools/somatic_sniper only the requirement and part of the command line have been changed in order to make it suitable for CONDA
123
121 </help> 124 </help>
122 </tool> 125 </tool>