Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGVF-1619-ont-ligation-kit #882

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/igvfd/schemas/changelogs/sequence_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Minor changes since schema version 12

* Extend `sequencing_kit` enum list to include `ONT Ligation Sequencing Kit V14`.
* Extend `sequencing_kit` enum list to include `MiSeq Reagent Kit v2`.
* Extend `collections` enum list to include `Vista`.
* Extend `collections` enum list to include `IGVF_catalog_beta_v0.2`.
Expand Down
3 changes: 2 additions & 1 deletion src/igvfd/schemas/sequence_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@
"NovaSeq 6000 S2 Reagent Kit v1.5",
"NovaSeq 6000 S4 Reagent Kit V1.5",
"Sequel sequencing kit 3.0",
"Sequel II sequencing kit 2.0"
"Sequel II sequencing kit 2.0",
"ONT Ligation Sequencing Kit V14"
],
"submissionExample": {
"appscript": "HiSeq SBS Kit v4",
Expand Down
2 changes: 1 addition & 1 deletion src/igvfd/tests/data/inserts/sequence_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"upload_status": "validated",
"file_set": "igvf:basic_measurement_set",
"sequencing_run": 3,
"sequencing_kit": "MiSeq Reagent Kit v2",
"sequencing_kit": "ONT Ligation Sequencing Kit V14",
"sequencing_platform": "556bf993-70dc-7f34-497c-e6c0fa6a4af0"
}
]