annotate lumpy_smoove.xml @ 7:8b0005fdfd04 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 558dc75a7a265e2b3572d9ce938d9f9f5673abda"
author artbio
date Sun, 18 Apr 2021 17:08:22 +0000
parents ad8853ee9909
children b4dec06d8fc6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
8b0005fdfd04 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 558dc75a7a265e2b3572d9ce938d9f9f5673abda"
artbio
parents: 6
diff changeset
1 <tool id="lumpy_smoove" name="lumpy_smoove" version="0.2.5+galaxy7">
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
2 <description>find structural variants using the smoove workflow</description>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
3 <macros>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
4 <import>macro_lumpy_smoove.xml</import>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
5 </macros>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
6 <requirements>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
7 <requirement type="package" version="0.2.5">smoove</requirement>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
8 </requirements>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
9 <stdio>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Tool exception" />
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
11 </stdio>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
13 @pipefail@
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
14 @set_fasta_index@
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
15 #if $set_plan.plan_choice=='pair':
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
16 ln -s $set_plan.normal_bam normal.bam &&
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
17 ln -f -s $set_plan.normal_bam.metadata.bam_index normal.bam.bai &&
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
18 ln -s $set_plan.tumor_bam tumor.bam &&
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
19 ln -f -s $set_plan.tumor_bam.metadata.bam_index tumor.bam.bai &&
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
20 #elif $set_plan.plan_choice=='single':
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
21 ln -s $set_plan.single_bam single.bam &&
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
22 ln -f -s $set_plan.single_bam.metadata.bam_index single.bam.bai &&
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
23 #else:
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
24 #for $sample in $set_plan.cohort:
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
25 ln -s $sample ${sample.element_identifier}.bam &&
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
26 ln -f -s $sample.metadata.bam_index ${sample.element_identifier}.bam.bai &&
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
27 #end for
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
28 #end if
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
29
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
30 smoove call --name output
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
31 #if $set_exclusion.choices=="yes":
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
32 --exclude $bedmask
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
33 #end if
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
34 --fasta reference.fa
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
35 --processes \${GALAXY_SLOTS:-4}
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
36 --genotype
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
37 #if $prpos=="no":
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
38 --removepr
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
39 #end if
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
40 *.bam &&
7
8b0005fdfd04 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 558dc75a7a265e2b3572d9ce938d9f9f5673abda"
artbio
parents: 6
diff changeset
41 gunzip -c output-smoove.genotyped.vcf.gz > $vcf_call
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
42
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
43 ]]></command>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
44 <inputs>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
45 <expand macro="reference_source_conditional" />
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
46 <conditional name="set_plan">
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
47 <param name="plan_choice" type="select" label="Analyse a single Bam or a pair of Bam (eg normal/tumor)" display="radio">
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
48 <option value="pair" selected="true">A pair of Bam files</option>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
49 <option value="single">A single Bam</option>
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
50 <option value="cohort">a small cohort of Bam files (less than ~40)</option>
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
51 </param>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
52 <when value="pair">
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
53 <param format="bam" name="normal_bam" type="data" label="BAM alignment from the normal sample"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
54 <param format="bam" name="tumor_bam" type="data" label="BAM alignment from the tumor sample"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
55 </when>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
56 <when value="single">
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
57 <param format="bam" name="single_bam" type="data" label="BAM alignment from a single sample"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
58 </when>
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
59 <when value="cohort">
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
60 <param name="cohort" type="data_collection" format="bam" label="A collection of bam files" multiple="true"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
61 </when>
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
62 </conditional>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
63
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
64
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
65 <conditional name="set_exclusion">
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
66 <param name="choices" type="select" label="exclude regions with a bed file" display="radio">
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
67 <option value="no" selected="true">No</option>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
68 <option value="yes">Yes</option>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
69 </param>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
70 <when value="yes">
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
71 <param format="bed" name="bedmask" type="data" label="BED regions to be excluded for the analysis"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
72 </when>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
73 <when value="no">
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
74 </when>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
75 </conditional>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
76 <param name="prpos" type="select" label="include the PRPOS probabilities in INFO tags" display="radio">
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
77 <option value="no" selected="true">No</option>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
78 <option value="yes">Yes</option>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
79 </param>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
80 </inputs>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
81
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
82 <outputs>
7
8b0005fdfd04 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 558dc75a7a265e2b3572d9ce938d9f9f5673abda"
artbio
parents: 6
diff changeset
83 <data format="vcf" name="vcf_call" label="lumpy-smoove Variant Calling" />
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
84 </outputs>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
85
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
86 <tests>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
87 <test>
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
88
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
89 <conditional name="set_plan">
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
90 <param name="plan_choice" value="cohort"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
91 <param name="cohort">
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
92 <collection type="list">
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
93 <element name="1" ftype="bam" value="celegans_RG_1.bam"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
94 <element name="2" ftype="bam" value="celegans_RG_2.bam"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
95 </collection>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
96 </param>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
97 </conditional>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
98 <param name="reference_source_selector" value="history" />
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
99 <param name="ref_file" value="chrI-ce11.fa"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
100 <param name="choices" value="yes"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
101 <param name="bedmask" value="exclude.bed"/>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
102 <param name="prpos" value="no"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
103 <output name="vcf_call" ftype="vcf" file="result-6.vcf" lines_diff="12"/>
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
104 </test>
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
105 <test>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
106 <param name="reference_source_selector" value="history" />
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
107 <param name="ref_file" value="chrI-ce11.fa"/>
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
108 <param name="normal_bam" value="celegans_RG_1.bam"/>
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
109 <param name="tumor_bam" value="celegans_RG_2.bam"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
110 <param name="choices" value="yes"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
111 <param name="bedmask" value="exclude.bed"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
112 <param name="prpos" value="no"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
113 <output name="vcf_call" ftype="vcf" file="result-1.vcf" lines_diff="12"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
114 </test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
115 <test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
116 <param name="reference_source_selector" value="history" />
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
117 <param name="ref_file" value="chrI-ce11.fa"/>
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
118 <param name="normal_bam" value="celegans_RG_1.bam"/>
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
119 <param name="tumor_bam" value="celegans_RG_2.bam"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
120 <param name="choices" value="no"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
121 <param name="prpos" value="no"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
122 <output name="vcf_call" ftype="vcf" file="result-2.vcf" lines_diff="12"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
123 </test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
124 <test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
125 <param name="reference_source_selector" value="history" />
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
126 <param name="ref_file" value="chrI-ce11.fa"/>
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
127 <param name="normal_bam" value="celegans_RG_2.bam"/>
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
128 <param name="tumor_bam" value="celegans_RG_1.bam"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
129 <param name="choices" value="no"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
130 <param name="prpos" value="no"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
131 <output name="vcf_call" ftype="vcf" file="result-3.vcf" lines_diff="12"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
132 </test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
133 <test>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
134 <param name="reference_source_selector" value="history" />
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
135 <param name="ref_file" value="chrI-ce11.fa"/>
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
136 <param name="normal_bam" value="celegans_RG_1.bam"/>
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
137 <param name="tumor_bam" value="celegans_RG_2.bam"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
138 <param name="choices" value="no"/>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
139 <param name="prpos" value="yes"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
140 <output name="vcf_call" ftype="vcf" file="result-4.vcf" lines_diff="12"/>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
141 </test>
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
142 <test>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
143 <param name="reference_source_selector" value="history" />
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
144 <param name="plan_choice" value="single" />
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
145 <param name="ref_file" value="chrI-ce11.fa"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
146 <param name="single_bam" value="celegans_RG_1.bam"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
147 <param name="choices" value="no"/>
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
148 <param name="prpos" value="no"/>
6
ad8853ee9909 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 7d69f5c91e7ec5e252e9728fdfb0f7bcc254bf24"
artbio
parents: 5
diff changeset
149 <output name="vcf_call" ftype="vcf" file="result-5.vcf" lines_diff="12"/>
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
150 </test>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
151 </tests>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
152
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
153 <help>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
154 **smoove** simplifies and speeds calling and genotyping SVs for short reads. It also improves
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
155 specificity by removing many spurious alignment signals that are indicative of low-level
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
156 noise and often contribute to spurious calls.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
157
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
158 There is a blog-post describing smoove in more detail
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
159 here: https://brentp.github.io/post/smoove/
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
160
5
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
161 Currently, this Galaxy tool only wraps smoove for 1, 2 (bam normal and tumor inputs) or
bd4135caa3fa "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 627bb5344b7d86c0b7ca7235ea3636269613dc32"
artbio
parents: 4
diff changeset
162 a small collection of samples (&lt;40),
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
163 which translates in the command line::
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
164
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
165 <![CDATA[smoove call --name my-cohort --exclude $bed --fasta $fasta -p $threads --genotype [--removepr] /path/to/*.bam]]>
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
166
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
167
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
168 the --exclude $bed is highly recommended as it can be used to ignore reads that overlap
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
169 problematic regions.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
170
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
171 A good set of regions for GRCh37 can be found here_
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
172
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
173 .. _here: https://github.com/hall-lab/speedseq/blob/master/annotations/ceph18.b37.lumpy.exclude.2014-01-15.bed
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
174
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
175
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
176 And a good set for GRCh38 can be found there_
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
177
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
178 .. _there: https://github.com/hall-lab/speedseq/blob/master/annotations/exclude.cnvnator_100bp.GRCh38.20170403.bed
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
179
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
180
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
181 smoove will::
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
182
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
183 1. parallelize calls to lumpy_filter to extract split and discordant reads required by lumpy
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
184
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
185 2. further filter lumpy_filter calls to remove high-coverage, spurious regions and user-specified chroms like 'hs37d5';
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
186 it will also remove reads that we've found are likely spurious signals. after this, it will
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
187 remove singleton reads (where the mate was removed by one of the previous filters)
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
188 from the discordant bams. This makes lumpy much faster and less memory-hungry.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
189
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
190 3. calculate per-sample metrics for mean, standard deviation, and distribution of insert
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
191 size as required by lumpy.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
192
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
193 4. stream output of lumpy directly into multiple svtyper processes for parallel-by-region
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
194 genotyping while lumpy is still running.
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
195
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
196 5. sort, compress, and index final VCF (but this galaxy wrapper is uncompression the gzip_vcf output)
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
197
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
198 **Input(s)**
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
199
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
200 * BAM files: Either a pair of Bam files (e.g. normal vs tumor sample) or a single Bam file.
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
201 Only BAM alignments produced by BWA-mem have been tested with this tool
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
202
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
203 .. class:: warningmark
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
204
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
205 It is mandatory for proper run of svtyper that **BAM files contain read group information**,
4
49da975ba395 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 83a18424ccf42793d2c7f5385b3f9ca211e49790"
artbio
parents: 3
diff changeset
206 ie the @RG tag is present and filled in each BAM file
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
207
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
208
3
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
209 * A bed file describing the regions to exclude from the analysis
65b400409455 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit c52939d44f8e8287ad4068949daadf616879f008"
artbio
parents: 2
diff changeset
210 * Additional options*: refer to smoove GitHub repository_ and the lumpy publication (doi 10.1186/gb-2014-15-6-r84)
0
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
211
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
212 .. _repository: https://github.com/brentp/smoove
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
213
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
214
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
215 Options::
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
216
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
217 <![CDATA[
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
218
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
219 smoove calls several programs. Those with 'Y' are found on your $PATH. Only those with '*' are required.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
220
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
221 [Y] bgzip [ sort -> (compress) -> index ]
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
222 [Y] gsort [(sort) -> compress -> index ]
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
223 [Y] tabix [ sort -> compress -> (index)]
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
224 [Y] lumpy
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
225 [Y] lumpy_filter
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
226 [Y] samtools
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
227 [Y] svtyper
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
228 [Y] mosdepth [extra filtering of split and discordant files for better scaling]
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
229
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
230 [Y] duphold [(optional) annotate calls with depth changes]
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
231 [Y] svtools [only needed for large cohorts].
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
232
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
233 Available sub-commands are below. Each can be run with -h for additional help.
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
234
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
235 call : call lumpy (and optionally svtyper)
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
236 merge : merge and sort (using svtools) calls from multiple samples
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
237 genotype : parallelize svtyper on an input VCF
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
238 paste : square final calls from multiple samples (each with same number of variants)
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
239 plot-counts : plot counts of split, discordant reads before, after smoove filtering
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
240 annotate : annotate a VCF with gene and quality of SV call
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
241 hipstr : run hipSTR in parallel
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
242 cnvnator : run cnvnator in parallel
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
243 duphold : run duphold in parallel (this can be done by adding a flag to call or genotype)
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
244 ]]>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
245 </help>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
246
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
247 <citations>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
248 <citation type="doi">10.1186/gb-2014-15-6-r84</citation>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
249 </citations>
ee8fc44b1655 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy_smoove commit 515176ccca845de0b1a0c08417238bfa9ea45360"
artbio
parents:
diff changeset
250 </tool>