You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ ! -f /usr/local/lib/python3.6/dist-packages/bonito/models/dna_r9.4.1.hdf5 ]; then
exec /bin/echo -e "This container requires that you bind mount the location of Bonito pre-trained models data into `/usr/local/lib/python3.6/dist-packages/bonito/models/`. Please use \"singularity run -B <path_to_bonito_models>:/usr/local/lib/python3.6/dist-packages/bonito/models $SINGULARITY_NAME\" and try again. You can download the pre-trained models with \"bonito download\". See https://github.com/nanoporetech/bonito#models for more information."