Cornelius Roemer

Results 485 issues of Cornelius Roemer

Annotations output by augur translate always contained `+` irrespective of what the input gff or gb file specified and biopython returned This bug was down to the assumption that biopython...

bug
high priority

Related to #881 Currently, `augur translate` does not implement `gff3` standard properly. Confusingly, if you use `.gff` files generated automatically by Genbank from a given `.gb` file, augur translate will...

bug

### Current Behavior When running `augur filter`, certain stats are output to stdout rather than stderr as would be conventional: The following is an example of output that wrongly appears...

bug

It would be good to explicitly validate the clades.tsv file and give a helpful error message if it doesn't conform to expectations. This would help users like this one, who...

bug

Running augur clade I got the following unhandled exception that I didn't know immediately how to debug: ``` monkeypox-nextclade on  nextclade [$!] via 🅒 nextstrain took 2m16s ❯ augur...

bug

I've encountered a bug that took me very long to figure out. Augur export reported the following error: ``` Validating schema of 'auspice/monkeypox_global.json'... ERROR: 'nuc' is a required property. Trace:...

enhancement

### Current Behavior When the `.bed` file passed to `mask` contains just a header and nothing to mask, an unhandled error is thrown. ### Expected behavior Empty, header only `.bed`...

bug

### Current Behavior When mask is told to mask nothing, it throws an error and doesn't exit successfully. ### Expected behavior It is perfectly legal to mask nothing, e.g. by...

bug

During our issue triage meeting, we couldn't agree on the desired behaviour for `augur mask` if no change is made: Should mask error, warn, or do nothing at all. As...

request for comments

### Current Behavior Filter throws an unhandled error when reading a metadata file. I'm not quite sure what's wrong with the file. ### Expected behavior Error is handled and I...

bug