Skip to content

Commit

Permalink
Merge pull request #601 from RECETOX/revert-596-hechth-patch-15
Browse files Browse the repository at this point in the history
Revert "Force input of rt correction in recetox-aplcms to be a collection"
  • Loading branch information
hechth authored Oct 30, 2024
2 parents 1e98df2 + bb9a509 commit 8c76667
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@+galaxy1" profile="21.09">
<tool id="recetox_aplcms_correct_time" name="recetox-aplcms - correct time" version="@TOOL_VERSION@+galaxy2" 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 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"
<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"
help="Template features table." />
</inputs>

Expand Down

0 comments on commit 8c76667

Please sign in to comment.