-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add an option for multiple samples #15
Comments
Implementation under development in branch issue-15. |
The implementation is already undergoing with something similar to what is done in bacannot samplesheet. The implementation shall go step-by-step and execution tests must be performed. A workflow will only start to be implemented when the other has been fully developed and tested. Checklist: short-reads only
long reads only
Hybrid assemblystrategy 1
strategy 2
|
Almost finished! It was required to make some changes in the way the channels were called and created. So now everything seems properly implemented ... However, I will have to execute all the tests again to make sure everything is ok and it can be released. While the tests run, I will start working on the new documentation. |
All seems to be working. Now finish the documentation for release. |
Little update on tests:
|
Found an issue on how nanopolish was being called! It is now solved, with proper multi-thread and the corrected module will be available in v2.4, together with this multi-sample workflow release. |
Working on documentation for release! |
This implementation is provoking major changes in the pipeline, therefore, it will delay a littler bit more since we are trying to decide the best implementation for the parameters in and outside the YAML samplesheet in order to be the less confusing possible. When finished, it will trigger a major release version, v3.0 |
This implementation has now been made available. |
Add an option to facilitate and organize the execution of the pipeline for multiple samples. Maybe create something using a YAML syntax as it is done in bacannot.
The text was updated successfully, but these errors were encountered: