Skip to content

Commit

Permalink
Merge branch 'smalton/DOR-294-5fC' into 'master'
Browse files Browse the repository at this point in the history
DOR-294: Update modification tag

Closes DOR-294

See merge request machine-learning/dorado!555
  • Loading branch information
malton-ont committed Aug 23, 2023
2 parents 354ad37 + bba206b commit b2e54b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dorado/read_pipeline/ModBaseCallerNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ void ModBaseCallerNode::modbasecall_worker_thread(size_t worker_id, size_t calle
// We have just grabbed a number of chunks (0 in the case of timeout) from
// the chunk queue and added them to batched_chunks. Insert those chunks
// into the model input tensors.
assert(!batched_chunks.empty());
for (size_t chunk_idx = previous_chunk_count; chunk_idx < batched_chunks.size();
++chunk_idx) {
assert(chunk_idx < m_batch_size);
Expand Down
2 changes: 1 addition & 1 deletion dorado/read_pipeline/ReadPipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bool get_modbase_channel_name(std::string &channel_name, const std::string &mod_
// C
{"5mC", "m"},
{"5hmC", "h"},
{"5fc", "f"},
{"5fC", "f"},
{"5caC", "c"},
// G
{"8oxoG", "o"},
Expand Down

0 comments on commit b2e54b8

Please sign in to comment.