# HG changeset patch # User erasmus-medical-center # Date 1485349566 18000 # Node ID fca9c1ace23c011bd11ea89c4bc61ee58bc55a1f planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a diff -r 000000000000 -r fca9c1ace23c dr-disco_bam_extract.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dr-disco_bam_extract.xml Wed Jan 25 08:06:06 2017 -0500 @@ -0,0 +1,51 @@ + + Extracts reads from two targeted regions + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Extract reads from two chromosomal positions (and also takes mates with the same name) + +Regions are in the format: + chr1:123-546 + + + + diff -r 000000000000 -r fca9c1ace23c dr-disco_fix.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dr-disco_fix.xml Wed Jan 25 08:06:06 2017 -0500 @@ -0,0 +1,26 @@ + + Fixes and annotates chimeric alignments + + macros.xml + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r fca9c1ace23c dr-disco_intronic.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dr-disco_intronic.xml Wed Jan 25 08:06:06 2017 -0500 @@ -0,0 +1,39 @@ + + Detects break-points in RNA-seq + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r fca9c1ace23c macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jan 25 08:06:06 2017 -0500 @@ -0,0 +1,28 @@ + + + + dr-disco + + + + + 0.2.0 + + + dr-disco --version | head -n 1 + + + + + + + @unpublished{dr_disco, + author = {Youri Hoogstrate}, + title = {Dr. Disco: detecting genomic breakpoints of TMPRSS2-ERG in prostate cancer using RNA-Seq data only}, + url = {https://github.com/yhoogstrate/dr-disco} + } + + + + + \ No newline at end of file diff -r 000000000000 -r fca9c1ace23c test-data/bam_extract.bam Binary file test-data/bam_extract.bam has changed diff -r 000000000000 -r fca9c1ace23c test-data/bam_extract.empty.bam Binary file test-data/bam_extract.empty.bam has changed