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

set default REF to N

parent a6568f28
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ def _format_vcffile(dictreader, vcffile):
SAMPLEINFO = "{}:{}".format( '1/.', line['num_Reads'] )
# Create record
output_vcf.append([CHROM, POS, '.', '.', ALT, '.', 'PASS', INFO, FORMAT, SAMPLEINFO])
output_vcf.append([CHROM, POS, '.', 'N', ALT, '.', 'PASS', INFO, FORMAT, SAMPLEINFO])
# Sort all results
output_vcf.sort()
......
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