buttery-eel
buttery-eel copied to clipboard
The buttery eel - a slow5 guppy/dorado basecaller wrapper
After starting the guppy server but before connecting a client, I should do a check that the guppy server version matches the installed guppy client lib version. I think I...
Hi @Psy-Fer and @hasindu2008 , Hope you are doing well. I am trying to run a simulation analysis use squigglator and buttery-eel. The simulated BLOW5 file looks good. I am...
In testing buttery-eel with some BLOW5 data for basecalling, I realized that there is no "--chunks_per_runner" argument that could be set and passed through to Guppy. Is this something that...
Here is an example of the file format of a seq sum file when bacoding is turned on in minknow ``` filename_fastq filename_fast5 filename_pod5 parent_read_id read_id run_id channel mux minknow_events...
Add the tags here https://github.com/nanoporetech/dorado/blob/release-v0.7/documentation/SAM.md#sam-specification
When ` --config dna_r10.4.1_e8.2_400bps_5khz_modbases_5mc_sup_prom.cfg` is given as the model, this doesn't say what the model version is for matching with clair3 variant calling models. To fix this, I should pull...
Use slow5 header information to warn/error if the wrong pore model has been selected.
Enable duplex calling with the fake 10 read hack to force the basecaller to spit the called reads for a channel out. It looks like v7.4.12 dorado server has not...
Hi James, Just wanted to flag for your attention that the name of this parameter has changed in the latest version of the ont-dorado server, for no specific reason it...
When tested by @kisarur on nci-Gadi with a command line like below: ``` buttery-eel -i /g/data/ox63/slow5-testdata/hg2_prom_lsk114_5khz_subsample/PGXXXX230339_reads_500k.blow5 -o /path/to/reads.fastq -g --port 5000 --use_tcp --config -x cuda:all --guppy_batchsize 20000 --max_queued_reads 20000 --slow5_threads...