Mercurial > repos > drosofff > lumpy
annotate lumpy.xml @ 7:e833b178b94b draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
author | drosofff |
---|---|
date | Fri, 09 Dec 2016 06:13:27 -0500 |
parents | e9db5497e675 |
children | 382ffb8e0caa |
rev | line source |
---|---|
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
1 <tool id="lumpy" name="lumpy-sv" version="0.2"> |
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> |
6
e9db5497e675
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit a4e9bbd84ef84934702f0c96aa04e7056d8ac235
drosofff
parents:
5
diff
changeset
|
6 <requirement type="package" version="1.11.2">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> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
11 <version_command>lumpy --version</version_command> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
13 #if $analysis_type.analysis_type_list == "one_sample": |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
14 ln -f -s '$analysis_type.input_file' input.bam && |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
15 #else: |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
16 ln -f -s '$analysis_type.input_file' input.A.bam && |
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
17 ln -f -s '$analysis_type.input_fileB' input.B.bam && |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
18 #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
|
19 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
20 #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
|
21 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
22 #if $seq_method.seq_method_list == "paired-end": |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
23 samtools view -b -F 1294 input.bam > "input.discordants.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
24 samtools view -h input.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
25 samtools sort input.discordants.unsorted.bam > input.discordants.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
26 samtools sort input.splitters.unsorted.bam > input.splitters.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
27 samtools view -r readgroup input.bam |
4
2f41fac75575
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 66d42b0d63ff5d72c6611106ed3366a58c73a55d
drosofff
parents:
3
diff
changeset
|
28 |tail -n +1 |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
29 |python $__tool_directory__/pairend_distro.py -r 101 -X 4 -N $seq_method.additional_params.samplingValue -o input.lib.histo > meandev.txt && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
30 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
|
31 stdev=\$(cat meandev.txt | sed -r s/mean:.+stdev://) && |
7
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
32 lumpy -mw $seq_method.additional_params.mw -tt $seq_method.additional_params.tt |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
33 #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
|
34 -b |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
35 #end if |
3
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
36 -pe id:input.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 |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
37 -sr id:input.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 > output.vcf && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
38 mv input.discordants.bam $discordants && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
39 mv input.splitters.bam $splits && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
40 mv input.lib.histo $histogram && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
41 mv output.vcf $vcf_call && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
42 rm input.discordants.unsorted.bam input.splitters.unsorted.bam meandev.txt |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
43 #end if |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
44 #if $seq_method.seq_method_list == "single-read": |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
45 samtools view -h input.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
46 lumpy -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
|
47 #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
|
48 -b |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
49 #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
|
50 -sr id:input.bam,bam_file:input.splitters.unsorted.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 > output.vcf && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
51 mv input.splitters.unsorted.bam $splits && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
52 mv output.vcf $vcf_call |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
53 #end if |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
54 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
55 #else: |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
56 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
57 #if $seq_method.seq_method_list == "paired-end": |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
58 samtools view -b -F 1294 input.A.bam > "input.A.discordants.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
59 samtools view -b -F 1294 input.B.bam > "input.B.discordants.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
60 samtools view -h input.A.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.A.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
61 samtools view -h input.B.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.B.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
62 samtools sort input.A.discordants.unsorted.bam > input.A.discordants.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
63 samtools sort input.B.discordants.unsorted.bam > input.B.discordants.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
64 samtools sort input.A.splitters.unsorted.bam > input.A.splitters.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
65 samtools sort input.B.splitters.unsorted.bam > input.B.splitters.bam && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
66 samtools view -r readgroup input.A.bam |
4
2f41fac75575
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 66d42b0d63ff5d72c6611106ed3366a58c73a55d
drosofff
parents:
3
diff
changeset
|
67 |tail -n +1 |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
68 |python $__tool_directory__/pairend_distro.py -r 101 -X 4 -N $seq_method.additional_params.samplingValue -o input.A.lib.histo > meandevA.txt && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
69 samtools view -r readgroup input.B.bam |
4
2f41fac75575
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 66d42b0d63ff5d72c6611106ed3366a58c73a55d
drosofff
parents:
3
diff
changeset
|
70 |tail -n +1 |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
71 |python $__tool_directory__/pairend_distro.py -r 101 -X 4 -N $seq_method.additional_params.samplingValue -o input.B.lib.histo > meandevB.txt && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
72 meanA=\$(cat meandevA.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
|
73 meanB=\$(cat meandevB.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
|
74 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
|
75 stdevB=\$(cat meandevB.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
|
76 lumpy -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
|
77 #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
|
78 -b |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
79 #end if |
3
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
80 -pe id:inputA.bam,bam_file:input.A.discordants.bam,histo_file:input.A.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 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
81 -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 |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
82 -sr id:inputA.bam,bam_file:input.A.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 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
83 -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 > output.vcf && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
84 mv input.A.discordants.bam $discordants && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
85 mv input.B.discordants.bam $discordantsB && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
86 mv input.A.splitters.bam $splits && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
87 mv input.B.splitters.bam $splitsB && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
88 mv input.A.lib.histo $histogram && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
89 mv input.B.lib.histo $histogramB && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
90 mv output.vcf $vcf_call && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
91 rm input.A.discordants.unsorted.bam input.B.discordants.unsorted.bam input.A.splitters.unsorted.bam input.B.splitters.unsorted.bam meandevA.txt meandevB.txt |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
92 #end if |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
93 #if $seq_method.seq_method_list == "single-read": |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
94 samtools view -h input.A.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.A.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
95 samtools view -h input.B.bam | python $__tool_directory__/extractSplitReads_BwaMem.py -i stdin | samtools view -Sb - > "input.B.splitters.unsorted.bam" && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
96 lumpy -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
|
97 #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
|
98 -b |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
99 #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
|
100 -sr id:input.A.bam,bam_file:input.A.splitters.unsorted.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 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
101 -sr id:input.B.bam,bam_file:input.B.splitters.unsorted.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 > output.vcf && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
102 mv input.A.splitters.unsorted.bam $splits && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
103 mv input.B.splitters.unsorted.bam $splitsB && |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
104 mv output.vcf $vcf_call |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
105 #end if |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
106 |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
107 |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
108 #end if |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
109 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
110 ]]></command> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
111 <!-- basic error handling --> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
112 <inputs> |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
113 <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
|
114 <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
|
115 <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
|
116 <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
|
117 </param> |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
118 <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
|
119 <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
|
120 <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
|
121 </when> |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
122 <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
|
123 <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
|
124 <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
|
125 <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
|
126 <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
|
127 </when> |
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
128 </conditional> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
129 <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
|
130 <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
|
131 <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
|
132 <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
|
133 </param> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
134 <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
|
135 <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
|
136 <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
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 <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
|
142 <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
|
143 <param name="min_mapping_threshold" value="20" type="integer" label="min_mapping_threshold" help="e.g. 20" /> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
144 </section> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
145 </when> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
146 <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
|
147 <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
|
148 <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
|
149 <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
|
150 <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
|
151 <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
|
152 <param name="min_mapping_threshold" value="20" type="integer" label="min_mapping_threshold" help="e.g. 20" /> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
153 </section> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
154 </when> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
155 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
156 </conditional> |
7
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
157 <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
|
158 <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
|
159 <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
|
160 </param> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
161 </inputs> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
162 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
163 <outputs> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
164 <data format="tabular" name="histogram" label="Lumpy on ${on_string}: Fragment size distribution"> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
165 <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
|
166 </data> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
167 <data format="tabular" name="histogramB" label="Lumpy on ${on_string}: Fragment size distribution"> |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
168 <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
|
169 <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
|
170 </data> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
171 <data format="bam" name="splits" label="Lumpy on ${on_string}: Split Reads (Bam format)"/> |
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
172 <data format="bam" name="splitsB" label="Lumpy on ${on_string}: Split Reads (Bam format)"> |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
173 <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
|
174 </data> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
175 <data format="bam" name="discordants" label="Lumpy on ${on_string}: Discordant Pairs (Bam format)"> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
176 <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
|
177 </data> |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
178 <data format="bam" name="discordantsB" label="Lumpy on ${on_string}: Discordant Pairs (Bam format)"> |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
179 <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
|
180 <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
|
181 </data> |
7
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
182 <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
|
183 <change_format> |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
184 <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
|
185 </change_format> |
e833b178b94b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 834a0ca8b5cc29307a03c1b22a372152ed064abd
drosofff
parents:
6
diff
changeset
|
186 </data> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
187 </outputs> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
188 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
189 <tests> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
190 <test> |
2
b1e152172de9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 5f3fb85a6eb667b04c4de65eb722261f315c8241
drosofff
parents:
1
diff
changeset
|
191 <param name="analysis_type" 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
|
192 <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
|
193 <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
|
194 <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
|
195 <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
|
196 <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
|
197 <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
|
198 <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
|
199 <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
|
200 </test> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
201 </tests> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
202 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
203 <help> |
1
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
204 |
3
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
205 **Input(s)** |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
206 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
207 *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
|
208 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
209 *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
|
210 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
211 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
|
212 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
213 *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
|
214 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
215 **Sequencing method** |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
216 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
217 *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
|
218 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
219 *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
|
220 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
221 *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
|
222 |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
223 *Additional options*: refer to lumpy-sv_ documentation and the publication (doi 10.1186/gb-2014-15-6-r84) |
0bd777f0d6d8
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit 336e603ddd23f30f60f1cc40a4e8e1629d467055
drosofff
parents:
2
diff
changeset
|
224 |
1
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
225 **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
|
226 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
227 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
|
228 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
229 .. _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
|
230 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
231 **lumpy options** |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
232 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
233 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
|
234 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
|
235 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
236 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
|
237 |
a006d42dd759
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b
drosofff
parents:
0
diff
changeset
|
238 Options:: |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
239 <![CDATA[ |
1
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 -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
|
242 -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
|
243 -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
|
244 -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
|
245 -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
|
246 -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
|
247 -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
|
248 -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
|
249 -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
|
250 -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
|
251 -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
|
252 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
|
253 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
|
254 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
|
255 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
|
256 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
|
257 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
|
258 |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
259 -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
|
260 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
|
261 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
|
262 mean:<value>, |
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
263 stdev:<value>, |
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
264 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
|
265 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
|
266 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
|
267 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
|
268 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
|
269 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
|
270 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
|
271 |
5
745cbe841e40
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit ccfbe9e77653393089624d308873496d1d7e32a7
drosofff
parents:
4
diff
changeset
|
272 -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
|
273 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
|
274 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
|
275 ]]> |
0
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
276 </help> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
277 |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
278 <citations> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
279 <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
|
280 </citations> |
8b3daa745d9b
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit c0bfc4b2215705e1b5fd1d4e60b1d72e5da13c92
drosofff
parents:
diff
changeset
|
281 </tool> |