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
When I run nlms_compress.py with the following command: python nlms_compress.py -m c -i ../data/evaluation_datasets/dna/nanopore_test.npy -o nanopore_test_compressed.bsc -a 0.01
I encounter the following error:
Traceback (most recent call last):
File "D:\Desktop\lfzip\LFZip-1.1\src\nlms_compress.py", line 109, in <module>
with open(tmpfile_recon, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory:'nanopore_test_compressed.bsc.tmp.dir/recon.bin'
Could you please help me resolve this issue? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the comment. I have not tested lfzip on windows - maybe some part is not working properly on windows. I wonder if the installation itself fails (specifically the compilation of the C++ binary)
When I run nlms_compress.py with the following command:
python nlms_compress.py -m c -i ../data/evaluation_datasets/dna/nanopore_test.npy -o nanopore_test_compressed.bsc -a 0.01
I encounter the following error:
Could you please help me resolve this issue? Thank you very much.
The text was updated successfully, but these errors were encountered: