This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# original version taken from https://gist.github.com/johnjohndoe/dada51bb886d419334de6fe13ce6d7bb | |
# Howto: | |
#* using python 3 call script, specify file name and add fist and last name if asked for. | |
#split vcf files | |
import re | |
import os #for working dir | |
import quopri # for utf-8 decodin |