Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force input of rt correction in recetox-aplcms to be a collection #596

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

hechth
Copy link
Member

@hechth hechth commented Oct 21, 2024

No description provided.

<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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is multiple=true not enough?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It kind of needs to be a collection - otherwise It doesn't make much sense. Also, the way how I want to use the tool in a workflow, if my one input is a list of lists, I'd expect the other one to be a list - this is currently not possible in the workflow editor.

@hechth hechth merged commit 53ba7e6 into master Oct 21, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants