-
Notifications
You must be signed in to change notification settings - Fork 17
Add ribocode to workflow mimicking ribotricer implementation #136
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
| saveAs: { filename -> filename.equals('versions.yml') ? null : filename } | ||
| ], | ||
| [ | ||
| path: { "${params.outdir}/riboseq_qc/ribocode" }, |
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.
You could probably use some wildcards to condense the publishing logic
| ch_versions = ch_versions.mix(RIBOTRICER_DETECTORFS.out.versions) | ||
| } | ||
|
|
||
| if (!params.skip_ribocode){ |
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.
Do we want to do it this way, or have it so that only this OR ribotricer is run? Will folks commonly want both?
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.
No tool is very reliable at this task so it is increasingly common to run multiple tools. Maybe down the line if more tools are added we'd add one or two local modules to homogenise the outputs
add RiboCode for calling translated regions. - #132
workflows/riboseq/main.nfRunning
test_fullcurrentlyPR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).