-
Notifications
You must be signed in to change notification settings - Fork 417
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 subworkflows #479
Add subworkflows #479
Conversation
is this a duplicate of #476 ? |
yes, am closing 476, because merging the updates was to painful |
The bam2fq module is not handling the files from the UMI tests well and doesn't recognise that they are paired. using |
… to be done additionally, will be replaced by subworkflow
|
Ok, so instead of using the bam2fastq modules directly, I have written a subworkflow bam2fastq.nf now that is doing the same thing as the pipeline github.com/qbic-pipelines/bamtofastq . This should make sure that files end up being properly paired |
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
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.
<3
Markdown linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
Once you push these changes the test should pass, and you can hide this comment 👍 We highly recommend setting up markdownlint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! Thanks again for your contribution! |
Closes #406 #445 #403 #392 #357
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).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).