From 4e17d6340daed0b5b5f162d05068a315b474b649 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Thu, 12 Sep 2024 11:07:58 +0100 Subject: [PATCH] double -> float32 --- docs/protein.avsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protein.avsc b/docs/protein.avsc index c144a5d..ca3bd74 100644 --- a/docs/protein.avsc +++ b/docs/protein.avsc @@ -13,6 +13,6 @@ {"name": "gene_names", "type": ["null", {"type": "array","items": "string"}], "doc": "The gene names corresponding to every protein"}, {"name": "number_peptides","type": ["null", "int"], "doc": "The total number of peptides for a give protein"}, {"name": "number_psms","type": ["null", "int"], "doc": "The total number of peptide spectrum matches"}, - {"name": "number_nique_peptides","type": ["null", "int"], "doc": "The total number of unique peptides"}, + {"name": "number_unique_peptides","type": ["null", "int"], "doc": "The total number of unique peptides"}, ] } \ No newline at end of file