tgen / bisbee

alternative splicing analysis pipeline
MIT License
17 stars 4 forks source link

Non-standard chromosomes throws off build.py #1

Open apuhegde opened 4 years ago

apuhegde commented 4 years ago

Non-standard chromosomes (like "GL000194.1") produce an error at line 68 of build.py prot script. Changing lines 67 and 68 from split(".") to split("g.") prevents this.