Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mnshgl0110 committed May 21, 2024
1 parent 3322d35 commit dc7f578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syri/pyxFiles/writeout.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,14 @@ def getVCF(finname, foutname, cwdpath, prefix, sname, chr_sizes):
fout.write('##ALT=<ID=NOTAL,Description="Not Aligned region">' + '\n')
fout.write('##INFO=<ID=END,Number=1,Type=Integer,Description="End position on reference genome">' + '\n')
fout.write(
'##INFO=<ID=ChrB,Number=1,Type=String,Description="Chromoosme ID on the non-reference genome">' + '\n')
'##INFO=<ID=ChrB,Number=1,Type=String,Description="Chromosome ID on the non-reference genome">' + '\n')
fout.write(
'##INFO=<ID=StartB,Number=1,Type=Integer,Description="Start position on non-reference genome">' + '\n')
fout.write(
'##INFO=<ID=EndB,Number=1,Type=Integer,Description="End position on non-reference genome">' + '\n')
fout.write('##INFO=<ID=Parent,Number=1,Type=String,Description="ID of the parent SR">' + '\n')
fout.write(
'##INFO=<ID=VarType,Number=1,Type=String,Description="SR for syntenic regions, ShV for short variants, missing otherwise">' + '\n')
'##INFO=<ID=VarType,Number=1,Type=String,Description="SR for structural arrangements, ShV for short variants, missing otherwise">' + '\n')
fout.write(
'##INFO=<ID=DupType,Number=1,Type=String,Description="Copy gain or loss in the non-reference genome">' + '\n')
fout.write('##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">' + '\n')
Expand Down

0 comments on commit dc7f578

Please sign in to comment.