Seth

Results 159 comments of Seth

I like this idea! I haven't been able to put much time into `hck` recently. Marking this as a future improvement. And always open to PRs :) There is always...

Hi @amjadorfali! Thanks for making an issue, for the first issue, wit-bindgen, licenses in workspaces are a known pain point and needs work for detecting them. For the second one,...

Hello! Thanks for making an issue, I very much consider performance regressions a bug. Could you please provide your Rust code that is slow? gzp should be as fast or...

Are you running that via `cargo test`? That will create a debug build and not a release build. You should also use the BufWriter you have commented out. Using the...

Thanks for making an issue! I'll check it out in the next few days. Could you please share the version of perbase that you are using? (I think it's in...

So, I think the issue is that you need to specify the region for perbase. It's spinning away doing nothing looking _every_ possible based from the BAM header. If you...

I'm pretty sure it's slow because it checks every contig in the bam header, loads up that that contigs reference, spins up resources to process it, then discovers no reads...

Hi @tofay - I'm sorry for not seeing this earlier. Do you have an example branch of your fork of this in use that I could look at? I think...

Thanks @tofay! I will try to take a look at the failing lints and tests this week. The lints are for sure not something on your end, and I'm pretty...

@tofay see https://github.com/tofay/gzp/pull/1