-
Notifications
You must be signed in to change notification settings - Fork 12
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
OCI index found, but accept header does not support OCI indexes #4
Comments
Hi @liuronghyw, could you try the following command and then report the output?
|
Hi, Dr. long. I can pull the image with your command. Since I am not familiar with Nextflow. Would you please tell me how to bulid the pipeline with local image (denglan-viroprofilter-base-v0.2)? Thank you very much! @rujinlong @deng-lab |
I guess the original error occurred because I released the new version 10 hours ago, and you executed the Nextflow command simultaneously while the image was not yet successfully created. If you run the Nextflow command now, the error should not occur. Alternatively, you can pull images manually using the following commands, and then execute the Nextflow command:
|
I'm having the same issue:
|
What is the version of singularity? Could you try the following command to update the pipeline,
and then run with the
|
Thank you! I did as your said and obtained this error:
|
Could you please paste the first two lines of the output here? it should look like the following,
|
Sure!
|
It's quite strange. The error seems to be caused by singularity. I cannot reproduce this error, but if you can provide additional information, it may help me identify the bug. Could you try as the following,
and paste the output here. |
The first thing failed and gave this error:
Singularity version and path:
|
Ok, this might be the reason. Your singularity version is quite old. Could you update to the newest version? The latest on conda is singularity v3.8.7 and singularityce v3.10.0. If possible, ask your sys-admin to install the newest singularity as root, as explained in another issue darcyabjones/pante#4 (comment) |
I installed a newer version of Singularity.
It is now giving a different error:
Thank you very much |
It seems this is caused by snakemake in virsorter2 jiarong/VirSorter2#51 (also see this). I updated the code, please try the following commands, # update the pipeline
nextflow pull deng-lab/viroprofiler
# delete the old virsorter2 database (in your case, /home/olga/viroprofiler/virsorter2)
rm -rf /path/to/viroprofiler/db/virsorter2
# run the pipeline
nextflow run deng-lab/viroprofiler -profile singularity --mode "setup" -r main |
Thank you, I did as you said and running
But then running the test failed: This is the error I got:
Any ideas? |
There is a log file in |
In
|
Your previous setup of the iphop database is not complete. The complete iphop database is ~200G. Please delete the iphop folder, and then run the setup step again, or you can use the |
Description of the bug
Dear developers:
I can't pull the viroprofilter in cluster with UNIX operate system, the command as follows:
export NXF_SINGULARITY_CACHEDIR="./temp"
nextflow run deng-lab/viroprofiler -profile singularity --mode "setup" -r v0.2 --db "/public/home/**/db/viroprofiler" -without-conda
The error is as follows:
Would you please give me some suggestions on how to solve this problem.
Command used and terminal output
nextflow run deng-lab/viroprofiler -profile singularity --mode "setup" -r v0.2 --db "/public/home/hpc4011032/db/viroprofiler"
Relevant files
No response
System information
N E X T F L O W ~ version 22.10.6
HPC
local
Signalarity
CentOS Linux
viroprofiler v0.2
The text was updated successfully, but these errors were encountered: