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

VCF convert + VEP #6

Merged
merged 15 commits into from
May 15, 2024
Merged

VCF convert + VEP #6

merged 15 commits into from
May 15, 2024

Conversation

BertGalle
Copy link
Collaborator

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
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nf-test test main.nf.test -profile test,docker).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,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
Member

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi good job! Here are some suggestions

modules/local/exomedepth/merge_cnv/main.nf Show resolved Hide resolved
modules/local/exomedepth/merge_cnv/main.nf Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
subworkflows/local/exomedepth/main.nf Outdated Show resolved Hide resolved
@BertGalle BertGalle requested a review from nvnieuwk May 13, 2024 07:21
Copy link
Member

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small things left, but almost there!

modules/local/exomedepth/merge_cnv/main.nf Outdated Show resolved Hide resolved
modules/local/exomedepth/merge_cnv/main.nf Outdated Show resolved Hide resolved
modules/local/exomedepth/merge_cnv/main.nf Outdated Show resolved Hide resolved
modules/local/exomedepth/merge_count/main.nf Outdated Show resolved Hide resolved
@BertGalle BertGalle requested a review from nvnieuwk May 13, 2024 13:52
Copy link
Member

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking very good! Can you also add support for bgzipped VCF files as input to the annotation? (This should be easy as it just means you should tweak the pattern in the schema and add an additional schema value for the VCF index (.vcf.gz.tbi))

As far as I know, the pipeline actually already generates bgzipped VCFs using the bedgovcf module, right?

@BertGalle BertGalle requested a review from nvnieuwk May 14, 2024 07:27
Copy link
Member

@nvnieuwk nvnieuwk 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 to me! 🚀 @ToonRosseel feel free to merge this!

@ToonRosseel ToonRosseel merged commit 4d3595a into nf-cmgg:dev May 15, 2024
3 of 4 checks passed
@ToonRosseel
Copy link
Collaborator

Well done @BertGalle !

@BertGalle BertGalle deleted the vcf-convert branch May 15, 2024 07:01
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.

3 participants