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

Issue in Getting https://sandbox.zenodo.org/record/1098375/files/mmseqs_vrefseq.tar.gz #8

Open
nitinShukla1912 opened this issue Jun 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nitinShukla1912
Copy link

nitinShukla1912 commented Jun 14, 2023

Description of the bug

  1. In your configuration script setup_db.nf, the line 131, wget is used to retrive mmseqs_vrefseq.tar.gz, but it is not getting into the system, i tried it manually but, the website itself is showing internal server error
  2. I want to change the default directory of database which is configured in my home environment as it is not having sufficent space, (I have moved the downloded database but now while running nextflow run deng-lab/viroprofiler -r main -profile singularity,test)

Caused by:
Process VIROPROFILER:TAXONOMY_MMSEQS terminated with an error exit status (1)

/home/user/viroprofiler/taxonomy/mmseqs_vrefseq/refseq_viral does not exist

Even I have not configured the optional 3 databses,

Can we install this pipeline in local machine instead of running on docker + singularity

Command used and terminal output

nextflow run deng-lab/viroprofiler -r main -profile singularity,test

Relevant files

No response

System information

No response

@nitinShukla1912 nitinShukla1912 added the bug Something isn't working label Jun 14, 2023
@rujinlong
Copy link
Collaborator

Hi @nitinShukla1912, thanks for reporting the bug.

  1. The link has been updated. Could you please update the pipeline using nextflow pull deng-lab/viroprofiler, and run it again?
  2. You can set the database path by adding the --db /path/to/database when setting up and running the pipeline. One potential problem of changing database path is that if the new path is in a different hard disk, you need to bind that disk to singularity using the -B /path/to/another/disk parameter in the config file, as show in the custom config file.

Installing the pipeline using only conda should be possible, but I need some time to test it. In addition, this approach is not encouraged by nf-core due to poorer reproducibility. Please try singularity first, if still fails, let's figure out other approach.

@nitinShukla1912
Copy link
Author

Hi @rujinlong Also please update the https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump_archive/taxdmp_2023-06-01.zip, in your setup_db.nf script.

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants