Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhofer committed Sep 13, 2024
1 parent 0fee080 commit dc47915
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/exports/gfa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ pub fn export_gfa(conn: &Connection, collection_name: &str, filename: &str) {
)
});
}

// Split up sequence by edge boundaries into blocks
// Load paths
// Write paths
}

fn segment_line(sequence: &str, index: usize) -> String {
Expand Down

0 comments on commit dc47915

Please sign in to comment.