Closed Adoni5 closed 4 months ago
Okay this should provide better R10 barcode signal, and provides more realistic values in the POD5 files for basecalling.
Sets the PoreType for POD5 output as not-set
, which is apparently what MinKNOW sets it as.
Also does everything listed above -
Adds one new MinKNOW API endpoint - get_sample_rate and adds the meta_info field to get_run_info, which contains the information readfish needs to accept barcoding kits.
Also changes the level of one very noisy debug log to debug from info
The added barcoding kits are:
EXP-NBD114 EXP-NBD103 EXP-NBD104 EXP-PBC01 EXP-PBC096
This should allow guppy or dorado to demultiplex barcodes in the latest readfish versions now.
Added get_sample_rate for upcoming readfish versions, and the sample rate is taken from the simulation profile toml, under the parameters section.
Adds one new MinKNOW API endpoint -
get_sample_rate
and adds themeta_info
field toget_run_info
, which contains the informationreadfish
needs to accept barcoding kits.Also changes the level of one very noisy debug log to debug from info
The added barcoding kits are:
This should allow
guppy
ordorado
to demultiplex barcodes in the latest readfish versions now.Added
get_sample_rate
for upcomingreadfish
versions, and the sample rate is taken from the simulation profile toml, under theparameters
section.