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

support tumor only samples for select_monitoring_variants.py? #15

Open
leonschuetz opened this issue Aug 13, 2021 · 1 comment
Open
Labels
question Further information is requested

Comments

@leonschuetz
Copy link
Collaborator

Currently only tumor-normal VCFs are supported.

@leonschuetz
Copy link
Collaborator Author

Current error:

Stderr of '..../git/umiVar2//venv/bin/python':
    Traceback (most recent call last):
      File "..../git/umiVar2//select_monitoring_variants.py", line 402, in <module>
        main()
      File "..../git/umiVar2//select_monitoring_variants.py", line 396, in main
        evaluator.evaluate_variants(input_ref_file)
      File "..../git/umiVar2//select_monitoring_variants.py", line 131, in evaluate_variants
        tumor_sample = vcf_column[10].split(":")
    IndexError: list index out of range

@leonschuetz leonschuetz added the question Further information is requested label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant