# HG changeset patch
# User iuc
# Date 1611325904 0
# Node ID 9946bd5428981f0e79908e4e5f898e4bbc7904ba
# Parent 53d90d86fc83d9ddf4f948212e1f5df14c5214f5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a"
diff -r 53d90d86fc83 -r 9946bd542898 call.xml
--- a/call.xml Thu Oct 29 20:50:39 2020 +0000
+++ b/call.xml Fri Jan 22 14:31:44 2021 +0000
@@ -35,89 +35,84 @@
#if 'dump' in $oo.out
--dump 'dump.tsv.gz'
#end if
-## samples
-#for $i, $current in enumerate($samples)
- 'sample_${i}.bam'
+## input
+#for $i, $current in enumerate($input)
+ 'input_${i}.bam'
#end for
## postprocessing
@LOG@
+@DUMP@
@VCF@
-@DUMP@
]]>
-
+
-
+
-
+
-
+
-
+
-
+
+
-
-
+
-
+
-
+
-
+
@@ -139,11 +139,6 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -269,11 +269,11 @@
**Input**
-Delly *call* needs a sorted, indexed and duplicate marked BAM file for every input sample. An indexed reference genome is required to identify split-reads. Additionally a VCF/BCF file for genotyping can be applied.
+Delly *call* requires a sorted, indexed and duplicate marked BAM file for every input sample. An indexed reference genome is required to identify split-reads. Additionally a BCF/VCF file for genotyping can be applied.
**Output**
-The output is available in BCF and VCF format. Additionally an output file for SV-reads is provided.
+The output is available in BCF and VCF format. Additionally an output file for SV-reads and a log file are provided.
.. class:: infomark
diff -r 53d90d86fc83 -r 9946bd542898 macros.xml
--- a/macros.xml Thu Oct 29 20:50:39 2020 +0000
+++ b/macros.xml Fri Jan 22 14:31:44 2021 +0000
@@ -1,6 +1,6 @@
- 0.8.5
+ 0.8.7
0
@@ -17,14 +17,12 @@
-
+
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
+
-
+
+
+
+ 'bcf' in oo['out']
+
+
'vcf' in oo['out']
-
-
- 'bcf' in oo['out']
-
-
'dump' in oo['out']
@@ -116,12 +125,25 @@
-
+
`_.