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

FileNotFoundError: [Errno 2] No such file or directory: 'nanopore_test_compressed.bsc.tmp.dir/recon.bin' #9

Open
zhongshunji opened this issue Jul 4, 2024 · 1 comment

Comments

@zhongshunji
Copy link

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.

@shubhamchandak94
Copy link
Owner

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)

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