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
The RNAfold -o flag will write to a file named RNAfold_output.fold if no value for -o is provided.
In the code, below, no filename is provided. If multiple instances of Crackling have been launched from the same directory and some just happen to be at the folding step then RNAfold may overwrite its own output. I ran into this issue when running many instances of Crackling on a HPC.
To fix this issue, an output file should be specified so that the default is not used.
The RNAfold
-o
flag will write to a file namedRNAfold_output.fold
if no value for-o
is provided.In the code, below, no filename is provided. If multiple instances of Crackling have been launched from the same directory and some just happen to be at the folding step then RNAfold may overwrite its own output. I ran into this issue when running many instances of Crackling on a HPC.
To fix this issue, an output file should be specified so that the default is not used.
Crackling/src/crackling/Crackling.py
Lines 426 to 440 in b00de36
I used this code as my temporary fix:
The text was updated successfully, but these errors were encountered: