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
Hi, I'd like to register some of the common file types used in bioinformatics. But I'd like to make sure it would be ok to take this extensions for FileIO before doing the work. All these files are very common in bioinformatics.
.vcf (Variant Call Format): This one is ambiguous with "Virtual Contact File", but the file is supposed to always start with "##fileformat=VCF" (and this is enforced in our Julia loader) so I think we can add the magic argument for it.
.fasta/fastq : no ambiguity for these (but no magic bytes either).
GFF3 : no ambiguity (might be able to detect the header but not totally sure).
Would those be ok to add ? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I'd like to register some of the common file types used in bioinformatics. But I'd like to make sure it would be ok to take this extensions for FileIO before doing the work. All these files are very common in bioinformatics.
Would those be ok to add ? Thanks.
The text was updated successfully, but these errors were encountered: