-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deeplexicon run error.. #31
Comments
This looks related to the numpy version. Double check it's at the correct version (not 2.0) |
@Psy-Fer Thanks for advice! i encountered another error that core dumped. it may be the issue about my operating environment. i ran Deeplexicon with CPU. does it work well with CPU, or it works only with GPU..? |
It was designed to use GPU, but can use CPU, however it will be very slow. It is also very sensitive to package and cuda/driver versions, as this is all before tensorflow 2.0. I would highly recommend using these docker containers https://github.com/Psy-Fer/deeplexicon/tree/master/dockerfiles James |
Ahh this is to do with h5py it seams try using james |
Deeplexicon was written in 2018/19 and a lot has changed since then in terms of file schemas, libraries, data. @enovoa has a working tool that she is happy to share with researchers (tool in review atm) if deeplexicon can't work on your data. See other issues for more details about the current limited support for deeplexicon. Regards, |
In addition to what @Psy-Fer mentions, I'd just like to add that DeePlexiCon (as well as EpiNano, for which you also opened a GitHub issue recently) are both available within MasterOfPores, a nextflow workflow that will precisely overcome all installation/dependency issues. I'd suggest you to try it. Also I'd suggest to give a go to using the dockerfile as @Psy-Fer suggests, but running it via singularity which is typically the solution used by many institutes with computing clusters. You might want to try running some other dockerfile as "test" to check whether your issue is related to running dockerfiles, or to the dockerfile of deeplexicon per se. Best, Eva |
@Psy-Fer @enovoa i already e-mailed to enovoa about new developing tool for demultiplexing Direct RNA seq data and got friendly response. Thank you so much enovoa ! but my professor doesn’t seem too thrilled about meeting all the requirements to use the tool, so i'm trying out other methods instead. i thought the error is about VBZ compression, so i tried to pre-process my data like below : so i made one fast5 file and ran the Deeplexicon but, as always, error is occured like below : how can i solve this..? i read several issue document, and i think i have to decompress the VBZ compression and use VBZ plugin... |
hello again..!
i run the deeplexicon but error is occured...
how can i solve this..?
The text was updated successfully, but these errors were encountered: