Skip to content

Commit

Permalink
add missing instrument name description
Browse files Browse the repository at this point in the history
Co-authored-by: Shraddha Pawar <[email protected]>
  • Loading branch information
KochTobi and Shraddha0903 committed Oct 25, 2024
1 parent 61cbedf commit 9883159
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public enum NGSMeasurementEditColumn implements Column {
We expect an ontology term CURIE.
Tip: You can click on the column header (%s) to go to the Data Manager where you can use our Ontology Search to query the CURIE for your instrument.
""".formatted(INSTRUMENT.headerName()));
case INSTRUMENT_NAME -> null;
case INSTRUMENT_NAME -> new Helper("Free text, e.g. Illumina HiSeq",
"The name of the instrument model that has been used for the measurement.");
case SEQUENCING_READ_TYPE -> new Helper("Free text, e.g. paired-end",
"The sequencing read type used to generate the sequence data.");
case LIBRARY_KIT -> new Helper("Free text, e.g. NEBNext Ultra II Directional RNA mRNA UMI",
Expand Down

0 comments on commit 9883159

Please sign in to comment.