Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Oct 29, 2024
1 parent 491d13e commit 3967caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"file_format": {
"type": "string",
"enum": ["SAM", "BAM", "CRAM", "VCF", "BCF", "MAF", "GVCF", "BigWig", "BigBed", "FASTA", "FASTQ", "TAB",
"SRA", "SRF", "SFF", "GFF", "PDF", "CSV", "TSV", "JPEG", "PNG", "GIF", "HTML", "MARKDOWN", "MP3", "M4A",
"MP4", "DOCX", "XLS", "XLSX", "UNKNOWN", "OTHER"]
"SRA", "SRF", "SFF", "GFF", "PDF", "CSV", "TSV", "JPEG", "PNG", "GIF", "HTML", "MARKDOWN",
"MP3", "M4A", "MP4", "DOCX", "XLS", "XLSX", "UNKNOWN", "OTHER"]
},
"data_output_type": {
"type": "string",
Expand Down

0 comments on commit 3967caf

Please sign in to comment.