-
Notifications
You must be signed in to change notification settings - Fork 483
Add MaAsLin3 #7263
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
base: main
Are you sure you want to change the base?
Add MaAsLin3 #7263
Conversation
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.
Some preliminary comments inline
|
@SaimMomin12 you can Review it again. The test and linting didnt errored so i don know why the complet WF got an error. |
|
Its green now, the failing summary was just a one-off. |
okay thank you i had it at an other PR aswell so i wasnt sure about it. |
|
@SaimMomin12 can you also review this please? :) |
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.
Some comments inline. Please try to use Galaxy Language Server extension for proper indentations of the XML.
tools/maaslin3/maaslin3.xml
Outdated
| <param argument="--fixed_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set fix effects" | ||
| help="Select the fix effects for the model. DEFAULT: ALL"/> |
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.
| <param argument="--fixed_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set fix effects" | |
| help="Select the fix effects for the model. DEFAULT: ALL"/> | |
| <param argument="--fixed_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set fix effects" help="Select the fix effects for the model. DEFAULT: ALL"/> |
tools/maaslin3/maaslin3.xml
Outdated
| <param argument="--group_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set group effects" | ||
| help="Select group effects for the model. DEFAULT: NONE"/> |
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.
| <param argument="--group_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set group effects" | |
| help="Select group effects for the model. DEFAULT: NONE"/> | |
| <param argument="--group_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set group effects" help="Select group effects for the model. DEFAULT: NONE"/> |
tools/maaslin3/maaslin3.xml
Outdated
| <param argument="--ordered_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set ordered effects" | ||
| help="Select the ordered effects for the model. DEFAULT: NONE"/> |
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.
| <param argument="--ordered_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set ordered effects" | |
| help="Select the ordered effects for the model. DEFAULT: NONE"/> | |
| <param argument="--ordered_effects" type="data_column" data_ref="input_metadata" use_header_names="true" multiple="true" optional="true" label="Set ordered effects" help="Select the ordered effects for the model. DEFAULT: NONE"/> |
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.
Can you please correct all the indentation issues?
tools/maaslin3/maaslin3.xml
Outdated
| <param argument="--strata_effects" type="data_column" data_ref="input_metadata" use_header_names="true" optional="true" label="Set strata effects" | ||
| help="Select only one strata effect for the model. DEFAULT: NONE"/> | ||
| <section name="options" title="Additional options" expanded="true"> | ||
| <param argument="--min_abundance" type="integer" value="0" label="Minimum abundance" | ||
| help="Minimum abundance for each feature befor normalization and transformation"/> | ||
| <param argument="--min_prevalence" type="integer" value="0" label="Mimimum prevalence" | ||
| help="The minimum proportion of samples for which a feature is detected at minimum abundance"/> | ||
| <param argument="--zero-threshold" type="integer" value="0" label="Zero threshold" | ||
| help="The minimum abundance to be considered non-zero"/> | ||
| <param argument="--min_variance" type="integer" value="0" label="Minimum variance" | ||
| help="Keep features with variances greater than value"/> | ||
| <param argument="--max_significance" type="float" value="0.1" label="Maximum significance" | ||
| help="The q-value threshold for significance"/> |
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.
identification
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.
I dont know what you mean by this sorry
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 help label here is on a new line instead of the same param line. I mean can you have entire param line along with help in same line for eg
<param argument="--max_significance" type="float" value="0.1" label="Maximum significance" help="The q-value threshold for significance"/>
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.
Oh okay this should be fix with the first commit i did. i normally did it like this but if the style it chnage i will keep it into 1 line per Parameter!
tools/maaslin3/maaslin3.xml
Outdated
| <param argument="--standardize" type="boolean" truevalue="--standardize TRUE" falsevalue="" checked="true" label="Standardize" | ||
| help="Apply z-score so continuous metadata are on the same scale"/> |
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.
indentation
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.
8368477 i hope i did unterstand you correctlly
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
|
I hope i did fix evreything now beside of the one thing which i dont know what you mean by it |
FOR CONTRIBUTOR: