Previous changeset 3:b49e453e6f97 (2017-10-20) Next changeset 5:e6c68525e9ee (2019-09-11) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 23fab16cd40acbd5b0e9d640ed3858040db7a622 |
modified:
crossmap_bed.xml macros.xml |
b |
diff -r b49e453e6f97 -r 1e24dd91db95 crossmap_bed.xml --- a/crossmap_bed.xml Fri Oct 20 11:33:15 2017 -0400 +++ b/crossmap_bed.xml Thu May 24 19:10:23 2018 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="crossmap_bed" name="CrossMap BED" version="@WRAPPER_VERSION@-0"> +<tool id="crossmap_bed" name="CrossMap BED" version="@WRAPPER_VERSION@"> <description>Convert genome coordinates or annotation files between genome assemblies</description> <macros> <import>macros.xml</import> @@ -24,8 +24,7 @@ #if $merge_unmapped_entries: > '${output_combined}' #else: - '${output_valid}' - && mv '${output_valid}.unmap' '${output_failed}' + output #end if ]]></command> @@ -41,10 +40,10 @@ </inputs> <outputs> - <data name="output_valid" format="bed" label="${tool.name} (valid only) on ${on_string}"> + <data name="output_valid" format="bed" label="${tool.name} (valid only) on ${on_string}" from_work_dir="output"> <filter>merge_unmapped_entries is False</filter> </data> - <data name="output_failed" format="bed" label="${tool.name} (failed only) on ${on_string}"> + <data name="output_failed" format="bed" label="${tool.name} (failed only) on ${on_string}" from_work_dir="output.unmap"> <filter>merge_unmapped_entries is False</filter> </data> @@ -135,7 +134,6 @@ skipped. 7. If input region cannot be consecutively mapped target assembly, it will be split. 8. \*.unmap file contains regions that cannot be unambiguously converted. - ]]></help> <citations> |
b |
diff -r b49e453e6f97 -r 1e24dd91db95 macros.xml --- a/macros.xml Fri Oct 20 11:33:15 2017 -0400 +++ b/macros.xml Thu May 24 19:10:23 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"/> |