Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement some core utils #2

Open
nleroy917 opened this issue Nov 15, 2023 · 0 comments
Open

Implement some core utils #2

nleroy917 opened this issue Nov 15, 2023 · 0 comments
Labels
new tool Request to implement a new tool

Comments

@nleroy917
Copy link
Member

@donaldcampbelljr and I were discussing how it would be useful to have some core utilities available for all modules. Some examples:

fn read_regions_from_bedfile(path: &str) -> Result<Vec<Region>>

fn write_to_bedfile(path: &str) -> Result<()>

This probably requires some core structs and traits like Region, RegionSet, etc.

@nleroy917 nleroy917 added the new tool Request to implement a new tool label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tool Request to implement a new tool
Projects
None yet
Development

No branches or pull requests

1 participant