Cornelius Roemer

Results 325 comments of Cornelius Roemer

Right, I can see how it's not easy. Maybe the fasts reader can keep track of number of sequence though? And just stop dispatching?

Doesn't this work: tempdir from tempfile crate? https://crates.io/crates/tempfile ```rs use tempfile::tempdir; use std::fs::File; use std::io::{self, Write}; // Create a directory inside of `std::env::temp_dir()` let dir = tempdir()?; let file_path =...

Yes, create a temp-dir in the current directory. Should work - don't see why not. Not a priority, just think this could make it more usable without being too difficult...

We've completed this! One can auto-download a dataset with `-d`

Personally, I don't think people would perceive checking available memory as intrusion.

I'm not entirely sure either - I've just noticed that the current layout could be improved. I'll think about it. And sketch something once I have a suggestion. If anyone...

Thanks for opening this issue. This is on purpose: https://github.com/nextstrain/nextclade/blob/4f236b58277bdaef72e2f84d26207dbbbc0b8502/packages/web/src/state/algorithm/algorithmExport.sagas.ts#L38 I don't know what the reasoning was, but there's one. @ivan-aksamentov can tell probably We should probably document this better,...

When you convert from tsv to csv you need to quote surround certain columns that contain `,` - otherwise it becomes unparseable. We could have an option to output a...

I guess there should be brackets around something like `[true/false]` to indicate possible options?