Previous changeset 7:c885369b207b (2020-02-19) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_joiner commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845 |
modified:
fastq_paired_end_joiner.xml macros.xml |
b |
diff -r c885369b207b -r 8d958759cf2a fastq_paired_end_joiner.xml --- a/fastq_paired_end_joiner.xml Wed Feb 19 12:33:37 2020 -0500 +++ b/fastq_paired_end_joiner.xml Fri Oct 04 10:35:09 2024 +0000 |
[ |
@@ -1,15 +1,16 @@ -<tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.1+galaxy0"> +<!-- TODO as soon as possible adapt the TOOL VERSION macro token .. so far only bump minor versions --> +<tool id="fastq_paired_end_joiner" name="FASTQ joiner" version="2.0.1.1+galaxy1" profile="@PROFILE@"> <description>on paired end reads</description> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements"/> <edam_topics> <edam_topic>topic_0622</edam_topic> </edam_topics> <edam_operations> <edam_operation>operation_3436</edam_operation> </edam_operations> + <expand macro="requirements"/> <command><![CDATA[ gx-fastq-paired-end-joiner '$input1_file' '${input1_file.extension[len('fastq'):]}' '$input2_file' '${input2_file.extension[len('fastq'):]}' '$output_file' $style '${paste_sequence}' ]]></command> |
b |
diff -r c885369b207b -r 8d958759cf2a macros.xml --- a/macros.xml Wed Feb 19 12:33:37 2020 -0500 +++ b/macros.xml Fri Oct 04 10:35:09 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> |