James Ferguson

Results 228 comments of James Ferguson

Hmm, it seems installing FUCHS on the same environment first, solves the issue. Though I imagine this isn't the intended method.

Also, while trying to use python scripts/DCC I get the following error python scripts/DCC -h Traceback (most recent call last): File "DCC", line 5, in DCC.main.main() AttributeError: 'function' object has...

same goes for FUCHS, the script tries to open main, but there is no main in the FUCHS directory, only FUCHS.py, which has a main() function. changed it to #!/usr/bin/env...

Oh interesting! Thanks for reporting this, i'll see what I can do about it.

Hey @kisarur could you try this again with a new branch I just pushed called `new_queue` https://github.com/Psy-Fer/buttery-eel/tree/new_queue switch to this branch, modify the requirements.txt again, then do a `pip install...

Ahh good news. Yea while it is approximate, I am dealing in batches, so the queue is not really that high a number, and there are not a lot of...

Alright i'm doing this now in the new version ```python if platform.system() == "Darwin": im = mp.Manager() rm = mp.Manager() input_queue = im.JoinableQueue() result_queue = rm.JoinableQueue() else: input_queue = mp.JoinableQueue()...

This should now be resolved with https://github.com/Psy-Fer/buttery-eel/releases/tag/v0.5.0 cheers James

Hey, Could you please send me a blow5 file with a read that fails? I'll try to reproduce the error. Cheers, James

Hey Denis, The issue seems to be the readID in your blow5 file. for example: `S1_333!ebce92f7-c7e7-465d-b946-1af6b575c929_parent_read_id=ebce92f7-c7e7-465d-b946-1af6b575c929_model_version_id=dna_r10.4.1_e8.2_400bps_sup-v4.1.0_mean_qscore=2!0!13!+` If I cut this out and modify it to be a valid UUID `ebce92f7-c7e7-465d-b946-1af6b575c929`...