Skip to content

Commit

Permalink
Add .fastq and .fastq.gz to EDAM_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Sep 17, 2022
1 parent e9229e7 commit f73ab7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/crate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@ export const EDAM_MAPPING = {
"url": "http://edamontology.org/format_1929",
"name": "FASTA format including NCBI-style IDs.",
},
".fastq": {
"url": "http://edamontology.org/format_1930",
"name": "FASTQ short read format ignoring quality scores.",
},
".fastq.gz": {
"url": "http://edamontology.org/format_1930",
"name": "FASTQ short read format ignoring quality scores.",
},
".fq": {
"url": "http://edamontology.org/format_1930",
"name": "FASTQ short read format ignoring quality scores.",
Expand Down

0 comments on commit f73ab7d

Please sign in to comment.