-
Notifications
You must be signed in to change notification settings - Fork 33
SL-13 Add param to turn off DEXSeq.gff output save #31
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
SL-13 Add param to turn off DEXSeq.gff output save #31
Conversation
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.
Could we specify it using the enabled
flag so it looks something like: enabled: params.save_dexseq_annotation
and the dexseq annotation is saved when set to true
?
Thanks, I have now changed the config files to specify using |
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.
Looks good but not passing ECLint or nf-core lint.
|
Thanks, have now fixed the typo causing this. |
Hi,
There is currently no param that disables saving the output DEXSeq.gff. This PR adds a param called skip_dexseq_gff_save to the nextflow.config, and included this param in the modules.config to skip saving DEXSeq.gff if this param is specified.
PR checklist
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).