From 7fa5b90d2c1f31f682e158dd4b0cb41468256ec1 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 7 Apr 2024 08:09:52 -0400 Subject: [PATCH] Remove an outdated TODO --- polbin/src/cmds.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/polbin/src/cmds.rs b/polbin/src/cmds.rs index 10b567d6..685c53dc 100644 --- a/polbin/src/cmds.rs +++ b/polbin/src/cmds.rs @@ -107,7 +107,6 @@ pub fn position(gfa: &flatgfa::FlatGFA, args: Position) -> Result<(), &'static s let mut found = None; for step in gfa.get_steps(path) { let seg = gfa.get_handle_seg(*step); - // TODO Handle backwards segments! let end_pos = cur_pos + seg.len(); if offset < end_pos { // Found it!