Previous changeset 0:7d66bf698382 (2019-08-27) |
Commit message:
"planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 57067916cb7b9c5b65c1da59d4bbb846c3e3af2f" |
modified:
vcf2snvalignment.xml |
added:
macros.xml |
b |
diff -r 7d66bf698382 -r d2096d0c149e macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jun 23 10:27:53 2020 -0400 |
b |
@@ -0,0 +1,16 @@ +<macros> + <token name="@VERSION@">1.8.2</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">snvphyl-tools</requirement> + <yield/> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1099/mgen.0.000116</citation> + <yield/> + </citations> + </xml> +</macros> |
b |
diff -r 7d66bf698382 -r d2096d0c149e vcf2snvalignment.xml --- a/vcf2snvalignment.xml Tue Aug 27 12:33:24 2019 -0400 +++ b/vcf2snvalignment.xml Tue Jun 23 10:27:53 2020 -0400 |
[ |
@@ -1,8 +1,9 @@ -<tool id="vcf2snvalignment" name="VCF 2 snvalignment" version ="1.8.2"> +<tool id="vcf2snvalignment" name="VCF 2 snvalignment" version="@VERSION@+galaxy1"> <description>create a snv alignment from multiple merged VCF files</description> - <requirements> - <requirement type="package" version="1.8.2">snvphyl-tools</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ @@ -89,8 +90,5 @@ <help> Produces an alignment of SNVs from the merged variant/non-variant calls produced from the "consolidate_vcfs" tool. </help> - - <citations> - </citations> - + <expand macro="citations"/> </tool> |