Skip to content

Conversation

@SantaMcCloud
Copy link
Contributor

FOR CONTRIBUTOR:

  • I have read the CONTRIBUTING.md document and this tool is appropriate for the tools-iuc repo.
  • License permits unrestricted use (educational + commercial)
  • This PR adds a new tool or tool collection
  • This PR updates an existing tool or tool collection
  • This PR does something else (explain below)

Copy link
Contributor

@SaimMomin12 SaimMomin12 left a 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

@SantaMcCloud
Copy link
Contributor Author

@SaimMomin12 you can Review it again. The test and linting didnt errored so i don know why the complet WF got an error.

@bgruening
Copy link
Member

Its green now, the failing summary was just a one-off.

@SantaMcCloud
Copy link
Contributor Author

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.

@SantaMcCloud SantaMcCloud mentioned this pull request Sep 30, 2025
5 tasks
@SantaMcCloud
Copy link
Contributor Author

@SaimMomin12 can you also review this please? :)

Copy link
Contributor

@SaimMomin12 SaimMomin12 left a 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.

Comment on lines 188 to 189
<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"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<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"/>

Comment on lines 196 to 197
<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"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<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"/>

Comment on lines 198 to 199
<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"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<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"/>

Copy link
Contributor

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?

Comment on lines 200 to 212
<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"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

identification

Copy link
Contributor Author

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

Copy link
Contributor

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"/>

Copy link
Contributor Author

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!

Comment on lines 233 to 234
<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"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation

Copy link
Contributor Author

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

@SantaMcCloud
Copy link
Contributor Author

I hope i did fix evreything now beside of the one thing which i dont know what you mean by it

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.

3 participants