pangenome / pggb

the pangenome graph builder
https://doi.org/10.1101/2023.04.05.535718
MIT License
346 stars 37 forks source link

container creation failed #373

Closed yeeus closed 5 months ago

yeeus commented 5 months ago

I installed pggb with singularity and here is my command:

singularity run -B $(pwd):$(pwd) /path/to/pggb_latest.sif \
pggb -i $(pwd)/input.fasta -o $(pwd) \
     -n 21 -t 50 -V "CHM13"

and I got this error:

FATAL:   container creation failed: open /etc/resolv.conf: no such file or directory

what's this meaning? Best wishes!