Skip to content

Commit

Permalink
Merge pull request #129 from CBIIT/CRDCDH-384
Browse files Browse the repository at this point in the history
Add TSV to clinical data types
  • Loading branch information
jonkiky authored Sep 19, 2023
2 parents 7475fbf + f3b5d66 commit 5e75763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/FileTypeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
export const fileTypeExtensions = {
"Raw sequencing data": ["BAM", "FASTQ"],
"Derived sequencing data": ["VCF", "MAF"],
"Clinical data": ["XML", "JSON"],
"Clinical data": ["XML", "JSON", "TSV"],
"Protein expression data": ["TSV"],
"Imaging data": ["DICOM", "SVS"],
};

0 comments on commit 5e75763

Please # to comment.