annotate lumpy.xml @ 13:02adb61c0246 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8ea053586c663715db915668ebe676a461c23e85
author drosofff
date Wed, 18 Jan 2017 10:02:01 -0500
parents b3fb23bbca8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
02adb61c0246 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8ea053586c663715db915668ebe676a461c23e85
drosofff
parents: 12
diff changeset
1 <tool id="lumpy" name="lumpy-sv" version="0.3.1">
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
2 <description>find structural variants</description>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
3 <requirements>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
4 <requirement type="package" version="0.2.12">lumpy-sv</requirement>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
5 <requirement type="package" version="1.3.1">samtools</requirement>
13
02adb61c0246 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8ea053586c663715db915668ebe676a461c23e85
drosofff
parents: 12
diff changeset
6 <requirement type="package" version="1.11.2=py27_0">numpy</requirement>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
7 </requirements>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
8 <stdio>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
9 <exit_code range="1:" level="fatal" description="Tool exception" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
10 </stdio>
5
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
12 #import re
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
13 #set one_sample_bam = re.sub('[^\w\-]', '_', str($analysis_type.input_file.element_identifier))
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
14 #if $analysis_type.analysis_type_list == "one_sample":
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
15 ln -f -s '$analysis_type.input_file' '$one_sample_bam' &&
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
16 #else:
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
17 #set sample_a_bam = re.sub('[^\w\-]', '_', str($analysis_type.input_file.element_identifier))
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
18 #set sample_b_bam = re.sub('[^\w\-]', '_', str($analysis_type.input_fileB.element_identifier))
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
19 #if $sample_a_bam == $sample_b_bam:
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
20 #set sample_a_bam = "%s_a" % str($sample_a_bam)
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
21 #set sample_b_bam = "%s_b" % str($sample_b_bam)
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
22 #end if
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
23 ln -f -s '$analysis_type.input_file' '$sample_a_bam' &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
24 ln -f -s '$analysis_type.input_fileB' '$sample_b_bam' &&
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
25 #end if
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
26
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
27 #if $analysis_type.analysis_type_list == "one_sample":
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
28
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
29 #if $seq_method.seq_method_list == "paired-end":
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
30 samtools view -u -F 1294 '$one_sample_bam' | samtools sort -O bam -o input.discordants.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
31 samtools view -h '$one_sample_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
32 samtools view '$one_sample_bam'
10
4584440b2634 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit a7bd16b6c6dbfe8b41de2a51c29b197ca660c5c6
drosofff
parents: 9
diff changeset
33 |python $__tool_directory__/pairend_distro.py -r $analysis_type.readLength -X 4 -N $seq_method.additional_params.samplingValue -o input.lib.histo > meandev.txt &&
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
34 mean=\$(cat meandev.txt | sed s/mean:// | sed -r s/stdev:.+//) &&
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
35 stdev=\$(cat meandev.txt | sed -r s/mean:.+stdev://) &&
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
36 lumpy $seq_method.additional_params.evidence $seq_method.additional_params.probability_curve -mw $seq_method.additional_params.mw -tt $seq_method.additional_params.tt
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
37 #if $output_format == "BEDPE":
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
38 -b
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
39 #end if
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
40 -pe id:'$one_sample_bam',bam_file:input.discordants.bam,histo_file:input.lib.histo,mean:"\$mean",stdev:"\$stdev",read_length:$analysis_type.readLength,min_non_overlap:$seq_method.additional_params.min_non_overlap,discordant_z:$seq_method.additional_params.discordant_z,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
41 -sr id:'$one_sample_bam',bam_file:input.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold > '$vcf_call'
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
42 #elif $seq_method.seq_method_list == "single-read":
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
43 samtools view -h '$one_sample_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
44 lumpy $seq_method.additional_params.evidence $seq_method.additional_params.probability_curve -mw $seq_method.additional_params.mw -tt $seq_method.additional_params.tt
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
45 #if $output_format == "BEDPE":
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
46 -b
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
47 #end if
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
48 -sr id:'$one_sample_bam',bam_file:input.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold > '$vcf_call'
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
49 #end if
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
50 #else:
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
51 #if $seq_method.seq_method_list == "paired-end":
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
52 samtools view -u -F 1294 '$sample_a_bam' | samtools sort -O bam -o input.discordants.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
53 samtools view -u -F 1294 '$sample_b_bam' | samtools sort -O bam -o input.B.discordants.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
54 samtools view -h '$sample_a_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
55 samtools view -h '$sample_b_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.B.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
56 samtools view '$sample_a_bam'
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
57 |python $__tool_directory__/pairend_distro.py -r $analysis_type.readLength -X 4 -N $seq_method.additional_params.samplingValue -o input.lib.histo > meandevA.txt &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
58 samtools view '$sample_b_bam'
10
4584440b2634 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit a7bd16b6c6dbfe8b41de2a51c29b197ca660c5c6
drosofff
parents: 9
diff changeset
59 |python $__tool_directory__/pairend_distro.py -r $analysis_type.readLengthB -X 4 -N $seq_method.additional_params.samplingValue -o input.B.lib.histo > meandevB.txt &&
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
60 meanA=\$(cat meandevA.txt | sed s/mean:// | sed -r s/stdev:.+//) &&
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
61 meanB=\$(cat meandevB.txt | sed s/mean:// | sed -r s/stdev:.+//) &&
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
62 stdevA=\$(cat meandevA.txt | sed -r s/mean:.+stdev://) &&
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
63 stdevB=\$(cat meandevB.txt | sed -r s/mean:.+stdev://) &&
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
64 lumpy $seq_method.additional_params.evidence $seq_method.additional_params.probability_curve -mw $seq_method.additional_params.mw -tt $seq_method.additional_params.tt
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
65 #if $output_format == "BEDPE":
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
66 -b
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
67 #end if
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
68 -pe id:inputA.bam,bam_file:input.discordants.bam,histo_file:input.lib.histo,mean:"\$meanA",stdev:"\$stdevA",read_length:$analysis_type.readLength,min_non_overlap:$seq_method.additional_params.min_non_overlap,discordant_z:$seq_method.additional_params.discordant_z,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
69 -pe id:inputB.bam,bam_file:input.B.discordants.bam,histo_file:input.B.lib.histo,mean:"\$meanB",stdev:"\$stdevA",read_length:$analysis_type.readLengthB,min_non_overlap:$seq_method.additional_params.min_non_overlap,discordant_z:$seq_method.additional_params.discordant_z,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
70 -sr id:inputA.bam,bam_file:input.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
71 -sr id:inputB.bam,bam_file:input.B.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold > '$vcf_call'
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
72 #elif $seq_method.seq_method_list == "single-read":
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
73 samtools view -h '$sample_a_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
74 samtools view -h '$sample_b_bam' | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools sort -O bam -o input.B.splitters.bam &&
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
75 lumpy $seq_method.additional_params.evidence $seq_method.additional_params.probability_curve -mw $seq_method.additional_params.mw -tt $seq_method.additional_params.tt
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
76 #if $output_format == "BEDPE":
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
77 -b
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
78 #end if
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
79 -sr id:'$sample_a_bam',bam_file:input.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
80 -sr id:'$sample_b_bam',bam_file:input.B.splitters.bam,back_distance:$seq_method.additional_params.back_distance,weight:$seq_method.additional_params.weight,min_mapping_threshold:$seq_method.additional_params.min_mapping_threshold > '$vcf_call'
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
81 #end if
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
82 #end if
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
83
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
84 ]]></command>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
85 <!-- basic error handling -->
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
86 <inputs>
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
87 <conditional name="analysis_type">
3
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
88 <param help="Single or paired conditions (eg tumor vs normal)" label="Input(s)" name="analysis_type_list" type="select">
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
89 <option selected="True" value="one_sample">One Sample</option>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
90 <option value="two_sample">Two samples</option>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
91 </param>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
92 <when value="one_sample">
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
93 <param format="bam" name="input_file" type="data" label="One BAM alignment file produced by BWA-mem"/>
3
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
94 <param name="readLength" value="151" type="integer" label="read length" help="e.g. 151 nt" />
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
95 </when>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
96 <when value="two_sample">
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
97 <param format="bam" name="input_file" type="data" label="One BAM alignment file produced by BWA-mem"/>
3
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
98 <param name="readLength" value="151" type="integer" label="read length" help="e.g. 151 nt" />
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
99 <param format="bam" name="input_fileB" type="data" label="One BAM alignment file produced by BWA-mem"/>
3
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
100 <param name="readLengthB" value="151" type="integer" label="read length" help="e.g. 151 nt" />
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
101 </when>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
102 </conditional>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
103 <conditional name="seq_method">
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
104 <param help="Paired-end or single-read sequencing" label="Sequencing method" name="seq_method_list" type="select">
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
105 <option selected="True" value="paired-end">Paired-end sequencing</option>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
106 <option value="single-read">Single-read sequencing</option>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
107 </param>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
108 <when value="paired-end">
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
109 <section name="additional_params" title="Additional Options" expanded="False">
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
110 <param name="samplingValue" value="100000" type="integer" label="number of reads to compute mean and stdev of read length" help="e.g. 10000" />
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
111 <param name="mw" value="4" type="integer" label="-mw" help="minimum weight across all samples for a call (default: 4)" />
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
112 <param name="tt" value="0" type="integer" label="-tt" help="trim threshold (default: 0)" />
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
113 <param name="min_non_overlap" value="101" type="integer" label="min_non_overlap" help="e.g. 101" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
114 <param name="discordant_z" value="5" type="integer" label="discordant_z" help="e.g. 5" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
115 <param name="back_distance" value="10" type="integer" label="back_distance" help="e.g. 10" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
116 <param name="weight" value="1" type="integer" label="weight" help="e.g. 1" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
117 <param name="min_mapping_threshold" value="20" type="integer" label="min_mapping_threshold" help="e.g. 20" />
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
118 <param name="probability_curve" argument="-P" type="boolean" truevalue="-P" falsevalue="" checked="true" label="output probability curve for each variant"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
119 <param name="evidence" argument="-e" type="boolean" truevalue="-e" falsevalue="" checked="true" label="show evidence for each call"/>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
120 </section>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
121 </when>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
122 <when value="single-read">
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
123 <section name="additional_params" title="Additional Options" expanded="False">
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
124 <param name="mw" value="4" type="integer" label="-mw" help="minimum weight across all samples for a call (default: 4)" />
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
125 <param name="tt" value="0" type="integer" label="-tt" help="trim threshold (default: 0)" />
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
126 <param name="back_distance" value="10" type="integer" label="back_distance" help="e.g. 10" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
127 <param name="weight" value="1" type="integer" label="weight" help="e.g. 1" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
128 <param name="min_mapping_threshold" value="20" type="integer" label="min_mapping_threshold" help="e.g. 20" />
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
129 <param name="probability_curve" argument="-P" type="boolean" truevalue="-P" falsevalue="" checked="false" label="output probability curve for each variant"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
130 <param name="evidence" argument="-e" type="boolean" truevalue="-e" falsevalue="" checked="false" label="show evidence for each call"/>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
131 </section>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
132 </when>
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
133
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
134 </conditional>
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
135 <param help="get variant calling in vcf or BEDPE format" label="variant calling format" name="output_format" type="select">
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
136 <option selected="True" value="vcf">vcf</option>
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
137 <option value="BEDPE">BEDPE</option>
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
138 </param>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
139 </inputs>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
140
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
141 <outputs>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
142 <data format="tabular" name="histogram" label="Lumpy on ${on_string}: Fragment size distribution" from_work_dir="input.lib.histo">
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
143 <filter>seq_method['seq_method_list'] == "paired-end"</filter>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
144 </data>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
145 <data format="tabular" name="histogramB" label="Lumpy on ${on_string}: Fragment size distribution" from_work_dir="input.B.lib.histo">
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
146 <filter>seq_method['seq_method_list'] == "paired-end"</filter>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
147 <filter>analysis_type['analysis_type_list'] == "two_sample"</filter>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
148 </data>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
149 <data format="bam" name="splits" label="Lumpy on ${on_string}: Split Reads (Bam format)" from_work_dir="input.splitters.bam"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
150 <data format="bam" name="splitsB" label="Lumpy on ${on_string}: Split Reads (Bam format)" from_work_dir="input.B.splitters.bam">
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
151 <filter>analysis_type['analysis_type_list'] == "two_sample"</filter>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
152 </data>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
153 <data format="bam" name="discordants" label="Lumpy on ${on_string}: Discordant Pairs (Bam format)" from_work_dir="input.discordants.bam">
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
154 <filter>seq_method['seq_method_list'] == "paired-end"</filter>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
155 </data>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
156 <data format="bam" name="discordantsB" label="Lumpy on ${on_string}: Discordant Pairs (Bam format)" from_work_dir="input.discordants.B.bam">
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
157 <filter>seq_method['seq_method_list'] == "paired-end"</filter>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
158 <filter>analysis_type['analysis_type_list'] == "two_sample"</filter>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
159 </data>
7
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
160 <data format="vcf" name="vcf_call" label="Lumpy Variant Calling">
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
161 <change_format>
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
162 <when format="tabular" input="output_format" value="BEDPE" />
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
163 </change_format>
e833b178b94b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents: 6
diff changeset
164 </data>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
165 </outputs>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
166
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
167 <tests>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
168 <test>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
169 <param name="analysis_type_list" value="one_sample" />
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
170 <param name="input_file" value="sr.input.bam" ftype="bam"/>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
171 <param name="seq_method_list" value="single-read" />
2
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
172 <param name="mw" value="4"/>
b1e152172de9 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents: 1
diff changeset
173 <param name="tt" value="0"/>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
174 <param name="back_distance" value="10"/>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
175 <param name="weight" value="1" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
176 <param name="min_mapping_threshold" value="20" />
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
177 <output name="vcf_call" file="output.vcf" ftype="vcf"/>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
178 </test>
12
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
179 <test>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
180 <param name="analysis_type_list" value="one_sample" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
181 <param name="input_file" value="sr.input.bam" ftype="bam"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
182 <param name="seq_method_list" value="single-read" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
183 <param name="mw" value="4"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
184 <param name="tt" value="0"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
185 <param name="back_distance" value="10"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
186 <param name="weight" value="1" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
187 <param name="min_mapping_threshold" value="20" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
188 <param name="evidence" value="true" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
189 <param name="probability_curve" value="true" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
190 <output name="vcf_call" file="output_extended.vcf" ftype="vcf" compare="sim_size"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
191 </test>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
192 <test>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
193 <param name="analysis_type_list" value="two_sample" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
194 <param name="input_file" value="sr.input.bam" ftype="bam"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
195 <param name="input_fileB" value="sr.input.bam" ftype="bam"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
196 <param name="seq_method_list" value="single-read" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
197 <param name="mw" value="4"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
198 <param name="tt" value="0"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
199 <param name="back_distance" value="10"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
200 <param name="weight" value="1" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
201 <param name="min_mapping_threshold" value="20" />
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
202 <output name="vcf_call" file="output_two.vcf" ftype="vcf"/>
b3fb23bbca8e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 03ac2f3182f9e72db31297fa9e2fd5f0802343ea
drosofff
parents: 11
diff changeset
203 </test>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
204 </tests>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
205
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
206 <help>
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
207
3
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
208 **Input(s)**
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
209
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
210 *One sample* : lumpy search structural variations inside a single sequencing dataset
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
211
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
212 *Two samples*: lumpy search structural variations inside and across two sequencing datasets from two samples
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
213
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
214 Analysis of sample replicates is not implemented yet in this wrapper
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
215
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
216 *BAM files*: Only BAM alignments produced by BWA-mem have been tested with this tool
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
217
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
218 **Sequencing method**
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
219
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
220 *Paired-end sequencing*: Both ends of library fragments have been sequenced, resulting in two paired sequencing datasets
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
221
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
222 *Single-read sequencing*: Only one end of library fragment has been sequenced, resulting in a single sequencing dataset. Under these conditions, evidences of structural variation are obtained only from splited read alignments
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
223
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
224 *Read length*: The length of the sequencing reads in the library. This information is required only for paired-end sequencing data
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
225
0bd777f0d6d8 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents: 2
diff changeset
226 *Additional options*: refer to lumpy-sv_ documentation and the publication (doi 10.1186/gb-2014-15-6-r84)
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
227
1
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
228 **lumpy-sv manual**
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
229
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
230 Read the lumpy-sv_ documentation for details on using lumpy.
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
231
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
232 .. _lumpy-sv: https://github.com/arq5x/lumpy-sv
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
233
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
234 **lumpy options**
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
235
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
236 v 0.2.13
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
237 Author: Ryan Layer (rl6sf@virginia.edu)
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
238
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
239 Summary: Find structural variations in various signals.
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
240
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
241 Options::
5
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
242 <![CDATA[
1
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
243
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
244 -g Genome file (defines chromosome order)
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
245 -e Show evidence for each call
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
246 -w File read windows size (default 1000000)
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
247 -mw minimum weight for a call
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
248 -msw minimum per-sample weight for a call
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
249 -tt trim threshold
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
250 -x exclude file bed file
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
251 -t temp file prefix, must be to a writeable directory
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
252 -P output probability curve for each variant
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
253 -b output BEDPE instead of VCF
5
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
254 -sr bam_file:<file name>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
255 id:<sample name>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
256 back_distance:<distance>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
257 min_mapping_threshold:<mapping quality>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
258 weight:<sample weight>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
259 min_clip:<minimum clip length>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
260 read_group:<string>
1
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
261
5
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
262 -pe bam_file:<file name>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
263 id:<sample name>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
264 histo_file:<file name>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
265 mean:<value>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
266 stdev:<value>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
267 read_length:<length>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
268 min_non_overlap:<length>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
269 discordant_z:<z value>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
270 back_distance:<distance>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
271 min_mapping_threshold:<mapping quality>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
272 weight:<sample weight>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
273 read_group:<string>
1
a006d42dd759 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents: 0
diff changeset
274
5
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
275 -bedpe bedpe_file:<bedpe file>,
745cbe841e40 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents: 4
diff changeset
276 id:<sample name>,
8
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
277 weight:<sample weight>
382ffb8e0caa planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 8375ddf784506b68d28bc9e6224648fafa796d9f
drosofff
parents: 7
diff changeset
278 ]]>
0
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
279 </help>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
280
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
281 <citations>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
282 <citation type="doi">10.1186/gb-2014-15-6-r84</citation>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
283 </citations>
8b3daa745d9b planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff changeset
284 </tool>