changeset 5:1bed9b5157f0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 2dbcf8154aff86b27a1dd535407d20168c4ef697"
author iuc
date Wed, 11 Sep 2019 19:28:10 -0400
parents bbd9d5b629f2
children 20cdd1679631
files macros.xml test-data/test_bigwig_01_output_a.bw test-data/test_vcf_01_output.vcf.unmap test-data/test_wig_01_output_a.bw
diffstat 4 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu May 24 19:08:23 2018 -0400
+++ b/macros.xml	Wed Sep 11 19:28:10 2019 -0400
@@ -2,11 +2,12 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="0.2.7">crossmap</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">crossmap</requirement>
             <yield/>
         </requirements>
     </xml>
-    <token name="@WRAPPER_VERSION@">0.2.7</token>
+    <token name="@TOOL_VERSION@">0.3.7</token>
+    <token name="@WRAPPER_VERSION@">@TOOL_VERSION@</token>
     <xml name="stdio">
         <stdio>
             <regex match="Aborted (core dumped)" source="stdout" level="fatal"/>
Binary file test-data/test_bigwig_01_output_a.bw has changed
--- a/test-data/test_vcf_01_output.vcf.unmap	Thu May 24 19:08:23 2018 -0400
+++ b/test-data/test_vcf_01_output.vcf.unmap	Wed Sep 11 19:28:10 2019 -0400
@@ -3,3 +3,4 @@
 ##FORMAT=<ID=GP,Number=G,Type=Float,Description="Genotype Probabilities">
 ##FORMAT=<ID=PL,Number=G,Type=Float,Description="Phred-scaled Genotype Likelihoods">
 #CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	SAMP001	SAMP002
+1	200 rs84823 T	G	.	PASS	.	GT:PL	./.:.	1/1:10,5,0	Fail(REF==ALT)
Binary file test-data/test_wig_01_output_a.bw has changed