Skip to content

Commit

Permalink
doc: update file formats links (#47)
Browse files Browse the repository at this point in the history
Fixes #46.
  • Loading branch information
mcrasso-marsie authored Aug 25, 2024
1 parent 169bfed commit d5c12a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/04-genomic-file-formats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ to find that genomics file types are quite simple in structure. In fact, a
majority of universal file formats such as
[SAM/BAM](https://samtools.github.io/hts-specs/SAMv1.pdf),
[VCF](https://samtools.github.io/hts-specs/VCFv4.2.pdf),
[BED](https://uswest.ensembl.org/info/website/upload/bed.html),
[GFF/GTF](https://uswest.ensembl.org/info/website/upload/gff.html) and many
[BED](https://www.ensembl.org/info/website/upload/bed.html),
[GFF/GTF](https://www.ensembl.org/info/website/upload/gff.html) and many
other custom formats are essentially tab-delimited text files with some form of
compression and/or serialization. In this chapter, we cover the main file
formats one might run into when working in the genomics domain, starting with
Expand Down

0 comments on commit d5c12a7

Please sign in to comment.