Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

"chr" always added to chromosome names in combined_genotyped.vcf #67

Open
vladimirkovacevic opened this issue Jun 10, 2019 · 0 comments

Comments

@vladimirkovacevic
Copy link

Input BAM and reference genome are without "chr" while output combined_genotyped.vcf has "chr" in chromosome names. "chr" is added by script combine_combined.py:

# adds "chr"
if "chr" not in tab_split[0]:
    tab_split[0] = "chr" + tab_split[0]

Why?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant