Skip to content

Conversation

@robinschmid
Copy link
Member

  • some parameters of RowsFilterParameters were not set by wizard
  • pushed into a RowsFilterParameters.createDefaultAllOff(); method to put it closer to the actual parameters
  • add Minimum samples in any group
  • add pooled QC filter

@robinschmid robinschmid marked this pull request as ready for review July 29, 2025 17:52
@SteffenHeu
Copy link
Member

test for metadata failing

@robinschmid robinschmid force-pushed the wizard-row-filter branch 2 times, most recently from 56787a2 to 0df5a5a Compare July 30, 2025 14:23
SteffenHeu
SteffenHeu previously approved these changes Jul 30, 2025
Copy link
Member

@SteffenHeu SteffenHeu left a comment

Choose a reason for hiding this comment

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

some recommendations for paraphrasing the errors


// qc issue
errors.add(
"No QC samples found in the filenames or metadata file. Add _qc to the filename or define the metadata column=%s and value=%s".formatted(
Copy link
Member

Choose a reason for hiding this comment

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

i think the formatting would be easier to read if it was

column %s with value %s

and then use StringUtils.inQuotes

Copy link
Member Author

@robinschmid robinschmid Jul 30, 2025

Choose a reason for hiding this comment

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

Changed and used """ text block to just use " in the string

No QC samples found in the filenames or metadata file. Add _qc to the filename or define the metadata column as "%s" with value "%s".

@robinschmid robinschmid merged commit 5a5ed8e into mzmine:master Jul 31, 2025
5 checks passed
@robinschmid robinschmid deleted the wizard-row-filter branch July 31, 2025 09:08
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