-
Notifications
You must be signed in to change notification settings - Fork 34
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
unselected RNA-seq based workflow #334
Conversation
Release 4.0
see also this PR 316 which this PR is based on. |
|
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.
@mapo9 I've just started checking at the code and testing it. I already have some comments but still need to check it and test it further. Also I just merged the test data into the nf-core repo so the tests can run
Hi |
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 I fixed the issue that made tests fail, let's see if they pass now
array = [ meta, [ file(col.filename_R1), file(col.filename_R2) ] ] | ||
if (params.index_file) { |
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.
@mapo9 this part was the one causing the other processes to fail, I fixed it now
This PR allows to run airrflow from unselected RNA-seq fastq files. This is done by using the TRUST4 tool.
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).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).