Previous changeset 0:e2cec726fa79 (2019-08-27) |
Commit message:
"planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 57067916cb7b9c5b65c1da59d4bbb846c3e3af2f" |
modified:
positions2snv_alignment.xml |
added:
macros.xml |
b |
diff -r e2cec726fa79 -r 1cf81ca17e9d macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jun 23 10:26:59 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 e2cec726fa79 -r 1cf81ca17e9d positions2snv_alignment.xml --- a/positions2snv_alignment.xml Tue Aug 27 12:32:15 2019 -0400 +++ b/positions2snv_alignment.xml Tue Jun 23 10:26:59 2020 -0400 |
[ |
@@ -1,8 +1,9 @@ -<tool id="positions2snv_alignment" name="Positions to SNV alignment" version ="1.8.2"> +<tool id="positions2snv_alignment" name="Positions to SNV alignment" version ="@VERSION@+galaxy1"> <description>Create a SNV-only alignment from the SNVPhyl positions table.</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[ positions2snv_alignment.pl -i $snv_table -o $output -f $out_format $keep_all #if $reference_name: @@ -70,7 +71,5 @@ Creates a SNV-only alignment from the SNVPhyl SNV positions table. </help> - - <citations> - </citations> + <expand macro="citations"/> </tool> |