James Ferguson

Results 40 issues of James Ferguson

If you are doing analysis on a run with 96 samples, medaka should work fine, but nanopolish might throw an error about too many arguments in the celery.log file. A...

bug

Progress bar is broken and doesn't line up with various new pipelines. Fix it up so it doesn't confuse users.

enhancement

When analysing a pre-demultiplexed run where the fastq files are gzipped, ( *.fastq.gz ) the output will say something like RB01.fastq not found ..... .gz fastq files not being detected...

bug

abort and delete buttons not working on the home screen. Jobs are cleared when the web server is restarted, so not a big deal, and jobs can be clicked through...

bug

Add config file input (hidden by default) to allow user to pre-fill the custom fields.

enhancement

Currently the model defaults to the latest in the medaka workflow. Need to add a div that appears on the selection of medaka with the models to get the right...

enhancement

Add Dark mode that is persistent between sessions and pages. use this as a guide https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_toggle_dark_mode

enhancement

Hello, trying to install this, the 2 python2 packages fail, as in order to install them , I need a python 2.7+ venv, while also having a python 3.6 venv....

An edge case on data input to pyslow5 will produce a malformed slow5 file if dodgy characters, such as `/n, /r, /t` are provided as input. I should make a...

pyslow5

Currently there isn't a way to know the number of read_groups in a file without either monitoring `read_group` as you loop or doing a try/except on the `get_all_headers(read_group=i)` call. I...

pyslow5