# HG changeset patch # User iuc # Date 1611325944 0 # Node ID 14838999263036decc295190a91e2254bf70308e # Parent 97c7441aed0dd77130e6e9138b90a351d17c31bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit d18d984264f54b45e94d97b5b97ed499a32a334a" diff -r 97c7441aed0d -r 148389992630 macros.xml --- a/macros.xml Thu Oct 29 20:51:37 2020 +0000 +++ b/macros.xml Fri Jan 22 14:32:24 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 @@ - + `_. diff -r 97c7441aed0d -r 148389992630 merge.xml --- a/merge.xml Thu Oct 29 20:51:37 2020 +0000 +++ b/merge.xml Fri Jan 22 14:32:24 2021 +0000 @@ -1,20 +1,20 @@ - structural variants across/within VCF/BCF file(s) + structural variants across/within BCF/VCF file(s) macros.xml 'sample_${i}.bcf.gz' && - bcftools index 'sample_${i}.bcf.gz' && + bcftools view -Ob '$current' > 'input_${i}.bcf.gz' && + bcftools index 'input_${i}.bcf.gz' && #else - ln -s '${current}' 'sample_${i}.bcf.gz' && - ln -s '${current.metadata.bcf_index}' 'sample_${i}.bcf.gz.csi' && + ln -s '${current}' 'input_${i}.bcf.gz' && + ln -s '${current.metadata.bcf_index}' 'input_${i}.bcf.gz.csi' && #end if #end for @@ -27,14 +27,15 @@ --coverage $generic.coverage --minsize $generic.minsize --maxsize $generic.maxsize +$generic.cnvmode $generic.precise $generic.pass ## overlap options --bp-offset $overlap.bpoffset --rec-overlap $overlap.recoverlap -## samples -#for $i, $current in enumerate($samples) - 'sample_${i}.bcf.gz' +## input +#for $i, $current in enumerate($input) + 'input_${i}.bcf.gz' #end for ## postprocessing @@ -42,37 +43,38 @@ @VCF@ ]]> - +
- - - + + + + - +
-
+
+ -
- + - + - +
@@ -89,15 +91,16 @@
- + - +
+
@@ -110,15 +113,7 @@
- - - - - - - - - + @@ -126,10 +121,17 @@ + + + + + + + - + - +
@@ -154,15 +156,13 @@ @WID@ -Delly *merge* merges SV sites into a unified site list. - **Input** -BCF or VCF files. +Delly *merge* requires BCF or VCF files. **Output** -A single BCF file. +A single file in BCF/VCF format. Additionally a log file is provided. .. class:: infomark