Skip to content

Commit

Permalink
Merge pull request #691 from nilchia/patch-1
Browse files Browse the repository at this point in the history
Fix a little typo in catWrapper.xml
  • Loading branch information
drosofff authored Jun 13, 2024
2 parents 961a14c + 9a1a553 commit 1b75e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/concat_multi_datasets/catWrapper.xml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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&lt;name&gt;.*)\.listed\.(?P&lt;ext&gt;.*)\.listed" format="fastq" visible="false" directory="concatenated"/>
<filter>global_condition['input_type'] == 'paired_collection' and global_condition['paired_cat_type'] == 'by_strand'</filter>
</collection>
Expand Down

0 comments on commit 1b75e55

Please sign in to comment.