-
Notifications
You must be signed in to change notification settings - Fork 6
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
FastQC #92
FastQC #92
Conversation
Mergin upstream to main to fetch latests changes from upstream repo.
- change the --zip and --html to take wild card '*'
- meta_cpus - meta_tmp_dir
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.
ci tests are failing (but error is not caught properly). Can you take a look?
Hi Robrecht, I am not sure I understand which tests are failing? |
Check the log for the following: ...be treated as a positional argument. Use --help to get more information on the parameters. |
I see, thanks. |
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.
minor comments
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.
Looking through the code again, I found some issues that need to be dealt with. Let me know whether my comments are clear enough.
- large changes on script.sh
--summary --data
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.
LGTM!
Description
Creating FastQC component.
Issue ticket number
Closes #xxxx
Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributing guidelines
Proposed changes are described in the CHANGELOG.md
I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: