Dear developer,
I am working on a server where I have neither administration rights nor support for docker. However, I do have support for singularity containers. So, I tried making a singularity container by pulling the container with the command:
singularity pull docker://adoni5/icarust:latest
After making a shell for the resulting singularity container I tried the command:
cargo run --release -- --help
bash: cargo: command not found
As you can see the cargo command does not seem to be available. Is there any way I could make a working singularity container for Icarust instead of a docker container so I can simulate read data based on a human reference genome?
Dear developer,
I am working on a server where I have neither administration rights nor support for docker. However, I do have support for singularity containers. So, I tried making a singularity container by pulling the container with the command:
singularity pull docker://adoni5/icarust:latestAfter making a shell for the resulting singularity container I tried the command:
As you can see the cargo command does not seem to be available. Is there any way I could make a working singularity container for Icarust instead of a docker container so I can simulate read data based on a human reference genome?