Previous changeset 5:e39cc71d3ed6 (2022-03-09) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/fastq_paired_end_splitter commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845 |
modified:
fastq_paired_end_splitter.xml macros.xml |
b |
diff -r e39cc71d3ed6 -r 397dc333436b fastq_paired_end_splitter.xml --- a/fastq_paired_end_splitter.xml Wed Mar 09 08:11:31 2022 +0000 +++ b/fastq_paired_end_splitter.xml Fri Oct 04 10:35:14 2024 +0000 |
[ |
@@ -1,15 +1,15 @@ -<tool id="fastq_paired_end_splitter" name="FASTQ splitter" version="@TOOL_VERSION@+galaxy1"> +<tool id="fastq_paired_end_splitter" name="FASTQ splitter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>on joined 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_3359</edam_operation> </edam_operations> + <expand macro="requirements"/> <command><![CDATA[ gx-fastq-paired-end-splitter '$input1_file' '${input1_file.extension[len('fastq'):]}' '$output1_file' '$output2_file' ]]></command> |
b |
diff -r e39cc71d3ed6 -r 397dc333436b macros.xml --- a/macros.xml Wed Mar 09 08:11:31 2022 +0000 +++ b/macros.xml Fri Oct 04 10:35:14 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> |