-
Notifications
You must be signed in to change notification settings - Fork 132
Replace pool read includes with cat fastq modules for improved handling of single and paired reads #819
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
base: dev
Are you sure you want to change the base?
Conversation
This PR is against the
|
…ng of single and paired reads Signed-off-by: Brijeshthummar02 <[email protected]>
2fc9703
to
be4929c
Compare
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 this case I would just like to replace the module name where it's invoked (rather than using an alias)
Also you can remove the old local modules too if we are no longer using them :)
Signed-off-by: Brijeshthummar02 <[email protected]>
Fixed |
Sorry @Brijeshthummar02 , by invoked I mean where the module is also used. I realise my suggestions weren't clear So you need to do the following:
|
Oops sorry @Brijeshthummar02 I forgot to say that the pool reads modules have moved from the main workflow to the short read preprocessing subworkflow! Really sorry about that, you started just before a big bunch of refactoring - that's my fault for not warning you (I'm spinning too many plates at the moment) |
Should i reopen the PR.? |
Hi @Brijeshthummar02. The code has been reorganized, but the issue is still not resolved. You can continue working on this PR using the current dev branch. Look for |
Closes #810
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).