# HG changeset patch
# User artbio
# Date 1591600316 14400
# Node ID d09254e37c68fd4065c9ab0c7f01367c3f39d251
# Parent d648e40c6da9d81eec1e1c6fefccb041e9e83471
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 61062db986142ec4ba86757a724bcb9b94d9f838"
diff -r d648e40c6da9 -r d09254e37c68 candidateSV.vcf.gz
Binary file candidateSV.vcf.gz has changed
diff -r d648e40c6da9 -r d09254e37c68 candidateSmallIndels.vcf.gz
Binary file candidateSmallIndels.vcf.gz has changed
diff -r d648e40c6da9 -r d09254e37c68 manta.xml
--- a/manta.xml Sun Jun 07 16:43:54 2020 -0400
+++ b/manta.xml Mon Jun 08 03:11:56 2020 -0400
@@ -59,10 +59,7 @@
ln -s -f '${run_dir}/runWorkflow.py' '${run_manta_workflow}' &&
ln -s -f './configManta.py.ini' '${set_conf_file}' &&
- python2 '${run_dir}/runWorkflow.py' -m local -j \${GALAXY_SLOTS:-4} &&
- cp '${run_dir}/results/variants/candidateSV.vcf.gz' '${out_vcf1}' &&
- cp '${run_dir}/results/variants/diploidSV.vcf.gz' '${out_vcf2}' &&
- cp '${run_dir}/results/variants/candidateSmallIndels.vcf.gz' '${out_vcf3}'
+ python2 '${run_dir}/runWorkflow.py' -m local -j \${GALAXY_SLOTS:-4}
]]>
@@ -85,7 +82,7 @@
-
+
@@ -95,8 +92,7 @@
-
-
+
@@ -104,9 +100,9 @@
-
-
-
+
+
+
@@ -133,14 +129,18 @@
-
-
-
-
+
+
+
+
-
runworkflow_file_check == True
@@ -148,84 +148,117 @@
config_file_check == True
-
- O1_check == True
+
+ candidateSV_check == True
+
+
+ candidateSmallIndels_check == True
-
- O2_check == True
+
+ diploidSV_check == True
-
- O3_check == True
+
+ somaticSV_check == True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+ - tumorSV.vcf.gz
+ Subset of the candidateSV.vcf.gz file after removing redundant candidates and small
+ indels less than the minimum scored variant size (50 by default). The SVs are not
+ scored, but include additional details: (1) paired and split read supporting evidence
+ counts for each allele (2) a subset of the filters from the scored tumor-normal model
+ are applied to the single tumor case to improve precision.
-
-
-
-
-
-
-
-
-
-
1.6
- @VERSION@+galaxy5
+ @VERSION@+galaxy6