annotate manta.xml @ 0:42ba283a0fe2 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
author artbio
date Wed, 13 May 2020 15:15:07 -0400
parents
children d648e40c6da9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
1 <tool id="manta" name="Manta" version="@WRAPPER_VERSION@">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
2
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
3 <description>Manta calls structural variants (SVs) and indels from mapped paired-end sequencing reads.</description>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
4
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
5 <macros>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
6 <import>manta_macros.xml</import>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
7 </macros>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
8 <expand macro="requirements"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
9 <expand macro="stdio"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
10
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
12 @VERSION@
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
13 @pipefail@
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
14 @set_reference_fasta_filename@
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
15
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
16 #import os
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
17 #import random
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
18 #set job_dir=os.getcwd()
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
19 #set run_dir = job_dir + '/MantaWorkflow_' + (' ' + str(random.randint(1,100000))).strip()
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
20 #set config_file = $__tool_directory__ + '/configManta.py.ini'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
21 #set config_file_custom = $__tool_directory__ + '/customized.ini'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
22 #set $input_normal = 'normal.bam'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
23 #set $input_tumor = 'tumor.bam'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
24
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
25 #if str( $bam_input.bam_input_selector ) == "not_tumor_bam":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
26 ln -s '$bam_input.normal_bam_file' $input_normal &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
27 ln -s '$bam_input.normal_bam_file.metadata.bam_index' normal.bai &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
28 #else if str( $bam_input.bam_input_selector ) == "tumor_bam":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
29 ln -s '$bam_input.normal_bam_file' $input_normal &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
30 ln -s '$bam_input.normal_bam_file.metadata.bam_index' normal.bai &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
31 ln -s '$bam_input.tumor_bam_file' $input_tumor &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
32 ln -s '$bam_input.tumor_bam_file.metadata.bam_index' tumor.bai &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
33 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
34
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
35 cp ${config_file} ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
36
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
37 #if str( $set_configuration.set_configuration_switch ) == "Customized":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
38 sed -i 's/minCandidateVariantSize = 8/minCandidateVariantSize = $set_configuration.minCandidateVariantSize/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
39 sed -i 's/rnaMinCandidateVariantSize = 1000/rnaMinCandidateVariantSize = $set_configuration.rnaMinCandidateVariantSize/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
40 sed -i 's/minEdgeObservations = 3/minEdgeObservations = $set_configuration.minEdgeObservations/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
41 sed -i 's/graphNodeMaxEdgeCount = 10/graphNodeMaxEdgeCount = $set_configuration.graphNodeMaxEdgeCount/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
42 sed -i 's/minCandidateSpanningCount = 3/minCandidateSpanningCount = $set_configuration.minCandidateSpanningCount/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
43 sed -i 's/minScoredVariantSize = 50/minScoredVariantSize = $set_configuration.minScoredVariantSize/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
44 sed -i 's/minDiploidVariantScore = 10/minDiploidVariantScore = $set_configuration.minDiploidVariantScore/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
45 sed -i 's/minPassDiploidVariantScore = 20/minPassDiploidVariantScore = $set_configuration.minPassDiploidVariantScore/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
46 sed -i 's/minPassDiploidGTScore = 15/minPassDiploidGTScore = $set_configuration.minPassDiploidGTScore/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
47 sed -i 's/minSomaticScore = 10/minSomaticScore = $set_configuration.minSomaticScore/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
48 sed -i 's/minPassSomaticScore = 30/minPassSomaticScore = $set_configuration.minPassSomaticScore/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
49 sed -i 's/enableRemoteReadRetrievalForInsertionsInGermlineCallingModes = 1/enableRemoteReadRetrievalForInsertionsInGermlineCallingModes = $set_configuration.enableRemoteReadRetrievalForInsertionsInGermlineCallingModes/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
50 sed -i 's/enableRemoteReadRetrievalForInsertionsInCancerCallingModes = 0/enableRemoteReadRetrievalForInsertionsInCancerCallingModes = $set_configuration.enableRemoteReadRetrievalForInsertionsInCancerCallingModes/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
51 sed -i 's/useOverlapPairEvidence = 0/useOverlapPairEvidence = $set_configuration.useOverlapPairEvidence/' ${config_file_custom} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
52 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
53
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
54 configManta.py
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
55 --referenceFasta='${reference_fasta_filename}'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
56
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
57 #if str( $set_configuration.set_configuration_switch ) == "Custom_config_file":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
58 #set config_file = $set_configuration.CustomConfigFile
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
59 #else if str( $set_configuration.set_configuration_switch ) == "Customized":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
60 #set config_file = config_file_custom
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
61 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
62
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
63 --config=${config_file}
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
64
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
65 #if str( $bam_input.bam_input_selector ) == "not_tumor_bam":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
66 --bam=$input_normal
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
67 #else if str( $bam_input.bam_input_selector ) == "tumor_bam":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
68 --bam=$input_normal
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
69 --tumorBam=$input_tumor
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
70 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
71
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
72 --runDir='${run_dir}'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
73 --scanSizeMb=${advanced.scanSizeMb}
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
74 --callMemMb=${advanced.callMemMb} &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
75
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
76 ln -s -f '${run_dir}/runWorkflow.py' '${run_manta_workflow}' &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
77 ln -s -f '${config_file}' '${set_conf_file}' &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
78 python2 '${run_dir}/runWorkflow.py' -m local -j 8 &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
79 ln -s -f '${run_dir}/results/variants/candidateSV.vcf.gz' '${out_vcf1}' &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
80 ln -s -f '${run_dir}/results/variants/diploidSV.vcf.gz' '${out_vcf2}' &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
81 ln -s -f '${run_dir}/results/variants/candidateSmallIndels.vcf.gz' '${out_vcf3}'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
82
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
83 ]]></command>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
84
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
85 <inputs>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
86 <expand macro="reference_source_conditional" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
87
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
88 <conditional name="bam_input">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
89 <param name="bam_input_selector" type="select" label="Just 'normal' BAM file or 'normal' + 'tumor' BAM files" help="Select between a single normal BAM file or a pair of normal / tumor BAM files">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
90 <option value="not_tumor_bam">Normal</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
91 <option value="tumor_bam">Normal + Tumor</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
92 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
93
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
94 <when value="not_tumor_bam">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
95 <param name="normal_bam_file" type="data" format="bam" label="select normal BAM" help="Select the files you wish to send to Manta (normal sample, it must be in BAM format)." />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
96 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
97
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
98 <when value='tumor_bam'>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
99 <param name="normal_bam_file" type="data" format="bam" label="select normal BAM" help="Select the files you wish to send to Manta (normal sample, it must be in BAM format)." />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
100 <param name="tumor_bam_file" type="data" format="bam" label="select tumor BAM" help="Select the files you wish to send to Manta (tumor sample, it must be in BAM format)." />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
101 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
102 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
103
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
104 <param name="additional_param" type="select" multiple="true" display="checkboxes" label="Additional outputs" help="Additional parameters.">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
105 <option value="exome">Set options for WES input: turn off depth filters</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
106 <option value="rna">Set options for RNA-Seq input. Must specify exactly one bam input file</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
107 <option value="unstrandedRNA">Set if RNA-Seq input is unstranded: Allows splice-junctions on either strand</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
108 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
109
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
110 <section name="advanced" title="Advanced options" expanded="false">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
111
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
112 <param name="callMemMb" type="integer" value="8000" label="Set default task memory requirements" help="The maximum memory size to assign to tasks" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
113 <param name="scanSizeMb" type="integer" value="12" label="Set maximum sequence region size" help="The maximum sequence region size (in megabases) scanned by each task during SV Locus graph generation. (default: 12)" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
114 <param name="retainTempFiles" type="boolean" checked="False" truevalue="-s" falsevalue="" label="Keep all temporary files" help="Click yes so all temporary files (for workflow debugging) will be kept."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
115 <param name="generateEvidenceBam" type="boolean" checked="False" truevalue="-s" falsevalue="" label="Generate a bam of supporting reads for all SVs" help="Click yes for generating a BAM of supporting reads for all SVs."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
116
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
117 </section>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
118
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
119 <!-- <expand macro="manta_configuration"/> -->
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
120
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
121 <conditional name="set_configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
122 <param name="set_configuration_switch" type="select" label="Do you want to change default configuration settings?">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
123 <option value="Default_config_file">Default</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
124 <option value="Custom_config_file">Upload a different config file</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
125 <option value="Customized">Customize the options</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
126 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
127 <when value="Default_config_file">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
128 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
129 <when value="Custom_config_file">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
130 <param format="ini" name="CustomConfigFile" type="data" label="config file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
131 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
132 <when value="Customized">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
133 <param name="minCandidateVariantSize" type="integer" value="8" label="minCandidateVariantSize" help="Run discovery and candidate reporting for all SVs/indels at or above this size."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
134 <param name="rnaMinCandidateVariantSize" type="integer" value="1000" label="rnaMinCandidateVariantSize" help="Separate option (to provide different default) used for runs in RNA-mode."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
135 <param name="minEdgeObservations" type="integer" value="3" label="minEdgeObservations" help="Remove all edges from the graph unless they're supported by this many 'observations'."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
136 <param name="graphNodeMaxEdgeCount" type="integer" value="10" label="graphNodeMaxEdgeCount" help="If both nodes of an edge have an edge count higher than this, then skip evaluation of the edge."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
137 <param name="minCandidateSpanningCount" type="integer" value="3" label="minCandidateSpanningCount" help="Run discovery and candidate reporting for all SVs/indels with at least this many spanning support observations."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
138 <param name="minScoredVariantSize" type="integer" value="50" label="minScoredVariantSize" help="After candidate identification, only score and report SVs/indels at or above this size."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
139 <param name="minDiploidVariantScore" type="integer" value="10" label="minDiploidVariantScore" help="Minimum VCF 'QUAL' score for a variant to be included in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
140 <param name="minPassDiploidVariantScore" type="integer" value="20" label="minPassDiploidVariantScore" help="VCF 'QUAL' score below which a variant is marked as filtered in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
141 <param name="minPassDiploidGTScore" type="integer" value="15" label="minPassDiploidGTScore" help="Minimum genotype quality score below which single samples are filtered for a variant in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
142 <param name="minSomaticScore" type="integer" value="10" label="minSomaticScore" help="Somatic quality scores below this level are not included in the somatic vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
143 <param name="minPassSomaticScore" type="integer" value="30" label="minPassSomaticScore" help="Somatic quality scores below this level are filtered in the somatic vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
144 <param name="enableRemoteReadRetrievalForInsertionsInGermlineCallingModes" type="integer" value="1" label="enableRemoteReadRetrievalForInsertionsInGermlineCallingModes" help="Remote read retrieval is used ot improve the assembly of putative insertions by retrieving any mate reads in remote locations with poor mapping quality. This feature can be enabled/disabled separately for germline and cancer calling below."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
145 <param name="enableRemoteReadRetrievalForInsertionsInCancerCallingModes" type="integer" value="0" label="enableRemoteReadRetrievalForInsertionsInCancerCallingModes" help="Here 'CancerCallingModes' includes tumor-normal subtraction and tumor-only calling. 'GermlineCallingModes' includes all other calling modes."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
146 <param name="useOverlapPairEvidence" type="integer" value="0" label="useOverlapPairEvidence" help="Set if an overlapping read pair will be considered as evidence. Set this value &lt;= 0 to skip overlapping read pairs."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
147 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
148 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
149
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
150 <param name="runworkflow_file_check" type="boolean" label="output manta run_workflow file" checked="False" help="Show run_workflow file on history"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
151 <param name="config_file_check" type="boolean" label="output conf file" checked="False" help="Show configuration file on history"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
152 <param name="O1_check" type="boolean" label="snvs filtred" checked="False" help="Show filtred snvs"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
153 <param name="O2_check" type="boolean" label="indels filtred" checked="False" help="Show filtred indels"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
154 <param name="O3_check" type="boolean" label="all snvs" checked="False" help="Show snvs"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
155
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
156 </inputs>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
157
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
158 <outputs>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
159
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
160 <data format="txt" name="run_manta_workflow" label="Parameters for running Manta">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
161 <filter>runworkflow_file_check == True</filter>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
162 </data>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
163
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
164 <data format="tabular" name="set_conf_file" label="conf_file.ini">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
165 <filter>config_file_check == True</filter>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
166 </data>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
167 <data format="vcf_bgzip" name="out_vcf1" label="${tool.name} on ${on_string} (Generating the candidateSV.vcf file)" from_work_dir="MantaWorkflow/results/variants/candidateSV.vcf.gz">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
168 <filter>O1_check == True</filter>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
169 </data>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
170 <data format="vcf_bgzip" name="out_vcf2" label="${tool.name} on ${on_string} (Generating the diploidSV.vcf file)" from_work_dir="MantaWorkflow/results/variants/diploidSV.vcf.gz">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
171 <filter>O2_check == True</filter>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
172 </data>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
173 <data format="vcf_bgzip" name="out_vcf3" label="${tool.name} on ${on_string} (Generating the candidateSmallIndels.vcf file)" from_work_dir="MantaWorkflow/results/variants/candidateSmallIndels.vcf.gz">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
174 <filter>O3_check == True</filter>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
175 </data>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
176 </outputs>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
177
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
178 <tests>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
179 <test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
180 <conditional name="reference_source">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
181 <param name="reference_source_selector" value="history"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
182 <param name="ref_file" ftype="fasta" value="hg19_region.fa"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
183 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
184
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
185 <conditional name="bam_input">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
186 <param name="bam_input_selector" value="tumor_bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
187 <param name="normal_bam_file" ftype="bam" value="HCC1954_normal.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
188 <param name="tumor_bam_file" ftype="bam" value="HCC1954_tumor.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
189 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
190
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
191 <conditional name="set_configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
192 <param name="set_configuration_switch" value="Default_config_file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
193 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
194 <param name="callMemMb" value="1000"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
195 <param name="O1_check" value="True"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
196 <output name="out_vcf1" file="candidateSV.vcf.gz" decompress="true" lines_diff="4"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
197 </test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
198 <test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
199 <conditional name="reference_source">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
200 <param name="reference_source_selector" value="history"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
201 <param name="ref_file" ftype="fasta" value="hg19_region.fa"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
202 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
203
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
204 <conditional name="bam_input">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
205 <param name="bam_input_selector" value="tumor_bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
206 <param name="normal_bam_file" ftype="bam" value="HCC1954_normal.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
207 <param name="tumor_bam_file" ftype="bam" value="HCC1954_tumor.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
208 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
209
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
210 <conditional name="set_configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
211 <param name="set_configuration_switch" value="Default_config_file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
212 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
213 <param name="callMemMb" value="1000"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
214 <param name="O3_check" value="True"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
215 <output name="out_vcf3" file="candidateSmallIndels.vcf.gz" decompress="true" lines_diff="4"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
216 </test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
217 <test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
218 <conditional name="reference_source">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
219 <param name="reference_source_selector" value="cached"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
220 <param name="index" value="hg19"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
221 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
222
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
223 <conditional name="bam_input">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
224 <param name="bam_input_selector" value="tumor_bam" dbkey="hg19"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
225 <param name="normal_bam_file" ftype="bam" value="HCC1954_normal.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
226 <param name="tumor_bam_file" ftype="bam" value="HCC1954_tumor.bam"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
227 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
228
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
229 <conditional name="set_configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
230 <param name="set_configuration_switch" value="Default_config_file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
231 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
232 <param name="callMemMb" value="1000"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
233 <param name="O3_check" value="True"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
234 <output name="out_vcf3" file="candidateSmallIndels.vcf.gz" decompress="true" lines_diff="4"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
235 </test>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
236 </tests>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
237
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
238 <help><![CDATA[
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
239 **Manta**
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
240 This script configures the Manta SV analysis pipeline.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
241 You must specify a BAM or CRAM file for at least one sample.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
242 Configuration will produce a workflow run script which
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
243 can execute the workflow on a single node or through
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
244 sge and resume any interrupted execution.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
245
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
246 **Options**
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
247 --version show program's version number and exit
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
248 -h, --help show this help message and exit
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
249 --config=FILE provide a configuration file to override defaults in
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
250 global config file (/home/lpanunzi/Desktop/Hackaton_GC
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
251 C2019/manta_sv/manta/bin/configManta.py.ini)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
252 --allHelp show all extended/hidden options
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
253 **Workflow options**
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
254 --bam=FILE, --normalBam=FILE
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
255 Normal sample BAM or CRAM file. May be specified more
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
256 than once, multiple inputs will be treated as each BAM
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
257 file representing a different sample. [optional] (no
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
258 default)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
259 --tumorBam=FILE, --tumourBam=FILE
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
260 Tumor sample BAM or CRAM file. Only up to one tumor
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
261 bam file accepted. [optional] (no default)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
262 --exome Set options for WES input: turn off depth filters
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
263 --rna Set options for RNA-Seq input. Must specify exactly
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
264 one bam input file
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
265 --unstrandedRNA Set if RNA-Seq input is unstranded: Allows splice-
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
266 junctions on either strand
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
267 --referenceFasta=FILE
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
268 samtools-indexed reference fasta file [required]
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
269 --runDir=DIR Name of directory to be created where all workflow
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
270 scripts and output will be written. Each analysis
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
271 requires a separate directory. (default:
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
272 MantaWorkflow)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
273 --callRegions=FILE Optionally provide a bgzip-compressed/tabix-indexed
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
274 BED file containing the set of regions to call. No VCF
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
275 output will be provided outside of these regions. The
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
276 full genome will still be used to estimate statistics
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
277 from the input (such as expected fragment size
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
278 distribution). Only one BED file may be specified.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
279 (default: call the entire genome)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
280 **Extended options**
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
281 These options are either unlikely to be reset after initial site
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
282 configuration or only of interest for workflow development/debugging.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
283 They will not be printed here if a default exists unless --allHelp is
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
284 specified
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
285 --existingAlignStatsFile=FILE
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
286 Pre-calculated alignment statistics file. Skips
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
287 alignment stats calculation.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
288 --useExistingChromDepths
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
289 Use pre-calculated chromosome depths.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
290 --candidateBins=candidateBins
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
291 Provide the total number of tasks which candidate
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
292 generation will be sub-divided into. (default: 256)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
293 --retainTempFiles Keep all temporary files (for workflow debugging)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
294 --generateEvidenceBam
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
295 Generate a bam of supporting reads for all SVs
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
296 --outputContig Output assembled contig sequences in VCF file
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
297 --scanSizeMb=INT Maximum sequence region size (in megabases) scanned by
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
298 each task during SV Locus graph generation. (default:
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
299 12)
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
300 --region=REGION Limit the analysis to a region of the genome for
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
301 debugging purposes. If this argument is provided
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
302 multiple times all specified regions will be analyzed
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
303 together. All regions must be non-overlapping to get a
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
304 meaningful result. Examples: '--region chr20' (whole
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
305 chromosome), '--region chr2:100-2000 --region
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
306 chr3:2500-3000' (two regions)'. If this option is
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
307 specified (one or more times) together with the
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
308 --callRegions BED file, then all region arguments will
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
309 be intersected with the callRegions BED track.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
310 --callMemMb=INT Set default task memory requirement (in megabytes) for
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
311 common tasks. This may benefit an analysis of unusual
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
312 depth, chimera rate, etc.. 'Common' tasks refers to
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
313 most compute intensive scatter-phase tasks of graph
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
314 creation and candidate generation.
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
315
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
316 For further info see: https://github.com/Illumina/manta
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
317
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
318 ]]></help>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
319
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
320 <citations>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
321 <citation type="doi">10.1093/bioinformatics/btv710</citation>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
322 </citations>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
323
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
324 </tool>