Skip to content

Commit

Permalink
Merge branch 'jdaw/fix-ts-tag' into 'release-v0.6.0'
Browse files Browse the repository at this point in the history
ts should be 0 if no-trim is enabled

See merge request machine-learning/dorado!912
  • Loading branch information
tijyojwad committed Mar 26, 2024
2 parents c5d5b74 + 8d7c149 commit ba0d708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dorado/read_pipeline/ScalerNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ void ScalerNode::input_thread_fn() {
// If RNA adapter isn't trimmed, track where the adapter signal is ending
// so it can be used during polyA estimation.
read->read_common.rna_adapter_end_signal_pos = trim_start;
// Since we're not actualy trimming the signal, reset the trim value to 0.
trim_start = 0;
}
}

Expand Down

0 comments on commit ba0d708

Please sign in to comment.