Skip to content

Commit

Permalink
Merge pull request #596 from RECETOX/hechth-patch-15
Browse files Browse the repository at this point in the history
Force input of rt correction in recetox-aplcms to be a collection
  • Loading branch information
hechth authored Oct 21, 2024
2 parents 4bd188e + 3e2d9bc commit 53ba7e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/recetox_aplcms/recetox_aplcms_correct_time.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="recetox_aplcms_correct_time" name="recetox-aplcms - correct time" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<tool id="recetox_aplcms_correct_time" name="recetox-aplcms - correct time" version="@TOOL_VERSION@+galaxy1" profile="21.09">
<description>correct retention time across samples for peak alignment</description>
<macros>
<import>macros.xml</import>
Expand Down Expand Up @@ -37,9 +37,9 @@
</configfiles>

<inputs>
<param label="Input clustered features table" name="features_table" type="data" format="parquet"
help="Mass spectrometry clustered features table." />
<param label="Input template features table" name="template" type="data" format="parquet"
<param label="Input clustered feature tables" name="features_table" type="data_collection" collection_type="list" format="parquet"
help="Mass spectrometry clustered features tables." />
<param label="Input template feature table" name="template" type="data" format="parquet"
help="Template features table." />
</inputs>

Expand Down

0 comments on commit 53ba7e6

Please sign in to comment.