Skip to content

Commit

Permalink
double -> float32
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 12, 2024
1 parent f10a996 commit 4e17d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protein.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
]
}

0 comments on commit 4e17d63

Please sign in to comment.