Felix Van der Jeugt
Felix Van der Jeugt
I think it would add a lot of readability to the song lists if they were shown in columns. This could easily be achieved by allowing some notation for padding/truncating...
When the only difference between two string is a final newline, the last line disappears in the HTML diff. ``` > puts Diffy::Diff.new("1\n2", "1\n2\n").to_s 1 -2 \ No newline at...
> Can you also add a support for gzipped fasta file as input? Should be very easy to implement? Or is is already supported? Think about when we have huge...
The `meta/evaluation` directory contains a result quality benchmark on a complete genome. A benchmark on contigs should be added as well. First step would be to find a properly annotated...
FragGeneScanRs should be added to Bioconda to ease installation and use from Python. Integration in python could likely be similar to the existing FGS integration. Hurdle might be the rust...
Let the user choose a codon translation table instead of always using the 11th table. Would also require changing the start/stop-codon checks in the algorithm and possibly retraining the HMM...
#### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
Note: also adds a missing runtime dependency. #### Testing the changes - I tested the changes in this PR: YES #### Local build testing - I built this PR locally...
Adds a new order to the settings.sort configuration which puts invites before other rooms. This should counter missing out on invites when the order is set to e.g. "recent". Note:...