epi2me-labs/wf-artic

Artic V5.3.2 primer scheme

VLeducq opened this issue · 5 comments

What happened?

Hi,
Would it be possible to update the available primers schemes to include the IDT ARTIC V5.3.2 primers ?

Thanks

Operating System

ubuntu 20.04

Workflow Execution

Command line

Workflow Execution - EPI2ME Labs Versions

No response

Workflow Execution - CLI Execution Profile

Singularity

Workflow Version

v0.3.25

Relevant log output

none

This is an issue for us as well except for Midnight V5 primers.

I've forked the repo, added V5 primers but I get this error:

  • --scheme_version: Midnight-ONT/V5 is not a valid enum value (Midnight-ONT/V5)

I needed to add Midnight-ONT/V5 here

"scheme_version": {
"type": "string",
"default": "ARTIC/V3",
"description": "Primer scheme version.",
"help_text": "This is the version of the primer scheme to use, more details about primer shemes can be found [here](https://labs.epi2me.io/ont-midnight-scheme-update/).",
"enum": [
"ARTIC/V1",
"ARTIC/V2",
"ARTIC/V3",
"ARTIC/V4",
"ARTIC/V4.1",
"Midnight-ONT/V1",
"Midnight-ONT/V2",
"Midnight-ONT/V3",
"NEB-VarSkip/v2b",
"NEB-VarSkip/v1a-long",
"NEB-VarSkip/v2",
"NEB-VarSkip/v1a",
"Midnight-IDT/V1",
"ONT/V1",
"ONT/V4.1"
]
},

Hi Both,

As far as I'm aware we do not have a version 5 of our primers (Midnight-ONT) - I guess you mean the Midnight-IDT scheme?

You can add custom schemes, instructions on how to do so can be found here: https://labs.epi2me.io/ont-midnight-scheme-update/#custom-primer-schemes

Thanks

Matt

Hi Matt,

I might have gotten my wires crossed with which primer scheme we're using. I fumbled my way into adding a custom primer scheme.

It would be good to have the custom scheme instructions in a more prominent place on github repo. Even simply linking to it is sufficient enough.

Thanks,

Ammar

Added custom scheme instructions to README in v0.3.30