You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VCF format specification (https://samtools.github.io/hts-specs/VCFv4.2.pdf) highly recommends (but not required) that the header include tags describing the contigs referred to in the VCF file. With samtools, output VCF of Scramble can not be view correctly due to contigs definition :
##contig=<ID=chr1>
Samtools command:
$ samtools view scramble.vcf
[main_samview] fail to read the header from "scramble.vcf"
Suggestion:
Add length and assembly as tags:
##contig=<ID=chr1,length=249250621,assembly=hg19>
The text was updated successfully, but these errors were encountered:
VCF format specification (https://samtools.github.io/hts-specs/VCFv4.2.pdf) highly recommends (but not required) that the header include tags describing the contigs referred to in the VCF file. With samtools, output VCF of Scramble can not be view correctly due to contigs definition :
Samtools command:
Suggestion:
Add length and assembly as tags:
The text was updated successfully, but these errors were encountered: