# HG changeset patch # User iuc # Date 1630396739 0 # Node ID 0e56998aebc62c15e814c36bdceb015471e9b960 # Parent eb4284f666b124cc77f304496668868053856590 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/delly commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7" diff -r eb4284f666b1 -r 0e56998aebc6 cnv.xml.orig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cnv.xml.orig Tue Aug 31 07:58:59 2021 +0000 @@ -0,0 +1,207 @@ + +<<<<<<< HEAD:tools/delly/cnv.xml + + discover and genotype copy-number variants +======= + + normalization on read-depth profiles + +>>>>>>> 20ed9dd6f (add bio.tools ID):tools/delly/rd.xml + + macros.xml + + + + + + +
+ + + + +
+
+ + + + + + +
+
+ + + + + +
+
+ + + + + + +
+
+ + + + + +
+
+ + + 'cnv' in oo['out'] + + + 'coverage' in oo['out'] + + + + + + + + + +
+ + +
+
+ +
+ + + + + + + + + + + + + + + + +
+ + + +
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + + +
+
+ +
+ + + + + + + + + + + + + + + +
+
+ `_. Intervals (BED), scanning regions (BED) and a delly SV file for breakpoint refinement (BCF) can be provided optionally. + +**Output** + +CNV (BCF) and coverage (compressed tabular) files are created. + +.. class:: infomark + +**References** + +@REFERENCES@ + ]]> + +
\ No newline at end of file diff -r eb4284f666b1 -r 0e56998aebc6 lr.xml --- a/lr.xml Fri Jan 22 14:29:56 2021 +0000 +++ b/lr.xml Tue Aug 31 07:58:59 2021 +0000 @@ -1,6 +1,7 @@ optimized calling and genotyping of structural variants + macros.xml diff -r eb4284f666b1 -r 0e56998aebc6 macros.xml --- a/macros.xml Fri Jan 22 14:29:56 2021 +0000 +++ b/macros.xml Tue Aug 31 07:58:59 2021 +0000 @@ -16,7 +16,11 @@ 10.1093/bioinformatics/bts378 - + + + delly2 + + `_. ]]> - \ No newline at end of file + diff -r eb4284f666b1 -r 0e56998aebc6 macros.xml.orig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml.orig Tue Aug 31 07:58:59 2021 +0000 @@ -0,0 +1,162 @@ + + + 0.8.7 + 0 + + + delly + bcftools + + + + &1 | grep 'Delly version' | cut -f 3 -d ' ']]> + + + + 10.1093/bioinformatics/bts378 + + +<<<<<<< HEAD + + +======= + + + delly2 + + + +>>>>>>> 20ed9dd6f (add bio.tools ID) + + + + + 'result.vcf' || echo 'No results.' +#end if + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'bcf' in oo['out'] + + + + + 'vcf' in oo['out'] + + + + + 'dump' in oo['out'] + + + + + 'log' in oo['out'] + + + + + + + `_. + ]]> + \ No newline at end of file diff -r eb4284f666b1 -r 0e56998aebc6 merge.xml.orig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/merge.xml.orig Tue Aug 31 07:58:59 2021 +0000 @@ -0,0 +1,179 @@ + + +<<<<<<< HEAD + structural variants across/within BCF/VCF file(s) +======= + structural variants across/within VCF/BCF file(s) + +>>>>>>> 20ed9dd6f (add bio.tools ID) + + macros.xml + + + + 'input_${i}.bcf.gz' && + bcftools index 'input_${i}.bcf.gz' && + #else + ln -s '${current}' 'input_${i}.bcf.gz' && + ln -s '${current.metadata.bcf_index}' 'input_${i}.bcf.gz.csi' && + #end if +#end for + +## run +delly merge +## generic options +--outfile 'result.bcf' +--chunks $generic.chunks +--vaf $generic.vaf +--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 +## input +#for $i, $current in enumerate($input) + 'input_${i}.bcf.gz' +#end for + +## postprocessing +@LOG@ +@VCF@ + ]]> + + +
+ + + + + + + + +
+
+ + +
+
+ + + + + +
+
+ + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + +
+ + + + + + + + +
+
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + +
+
+ + +
\ No newline at end of file