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

Is the singularity installation up to date? #56

Open
smallfishcui opened this issue Feb 4, 2021 · 3 comments
Open

Is the singularity installation up to date? #56

smallfishcui opened this issue Feb 4, 2021 · 3 comments

Comments

@smallfishcui
Copy link

smallfishcui commented Feb 4, 2021

Hi,

I installed the singularity container on a server, and the function --version, and dmd doesn't work.
ALso when I try to run mcl analysis, it constantly complains cds file can't be find, or the input folder is read-only, system error.

Traceback (most recent call last):
  File "/usr/local/bin/wgd", line 11, in <module>
    load_entry_point('wgd==1.0', 'console_scripts', 'wgd')()
  File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/wgd_cli.py", line 293, in mcl
    inflation_factor, eval_cutoff, output_dir, n_threads)
  File "/usr/local/lib/python3.6/dist-packages/wgd_cli.py", line 347, in blast_mcl
    os.mkdir(output_dir)
FileNotFoundError: [Errno 2] No such file or directory: './cds.out'

Can you help with that?

Thanks,
Cui

@arzwa
Copy link
Owner

arzwa commented Feb 6, 2021

Sorry, I haven't used Singularity containers in two years, so I have a look whether I can update this. For sure dmd won't work, because the container doesn't include a diamond installation currently. For the error you note above, are you using the commands in the form singularity exec wgd.simg wgd <command>?

@smallfishcui
Copy link
Author

smallfishcui commented Feb 6, 2021 via email

@Cecilia-Sensalari
Copy link
Contributor

Hi,
There has been an update with Singularity, now it supports diamond and it can print the version (see README).

Cheers,
Cecilia

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

3 participants