Previous changeset 4:3de621c44cf9 (2017-09-14) Next changeset 6:d58d99a070ce (2017-09-14) |
Commit message:
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit f6f9296f2774ba81f81f57d5f80d597d008e6a1c |
modified:
dr-disco_integrate.xml macros.xml |
b |
diff -r 3de621c44cf9 -r 76a3992021c1 dr-disco_integrate.xml --- a/dr-disco_integrate.xml Thu Sep 14 04:30:12 2017 -0400 +++ b/dr-disco_integrate.xml Thu Sep 14 05:09:34 2017 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="dr_disco_integrate" name="Dr. Disco (intronic)" version="@TOOL_VERSION@-g0"> +<tool id="dr_disco_integrate" name="Dr. Disco (integrate)" version="@TOOL_VERSION@-g0"> <description>Merges corresponding genomic breaks and exon-to-exon junctions</description> <macros> <import>macros.xml</import> |
b |
diff -r 3de621c44cf9 -r 76a3992021c1 macros.xml --- a/macros.xml Thu Sep 14 04:30:12 2017 -0400 +++ b/macros.xml Thu Sep 14 05:09:34 2017 -0400 |
b |
@@ -6,7 +6,7 @@ </requirements> </xml> - <token name="@TOOL_VERSION@">0.10.0</token> + <token name="@TOOL_VERSION@">0.10.0-g1</token> <xml name="version_command"> <version_command>dr-disco --version | head -n 1</version_command> |