Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobot committed Sep 11, 2024
1 parent 1c4a5ee commit b9a4d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/feature.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{"name": "peptidoform", "type": "string", "doc": "Peptide sequence with modifications: Read the specification for more details"},
{"name": "modifications", "type": ["null", {"type": "array", "items": "string"}], "doc": "List of modifications as string array, easy for search and filter"},
{"name": "modification_details","type": ["null", {"type": "array", "items": "string"}],
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
{"name": "posterior_error_probability", "type": ["null", "double"], "doc": "Posterior error probability for the given peptide spectrum match"},
{"name": "global_qvalue", "type": ["null", "double"], "doc": "Global q-value of the peptide or psm at the level of the experiment"},

Expand Down
2 changes: 1 addition & 1 deletion docs/peptide.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{"name": "peptidoform", "type": "string", "doc": "Peptide sequence with modifications: Read the specification for more details"},
{"name": "modifications", "type": ["null", {"type": "array", "items": "string"}], "doc": "List of modifications as string array, easy for search and filter"},
{"name": "modification_details","type": ["null", {"type": "array", "items": "string"}],
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
{"name": "posterior_error_probability", "type": ["null", "double"], "doc": "Posterior error probability for the given peptide spectrum match"},
{"name": "global_qvalue", "type": ["null", "double"], "doc": "Global q-value of the peptide or psm at the level of the experiment"},

Expand Down
2 changes: 1 addition & 1 deletion docs/psm.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{"name": "peptidoform", "type": "string", "doc": "Peptide sequence with modifications: Read the specification for more details"},
{"name": "modifications", "type": ["null", {"type": "array", "items": "string"}], "doc": "List of modifications as string array, easy for search and filter"},
{"name": "modification_details","type": ["null", {"type": "array", "items": "string"}],
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
"doc": "List of alternative site probabilities for the modification format: read the specification for more details"},
{"name": "posterior_error_probability", "type": ["null", "double"], "doc": "Posterior error probability for the given peptide spectrum match"},
{"name": "global_qvalue", "type": ["null", "double"], "doc": "Global q-value of the peptide or psm at the level of the experiment"},

Expand Down

0 comments on commit b9a4d7f

Please sign in to comment.