Skip to content
Snippets Groups Projects
Commit 8dfc4976 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Fix samplename column

parent 2b54d173
No related branches found
No related tags found
No related merge requests found
......@@ -94,11 +94,11 @@ _tsv_fields = ('Chr1', 'Pos1', 'Orientation1',
_vcf_fields = ('CHROM', 'POS', 'ID', 'REF', 'ALT', 'QUAL', 'FILTER', 'INFO', 'FORMAT', 'default')
_vcf_fields = ('CHROM', 'POS', 'ID', 'REF', 'ALT', 'QUAL', 'FILTER', 'INFO', 'FORMAT')
TS_NOW = datetime.datetime.now()
VCF_HEADER = """##fileformat=VCFv4.1
VCF_HEADER = """##fileformat=VCFv4.2
##fileDate={filedate}
##source=breakdancer-max
##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Samples With Data">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment