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

Release 3.4.1 #1460

Merged
merged 626 commits into from
Apr 22, 2024
Merged

Release 3.4.1 #1460

merged 626 commits into from
Apr 22, 2024

Conversation

maxulysse
Copy link
Member

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/sarek 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).

asp8200 and others added 30 commits February 16, 2024 18:58
Update mulled-containers to samtools v1.19.2
Important! Template update for nf-core/tools v2.13
maxulysse and others added 23 commits April 15, 2024 16:18
feat(modules): update vep to 111.0
Fixing sentieon - code and tests
fix(schema): add some params to validationSchemaIgnoreParams for better handling
fix(vep_cache_version-snpeff_db): both params are string
Copy link
Member

@kenibrewer kenibrewer left a comment

Choose a reason for hiding this comment

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

This looks really good to me. I have a few optional requests for some comments and non-actionable discussion items but otherwise this looks ready to release once we have passing tests.

main.nf Outdated Show resolved Hide resolved
case 'variant_calling': log.warn("Using file ${outdir}/csv/recalibrated.csv");
input = outdir + "/csv/recalibrated.csv"
break
// case 'controlfreec': csv_file = file("${outdir}/variant_calling/csv/control-freec_mpileup.csv", checkIfExists: true); break
Copy link
Member

Choose a reason for hiding this comment

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

Is this commented out section intended to be used in a future feature? Otherwise we may wish to delete it.

Suggested change
// case 'controlfreec': csv_file = file("${outdir}/variant_calling/csv/control-freec_mpileup.csv", checkIfExists: true); break

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a past feature that we want to restore at some point, good spot

tests/test_annotation_merge.yml Show resolved Hide resolved
tests/config/pytesttags.yml Outdated Show resolved Hide resolved
tests/test_sentieon_dnascope.yml Show resolved Hide resolved
tests/test_sentieon_haplotyper.yml Show resolved Hide resolved
tests/test_sentieon_haplotyper.yml Show resolved Hide resolved
tests/test_sentieon_haplotyper.yml Show resolved Hide resolved
fix(spark): load spark profile after loading the test profiles
@maxulysse
Copy link
Member Author

All missing md5sum are from pytest tests that we decided to slowly depreciate and as md5sum are way more complicated to update, if there's any issue, we don't update anymore until we move to nf-test

Copy link
Member

@kenibrewer kenibrewer left a comment

Choose a reason for hiding this comment

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

@maxulysse Thanks for the responses. LGTM

main.nf Show resolved Hide resolved
Copy link

@svarona svarona 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! Thank you very much @maxulysse !!

@maxulysse maxulysse merged commit ea88402 into master Apr 22, 2024
127 checks passed
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.

8 participants