-
Notifications
You must be signed in to change notification settings - Fork 152
More filters in wizard #2775
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
More filters in wizard #2775
Conversation
|
test for metadata failing |
56787a2 to
0df5a5a
Compare
SteffenHeu
left a comment
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 recommendations for paraphrasing the errors
.../src/main/java/io/github/mzmine/modules/tools/batchwizard/BatchWizardCreateBatchChecker.java
Outdated
Show resolved
Hide resolved
|
|
||
| // 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( |
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 think the formatting would be easier to read if it was
column %s with value %s
and then use StringUtils.inQuotes
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.
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".
.../src/main/java/io/github/mzmine/modules/tools/batchwizard/BatchWizardCreateBatchChecker.java
Outdated
Show resolved
Hide resolved
2e3aff5 to
ea7fd82
Compare
1cf4c23 to
f807a38
Compare
RowsFilterParameters.createDefaultAllOff();method to put it closer to the actual parameters