Skip to content
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

run error #52

Open
carlferr opened this issue Sep 9, 2022 · 1 comment
Open

run error #52

carlferr opened this issue Sep 9, 2022 · 1 comment

Comments

@carlferr
Copy link

carlferr commented Sep 9, 2022

hi,
I'm using nanodisco for the analysis of methylation profile.
I downloaded and built nanodisco via singularity as suggested in the manual.
here my CL:

singularity pull --name nanodisco.sif library://fanglab/default/nanodisco
singularity verify nanodisco.sif
Verifying partition: FS:
45AD365F84BDF7402CC3CA83F93AC2888FC02443
[REMOTE]  Alan Tourancheau <[email protected]>
[OK]      Data integrity verified

INFO:    Container verified: nanodisco.sif

singularity build --sandbox nd_env nanodisco.sif

Then I opened nanodisco enviroment and I run the preprocessing step

singularity run --no-home -w nd_env
root@nanodisco:~/dataset$ nanodisco preprocess -p 10 -f barcode01/ -s barcode01 -o ../analysis/preprocessed_subset -r ../reference/ref.fasta
[2022-09-09 11:28:04] Localize all fast5 files.
[2022-09-09 11:28:04]     Found 23 fast5 files.
[2022-09-09 11:28:04] Extract sequences from fast5.
 Processed fast5 [-------------------------]   0% eta:  ?s (elapsed: 00:00:00)Error in { : 
  task 1 failed - "task 2 failed - "HDF5. Object header. Can't open object.""
Calls: extract.sequence -> %dopar% -> <Anonymous>
Execution halted
HDF5: infinite loop closing library
      L,G_top,T_top,P,P,Z,FD,E,SL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL
Unexpected error during read extraction process.

This command gave me an "HDF5: infinite loop closing library" error, could you help me to solve this issue?
Thanks in advance

@touala
Copy link
Member

touala commented Oct 28, 2022

Hello @carlferr,

Unfortunately, I don't know what the issue could be simply from this error message. Are you still facing this issue?

From the commands you reported, I would not recommend to use nanodisco as a sandbox (--sandbox) outside of the provided tutorial/example. You should run it as follow: singularity exec nanodisco.sif nanodisco. Please let me know if you still have issues.

Best,

Alan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants