Cornelius Roemer

Results 325 comments of Cornelius Roemer

Caught it on tape so you believe me @ivan-aksamentov First half of recording shows the "done with 0 sequences" turning into "done with 1", I clicked back slightly after "starting...

No worries, thanks for explaining. So this is fully expected. I think this is low priority, the preconditions are very specific. Unlikely to occur, even if it does, one can...

I found it during normal usage, wasn't trying to do anything crazy. But yeah, it's not critical. Disabling sorting of dynamic columns until finished would be a good fix. Sorting...

What if you make ticking of checkbox act like a file being downloaded from URL, while other one is dropped/pasted? The pain points are twofold right now: 1. Getting the...

Turns out the docs falsely imply that the reference is included in alignment download from web. Am fixing in #693 Having reference by default could be helpful in web downloads...

Local storage may be the best bet because it enables multiple features in one go. Sadly, there seems to be no easy solution: https://stackoverflow.com/questions/15281000/duplicate-a-tab-in-chrome-without-reloading-the-page

The enhancement request is easy to satisfy by factoring out the `min_clade_member_count_threshold_for_offset` `100` as an optional parameter (with default `100` for backwards compatibility). If that number is made smaller, clock...

Since I've implemented only the stop-gap solution, I'll reopen and label with `hard problem`.

There is no easy solution, you're right. One could have a list of unsupported compressions, like `lz4, zip, etc` or treat things after `.fasta` that isn't supported as unsupported. This...

Yes @victorlin it would be good to add `--use-fft` to ncov in the mid-term, once we're sure that it's no longer buggy. Maybe we can make an issue to add...