Skip to content
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

To fix before next releases #663

Open
5 of 11 tasks
maxulysse opened this issue Jan 15, 2025 · 2 comments
Open
5 of 11 tasks

To fix before next releases #663

maxulysse opened this issue Jan 15, 2025 · 2 comments
Labels
enhancement Improvement for existing functionality

Comments

@maxulysse
Copy link
Member

maxulysse commented Jan 15, 2025

Description of feature

I think we can have some easy win before the release and gain more global coherence with other nf-core pipelines:

  • lib/ folder -> move the function in subworkflows/local/utils_nfcore_raredisease_pipeline
  • all local modules should be in their own modules/local/whatever/main.nf
  • subworkflows/local -> move each script in its own subworkflows/whatever/whichever/main.nf
  • remove any unused modules/subworkflows/functions
  • test_full is test without stub

For the next release:

  • tests for local modules and local subworkflows, and pipeline
  • profile test to run without stub (remove annotation and just use 1 variant caller)
  • add alternate steps to start pipeline
  • test with sentieon
  • real full_size test (use same data as germline sarek (1 sample) and skip annotation)
  • Use igenomes for the full_size test
@maxulysse maxulysse added the enhancement Improvement for existing functionality label Jan 15, 2025
@maxulysse maxulysse changed the title To fix before next release To fix before next releases Jan 15, 2025
@fellen31
Copy link
Contributor

A bit along the same lines, there's a few local modules (add_most_severe_consequence, add_most_severe_pli) and subworkflows (annotate_consequence_pli, annotate_repeat_expansions, rank_variants) that are shared now between raredisease and nallo. Do you think it would be okay/a good idea to make these nf-core modules/subworkflows instead, to share the maintenance?

@maxulysse
Copy link
Member Author

A bit along the same lines, there's a few local modules (add_most_severe_consequence, add_most_severe_pli) and subworkflows (annotate_consequence_pli, annotate_repeat_expansions, rank_variants) that are shared now between raredisease and nallo. Do you think it would be okay/a good idea to make these nf-core modules/subworkflows instead, to share the maintenance?

Of course <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants