Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Jul 18, 2023
1 parent c2e99ea commit 1000738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/fasr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ fn main() -> anyhow::Result<()> {
// TODO: add more tools
// TODO: simple - replace
// TODO: hard - refine, vars, xlsx
// TODO: fasr kb - scripts for join pairwise alignments p2m
// TODO: lav2fas
// TODO: paf2fas
// TODO: vcf
Expand Down
1 change: 1 addition & 0 deletions src/spanr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fn main() -> anyhow::Result<()> {
}

// Variable naming conventions
// ints: an IntSpan object
// set, runlists: single name IntSpan set or runlists
// set is a set of IntSpans
// set: BTreeMap<String, IntSpan>
Expand Down

0 comments on commit 1000738

Please sign in to comment.