Previous changeset 8:5b2cc63d7a21 (2023-10-13) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/concat_multi_datasets commit 1b75e5575ec4e5a086ee90da57a611e51af68870 |
modified:
catWrapper.xml |
b |
diff -r 5b2cc63d7a21 -r 5b1b635232ed catWrapper.xml --- a/catWrapper.xml Fri Oct 13 09:46:58 2023 +0000 +++ b/catWrapper.xml Thu Jun 13 17:09:33 2024 +0000 |
[ |
@@ -1,4 +1,4 @@ -<tool id="cat_multi_datasets" name="Concatenate multiple datasets" version="1.4.2"> +<tool id="cat_multi_datasets" name="Concatenate multiple datasets" version="1.4.3"> <description>tail-to-head while specifying how</description> <command><![CDATA[ #if $headers == 0: @@ -263,7 +263,7 @@ <data name="paired_out_file" label="${global_condition.inputs.element_identifier}" auto_format="true"> <filter>global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'all'</filter> </data> - <collection name="paired_output" type="paired" label="Concatenation by strtand"> + <collection name="paired_output" type="paired" label="Concatenation by strand"> <discover_datasets pattern="(?P<name>.*)\.listed\.(?P<ext>.*)\.listed" format="fastq" visible="false" directory="concatenated"/> <filter>global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'by_strand'</filter> </collection> |