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

sv_classifier.py crash at calc_params if no del in training data. #321

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 2, 2022

  1. updated sv_classifier.py to fit into sv-pipeline

    svtools classify cannot handle cases where input vcf has no deletions. Added conditions to skip deletion length adjustment if no deletions is present.
    jasonbhn authored May 2, 2022
    Configuration menu
    Copy the full SHA
    63f433c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jasonbhn/jasonbhn-naive-bayes-debug

    updated sv_classifier.py to fit into sv-pipeline
    jasonbhn authored May 2, 2022
    Configuration menu
    Copy the full SHA
    b0f39a5 View commit details
    Browse the repository at this point in the history