-
Notifications
You must be signed in to change notification settings - Fork 33
Use script with echo + sed instead of exec with task.WorkDir for rMATS create_bamlist #29
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
Use script with echo + sed instead of exec with task.WorkDir for rMATS create_bamlist #29
Conversation
|
Even with this fix, MATS is not producing any output of Psi or delta Psi across samples -- not sure how to interpret this. Thoughts?
|
Hi @olgabot thanks for spotting this. Using sed instead of task.WorkDir seems totally reasonable. The second issue sounds like it might be due to problems with the version of pairadise we have referenced for using rMATS with its paired stats model (https://groups.google.com/g/rmats-user-group/c/y-6SVjMaW0A). The google group thread seems to suggest that the only version that works is the latest version from github and not the bioconductor versions (I have tried the v1.14 from bioconductor and this still causes the same error). @jma1991 any thoughts? |
PR checklist
Hello,
Hope you are doing well. I was getting the error below with RMATs, which seems to be related to nextflow-io/nextflow#2706 where the script used native Nextflow code instead of a bash/python script. This PR changes the rMATS bamlist creation to use
echo
andsed
.nf-core lint
).nextflow run . -profile 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).