joshuak94 / BAMIntervalTree

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

For the CLI tool, create sub-argument parsers for indexing and searching. #16

Closed joshuak94 closed 3 years ago

joshuak94 commented 3 years ago

This is basically just so that users can call bamit index FILE and then bamit search -s chr1,100 -e chr2,100 /path/to/alignment/file/.

If in the search sub-parser, the index file is not found, it should be constructed and stored in the same directory.

joshuak94 commented 3 years ago

Resolved by #18.