John Lees

Results 59 issues of John Lees

:exclamation: Make to check out our [User Guide](https://github.com/soedinglab/hh-suite/wiki). I am trying to run alphafold (using the docker image in the current readme), but an error is encountered when running the...

Love the use of WASM for nextalign! I was wondering whether you had tried/considered turning exception handling off when compiling your code (`-s DISABLE_EXCEPTION_CATCHING=1 -fno-exceptions`)? Anecdotally, I've found this has...

t:feat
good first issue
help wanted

We are using Seqan3 in a couple of projects, and it is generally working nicely. However, one issue we have is that over time our builds start failing when they...

feature/proposal

I have tried the bcftools csq command with the attached fasta, and three different gff files (one from ncbi, one ncbi modified to add transcripts, and one from ensembl bacteria)....

enhancement

To build the API docs correctly, a newer version of sphinx is needed (otherwise autodoc mock imports doesn't work properly). Trying to add this in `docs/requirements.txt`

Things to be done off the top of my head: - [ ] Remove dbFuncs (#166) - [x] Remove all `use_mash` instances, and the partial functions - [x] Redo command...

Nice suggestion from Ste on the distance plot: 'I think being able to colour/filter based on metadata (eg. MLST, lab, country) might be a quick way to understand the the...

enhancement
plots

There is a native python implementation of intervals here: https://github.com/vsbuffalo/BioRanges This might save on tmp files, dependencies and improve speed

enhancement

Add an option to provide output in the right format for DBGWAS, so that pyseer can be used as an alternative option in their step2 association. This format is: ```...

enhancement
interface