| Previous changeset 2:7a3c34157901 (2017-10-20) Next changeset 4:9d61d74f03a4 (2019-09-11) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 23fab16cd40acbd5b0e9d640ed3858040db7a622 |
|
modified:
crossmap_vcf.xml macros.xml |
| b |
| diff -r 7a3c34157901 -r 9db73ff23c9f crossmap_vcf.xml --- a/crossmap_vcf.xml Fri Oct 20 11:34:06 2017 -0400 +++ b/crossmap_vcf.xml Thu May 24 19:09:50 2018 -0400 |
| b |
| @@ -1,4 +1,4 @@ -<tool id="crossmap_vcf" name="CrossMap VCF" version="@WRAPPER_VERSION@-0"> +<tool id="crossmap_vcf" name="CrossMap VCF" version="@WRAPPER_VERSION@"> <description>Convert genome coordinates or annotation files between genome assemblies</description> <macros> <import>macros.xml</import> @@ -22,9 +22,7 @@ '${input_file}' '${seq_source.input_fasta}' -'${output}' - -&& mv '${output}.unmap' '$output_unmapped' +output ]]></command> <inputs> @@ -59,8 +57,8 @@ </inputs> <outputs> - <data name="output" format="vcf" label="${tool.name} on ${on_string}" /> - <data name="output_unmapped" format="vcf" label="${tool.name} (unmapped) on ${on_string}" /> + <data name="output" format="vcf" label="${tool.name} on ${on_string}" from_work_dir="output" /> + <data name="output_unmapped" format="vcf" label="${tool.name} (unmapped) on ${on_string}" from_work_dir="output.unmap" /> </outputs> <tests> @@ -107,7 +105,6 @@ you run CrossMap). - In the output VCF file, whether the chromosome IDs contain “chr” or not depends on the format of the input VCF file. - ]]></help> <citations> |
| b |
| diff -r 7a3c34157901 -r 9db73ff23c9f macros.xml --- a/macros.xml Fri Oct 20 11:34:06 2017 -0400 +++ b/macros.xml Thu May 24 19:09:50 2018 -0400 |
| b |
| @@ -2,11 +2,11 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="0.2.5">crossmap</requirement> + <requirement type="package" version="0.2.7">crossmap</requirement> <yield/> </requirements> </xml> - <token name="@WRAPPER_VERSION@">0.2.5</token> + <token name="@WRAPPER_VERSION@">0.2.7</token> <xml name="stdio"> <stdio> <regex match="Aborted (core dumped)" source="stdout" level="fatal"/> |