sarek icon indicating copy to clipboard operation
sarek copied to clipboard

Enable multiple ploidy values for controlfreec

Open FriederikeHanssen opened this issue 1 year ago • 5 comments

Close #808

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

FriederikeHanssen avatar Mar 28 '23 12:03 FriederikeHanssen

nf-core lint overall result: Passed :white_check_mark:

Posted for pipeline commit 08d314b

+| ✅ 153 tests passed       |+
#| ❔   9 tests were ignored |#

:grey_question: Tests ignored:

:white_check_mark: Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-05-29 10:50:58

github-actions[bot] avatar Mar 28 '23 13:03 github-actions[bot]

Read the docs: https://github.com/BoevaLab/FREEC/blob/271bef4777119e69ae6eaf1e68051e12fae5e529/scripts/makeGraph2.0.R#L5 I think we don't need to supply the ploidy

FriederikeHanssen avatar Mar 29 '23 08:03 FriederikeHanssen

@nf-core-bot fix linting

FriederikeHanssen avatar Mar 29 '23 09:03 FriederikeHanssen

The docs lied to me and need to pass an int into the script afterall..... so reverting to previous changes but will also require a module update so turning this back into draft state for the moment

FriederikeHanssen avatar Mar 31 '23 07:03 FriederikeHanssen

back to this one: first step: bumping the control freec version, so we can use the new makeGraph script and hopefully solve some issues

FriederikeHanssen avatar Sep 07 '23 13:09 FriederikeHanssen