Previous changeset 4:2dcfbbf9071a (2020-02-19) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845 |
modified:
macros.xml tabular_to_fastq.xml |
b |
diff -r 2dcfbbf9071a -r 78fb18899c99 macros.xml --- a/macros.xml Wed Feb 19 12:59:28 2020 -0500 +++ b/macros.xml Fri Oct 04 10:35:38 2024 +0000 |
b |
@@ -1,5 +1,7 @@ <macros> <token name="@TOOL_VERSION@">1.1.5</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">23.1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">galaxy_sequence_utils</requirement> |
b |
diff -r 2dcfbbf9071a -r 78fb18899c99 tabular_to_fastq.xml --- a/tabular_to_fastq.xml Wed Feb 19 12:59:28 2020 -0500 +++ b/tabular_to_fastq.xml Fri Oct 04 10:35:38 2024 +0000 |
b |
@@ -1,14 +1,14 @@ -<tool id="tabular_to_fastq" name="Tabular to FASTQ" version="@TOOL_VERSION@"> +<tool id="tabular_to_fastq" name="Tabular to FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>converter</description> + <macros> + <import>macros.xml</import> + </macros> <edam_topics> <edam_topic>topic_0622</edam_topic> </edam_topics> <edam_operations> <edam_operation>operation_3434</edam_operation> </edam_operations> - <macros> - <import>macros.xml</import> - </macros> <requirements> <requirement type="package" version="3.7">python</requirement> </requirements> |