Closed ewissel closed 1 year ago
@fmaguire Can you help me with this one? cheers.
I'm experiencing a similar issue after performing the following steps:
docker pull finlaymaguire/rgi:latest
(Docker v20.10.8).singularity run -c singularity/card-rgi-5.2.0.sif rgi main
.The attached error log file rgi-main.txt was produced from running: singularity run -c card-rgi-5.2.0.sif rgi main 2> rgi-main.txt
.
Issue is stale and will be closed in 7 days unless there is new activity
Hey RGI devs,
I'm trying to use singularity to run RGI via docker. Here is what I've run:
singularity pull docker://finlaymaguire/rgi:latest ## runs no prob
singularity run rgi_latest.sif ## in same directory
The last line returns the following error that makes me think there is a conda problem? But I'm really not familiar with singularity, so I'm not sure if this is just an issue with the way I'm using singularity. I'm trying to use singularity because I could not successfully use the conda install, used the docker install successfully in the past, and our new server requires singularity to use docker.
Should I try a different approach to using RGI with singularity?