Skip to content

Added cnvkit for tumor_only#545

Merged
FriederikeHanssen merged 12 commits intonf-core:devfrom
SusiJo:cnv_tumor
May 30, 2022
Merged

Added cnvkit for tumor_only#545
FriederikeHanssen merged 12 commits intonf-core:devfrom
SusiJo:cnv_tumor

Conversation

@SusiJo
Copy link
Copy Markdown
Contributor

@SusiJo SusiJo commented May 13, 2022

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

@SusiJo
Copy link
Copy Markdown
Contributor Author

SusiJo commented May 13, 2022

Note: the module cnvkit/batch needs to be adjusted and needs to test if normal samples are provided.
Also, the new local modules should probably be implemented in nf-core/modules and should be removed here later.

@SusiJo SusiJo marked this pull request as ready for review May 25, 2022 07:33
@SusiJo SusiJo requested a review from maxulysse as a code owner May 25, 2022 07:33
Copy link
Copy Markdown
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.

Looks really good already. Just want to clear up the crai thing before merging

Comment thread CHANGELOG.md
- [#529](https://github.com/nf-core/sarek/pull/529) - Do not save `versions.yml` files
- [#524](https://github.com/nf-core/sarek/pull/524) - Fix intervals usage by counting the actual list of scatter/gather files produced and not overall number of intervals
- [#549](https://github.com/nf-core/sarek/pull/549) - Fix unique lanes required for Freebayes: issue [#311](https://github.com/nf-core/sarek/issues/311), replaces `meta.clone()` with actual copy of map to avoid issues with https://nfcore.slack.com/archives/C027CM7P08M/p1644241819942339
- [#549](https://github.com/nf-core/sarek/pull/549) - Fix unique lanes required for Freebayes: issue [#311](https://github.com/nf-core/sarek/issues/311), replaces `meta.clone()` with actual copy of map to avoid issues with <https://nfcore.slack.com/archives/C027CM7P08M/p1644241819942339>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

bit confused this is part of the PR 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

just prettier being prettier

Comment thread conf/modules.config Outdated
}

if(tools.contains('cnvkit')){
cram_recalibrated_cnvkit = cram_recalibrated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

same here about the crai

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

all good, samtools computes the bai index, so this is all fine

SusiJo and others added 2 commits May 30, 2022 09:16
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
@FriederikeHanssen FriederikeHanssen self-requested a review May 30, 2022 07:32
Copy link
Copy Markdown
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.

🚀

@FriederikeHanssen FriederikeHanssen merged commit c13baa8 into nf-core:dev May 30, 2022
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