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

Add SVCallers: gridss and CNV: cnvkit,ascat #65

Open
wants to merge 82 commits into
base: main
Choose a base branch
from
Open

Add SVCallers: gridss and CNV: cnvkit,ascat #65

wants to merge 82 commits into from

Conversation

dnousome
Copy link
Collaborator

@dnousome dnousome commented Nov 15, 2024

Changes

Add SVCallers: gridss and CNV: cnvkit,ascat and SNV: deepsomatic
Additional bug fixes for strelka, varscan including for combining all somatic variants
Adds references for hg19/mm10

New callers specified using --svcallers ascat and --cnvcallers cnvkit

Issues

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes. testing framework not yet implemented
  • Update docs if there are any API changes.
  • If a new nextflow process is implemented, define the process container and stub.
  • Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

@dnousome dnousome requested a review from samarth8392 November 22, 2024 19:01
@dnousome dnousome self-assigned this Nov 22, 2024
@dnousome dnousome added the enhancement New feature or request label Nov 22, 2024
@samarth8392
Copy link
Collaborator

ERROR ~ Error executing process > 'CNVhuman:freec_paired (1)'

Caused by:
  No such variable: GENOMEREF -- Check script '/data/CCBR/projects/techDev/LOGAN/./subworkflows/local/../../modules/local/freec.nf' at line: 45

Source block:
  """
  
  perl $FREECPAIR_SCRIPT \
      . \
      $FREECLENGTHS \
      $FREECCHROMS \
      ${tumor} \
      ${normal} \
      $FREECPILEUP \
      $GENOMEREF \
      $FREECSNPS \
      $CNVTARGETS

Issue

The GENOMEREF variable that was defined in copynumber.nf is missing from freec.nf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants