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

Include new module ASCAT #606

Merged
merged 37 commits into from
Jul 1, 2022
Merged

Include new module ASCAT #606

merged 37 commits into from
Jul 1, 2022

Conversation

SusiJo
Copy link
Contributor

@SusiJo SusiJo commented Jun 24, 2022

PR checklist

This PR addresses issue #100 and implements the allele-specific copy number caller ASCAT in sarek.

  • 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 - add to the software_versions process and a regex to scrape_software_versions.py
    • 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).
  • 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).

@github-actions
Copy link

github-actions bot commented Jun 24, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit f09de9a

+| ✅ 145 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • readme - README did not have a Nextflow minimum version badge.
  • schema_description - No description provided in schema for parameter: ascat_chromosomes

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy

✅ Tests passed:

Run details

  • nf-core/tools version 2.4.1
  • Run at 2022-07-01 13:25:42

@SusiJo
Copy link
Contributor Author

SusiJo commented Jun 24, 2022

This PR also fixes the docker.userEmulation closure that was not working properly and created files in the work dir with root permissions.

@SusiJo
Copy link
Contributor Author

SusiJo commented Jun 24, 2022

Let me know if i should add (uncommented) output files to the test.yml files. However, please note that unfortunately they cannot be run, since the testdata is too large for GHA.

@SusiJo
Copy link
Contributor Author

SusiJo commented Jun 24, 2022

Also please let me know if the ASCAT specific parameters min_base_qual, min_map_qual, skip_allele_counting_tumour, skip_allele_counting_normal should be added as new parameters to the pipeline as well.

@FriederikeHanssen
Copy link
Contributor

Let me know if i should add (uncommented) output files to the test.yml files. However, please note that unfortunately they cannot be run, since the testdata is too large for GHA.

Yes that would be great. Can you maybe a add a new file test_tools_manually that contain all the tests that should be run manually? ( so also the standard mutect test that fails)? Then we can get gha finally back to completely finish again. (The tags must be exclusive then though)

Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

Really great work!

conf/modules.config Outdated Show resolved Hide resolved
conf/modules.config Outdated Show resolved Hide resolved
nextflow.config Show resolved Hide resolved
@FriederikeHanssen
Copy link
Contributor

Also congrats on being the first person with a fully green test suite 😆 🎉

@SusiJo SusiJo marked this pull request as ready for review June 29, 2022 11:25
@SusiJo SusiJo requested a review from maxulysse as a code owner June 29, 2022 11:25
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