8000 SL-13 Add param to turn off DEXSeq.gff output save by claire-prince · Pull Request #31 · nf-core/rnasplice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged

Conversation

claire-prince
Copy link
@claire-prince claire-prince commented Nov 24, 2022

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

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs- [ ] If necessary, also make a PR on the nf-core/rnasplice branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Copy link
Collaborator
@bensouthgate bensouthgate left a 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?

@claire-prince
Copy link
Author

Thanks, I have now changed the config files to specify using enabled as suggested.

Copy link
Collaborator
@bensouthgate bensouthgate left a 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.

@github-actions
Copy link
github-actions bot commented Dec 2, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 0a8233c

+| ✅ 157 tests passed       |+
!| ❗  59 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in nextflow.config: Specify your pipeline's command line flags
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in WorkflowMain.groovy: Add Zenodo DOI for pipeline after first release
  • pipeline_todos - TODO string in ci.yml: You can customise CI pipeline run tests as required
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • schema_description - No description provided in schema for parameter: gff
  • schema_description - No description provided in schema for parameter: rmats
  • schema_description - No description provided in schema for parameter: rmats_splice_diff_cutoff
  • schema_description - No description provided in schema for parameter: rmats_paired_stats
  • schema_description - No description provided in schema for parameter: rmats_read_len
  • schema_description - No description provided in schema for parameter: rmats_novel_splice_site
  • schema_description - No description provided in schema for parameter: rmats_min_intron_len
  • schema_description - No description provided in schema for parameter: rmats_max_exon_len
  • schema_description - No description provided in schema for parameter: dexseq_exon
  • schema_description - No description provided in schema for parameter: save_dexseq_annotation
  • schema_description - No description provided in schema for parameter: gff_dexseq
  • schema_description - No description provided in schema for parameter: alignment_quality
  • schema_description - No description provided in schema for parameter: aggregation
  • schema_description - No description provided in schema for parameter: deu_lfc_denominator
  • schema_description - No description provided in schema for parameter: edger_exon
  • schema_description - No description provided in schema for parameter: dexseq_dtu
  • schema_description - No description provided in schema for parameter: dtu_txi
  • schema_description - No description provided in schema for parameter: dtu_lfc_denominator
  • schema_description - No description provided in schema for parameter: min_samps_feature_expr
  • schema_description - No description provided in schema for parameter: min_samps_feature_prop
  • schema_description - No description provided in schema for parameter: min_samps_gene_expr
  • schema_description - No description provided in schema for parameter: min_feature_expr
  • schema_description - No description provided in schema for parameter: min_feature_prop
  • schema_description - No description provided in schema for parameter: min_gene_expr
  • schema_description - No description provided in schema for parameter: suppa
  • schema_description - No description provided in schema for parameter: suppa_per_local_event
  • schema_description - No description provided in schema for parameter: suppa_per_isoform
  • schema_description - No description provided in schema for parameter: suppa_tpm
  • schema_description - No description provided in schema for parameter: generateevents_pool_genes
  • schema_description - No description provided in schema for parameter: generateevents_localevents
  • schema_description - No description provided in schema for parameter: generateevents_boundary
  • schema_description - No description provided in schema for parameter: generateevents_threshold
  • schema_description - No description provided in schema for parameter: generateevents_exon_length
  • schema_description - No description provided in schema for parameter: psiperevent_total_filter
  • schema_description - No description provided in schema for parameter: diffsplice_local_event
  • schema_description - No description provided in schema for parameter: diffsplice_isoform
  • schema_description - No description provided in schema for parameter: diffsplice_method
  • schema_description - No description provided in schema for parameter: diffsplice_area
  • schema_description - No description provided in schema for parameter: diffsplice_lower_bound
  • schema_description - No description provided in schema for parameter: diffsplice_gene_correction
  • schema_description - No description provided in schema for parameter: diffsplice_paired
  • schema_description - No description provided in schema for parameter: diffsplice_alpha
  • schema_description - No description provided in schema for parameter: diffsplice_median
  • schema_description - No description provided in schema for parameter: diffsplice_tpm_threshold
  • schema_description - No description provided in schema for parameter: diffsplice_nan_threshold
  • schema_description - No description provided in schema for parameter: clusterevents_local_event
  • schema_description - No description provided in schema for parameter: clusterevents_isoform
  • schema_description - No description provided in schema for parameter: clusterevents_sigthreshold
  • schema_description - No description provided in schema for parameter: clusterevents_dpsithreshold
  • schema_description - No description provided in schema for parameter: clusterevents_eps
  • schema_description - No description provided in schema for parameter: clusterevents_metric
  • schema_description - No description provided in schema for parameter: clusterevents_separation
  • schema_description - No description provided in schema for parameter: clusterevents_min_pts
  • schema_description - No description provided in schema for parameter: clusterevents_method

✅ Tests passed:

Run details

  • nf-core/tools version 2.6
  • Run at 2022-12-02 17:39:03

@claire-prince
Copy link
Author

Thanks, have now fixed the typo causing this.

@bensouthgate bensouthgate merged commit f7f134f into nf-core:dev Dec 6, 2022
@jma1991 jma1991 deleted the SL-13-param-to-disable-DEXSeq.gff-output branch March 15, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0