Repository 'dr_disco'
hg clone https://toolshed.g2.bx.psu.edu/repos/erasmus-medical-center/dr_disco

Changeset 6:d58d99a070ce (2017-09-14)
Previous changeset 5:76a3992021c1 (2017-09-14) Next changeset 7:6b87499054f6 (2017-09-14)
Commit message:
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit 9e318ac5d6b229cf04f6d78d897231aad4cf92e2
modified:
dr-disco_detect.xml
macros.xml
b
diff -r 76a3992021c1 -r d58d99a070ce dr-disco_detect.xml
--- a/dr-disco_detect.xml Thu Sep 14 05:09:34 2017 -0400
+++ b/dr-disco_detect.xml Thu Sep 14 05:55:35 2017 -0400
b
@@ -15,7 +15,7 @@
                 '${output_fusion_events}'
     ]]></command>
     <inputs>
-        <param name="star_discordant_alignment_fixed" type="data" format="bam" label="Discordant alignment file of STAR (processed with dr-disco fix)" />
+        <param name="star_discordant_alignment_fixed" type="data" format="tabular" label="Discordant alignment file of STAR (processed with dr-disco fix)" />
         <param name="min_e_score" argument="--min-e-score" type="integer" value="8" min="0"
                label="Minimal score to initiate pulling sub-graphs" help="Larger numbers boost performance but result in suboptimal results. Values of 8 and below are considered to be very safe (this corresponds to initiate merging already from clusters that consist of 2 or 3 reads)." />
     </inputs>
b
diff -r 76a3992021c1 -r d58d99a070ce macros.xml
--- a/macros.xml Thu Sep 14 05:09:34 2017 -0400
+++ b/macros.xml Thu Sep 14 05:55:35 2017 -0400
b
@@ -6,7 +6,7 @@
         </requirements>
     </xml>
     
-    <token name="@TOOL_VERSION@">0.10.0-g1</token>
+    <token name="@TOOL_VERSION@">0.10.0-g2</token>
 
     <xml name="version_command">
         <version_command>dr-disco --version | head -n 1</version_command>