-
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
Seqtk subseq #85
Seqtk subseq #85
Conversation
Created: - config.vsh.yaml - help.txt
File added: - script.sh
updates: - changes to config.vsh.yaml - created test.sh - created some test files Problems: - there is some error in config file that is preventing me from running the component and testing
I tried out different option of the command with different fasta and fastq files and different list, but the output does not seem to change.
- got unstuck - I need to create a docker image with the lastest version of seqtk -
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.
Thanks for your contribution @tgaspe !
I have some feedback for you -- see comments ^^
Could you merge main into your branch? 😊 |
- implementation of strand aware test - change of format for reg.bed file
- input validation for name_list parameter
Hi Robrecht and Jakub. I think I am done. I would love to know what you guys think! |
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.
Thanks @tgaspe ! Some minor questions ^^
- removed test_data dir - removed input validation
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.
Last comments! ^^
Also, I hijacked your PR to make some fixes to the changelog. Sorry about that.
Co-authored-by: Robrecht Cannoodt <[email protected]>
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
Seqtk subseq component: https://github.com/tgaspe/biobox
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: