You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may have already solved this since it's been a few months, but just in case you haven't. I use apptainer (essentially same as singularity) and I get this type of error when the container isn't allowed read/write access to that directory without additional options/flags. I fix this by adding --bind /path/to/directory/ after run.
Since conda failed to install roary, I switched to use singularity. I pulled the image with
But when I run the command:
singularity run pipelines/singularity/roary.sif roary -f outputs -e -n -v all_strains/*.gff -p 20
I got:
I am sure all the gff files are in the all_strains dir and can be read
The text was updated successfully, but these errors were encountered: