-
Notifications
You must be signed in to change notification settings - Fork 13
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
Galaxy wrappers for the MFAssignR functions #567
Conversation
Very cool @KristinaGomoryova! |
help= "Input data frame - output from MFAssign or MFAssignCHO. Recommended are 'Unambiguous' assignments."/> | ||
</inputs> | ||
<outputs> | ||
<data name="recal_series" format="tabular" label="Recalibration series by ${tool.name} on ${on_string}"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think about adding column names to your tabular files - will improve UX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tools are quite specific and most inputs are outputs from other tools, so I don't expect people to come with their own files. Or do you mean something else than adding the colnames to the help text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This creates some very tight coupling between the package and the Galaxy tools :/
Co-authored-by: Björn Grüning <[email protected]>
This PR includes galaxy wrappers for all the MFAssignR functions except for the IsoFiltR function, which was solved in PR #565.
Closes #473
Closes #472
Closes #470
Closes #469