Closed chstellar closed 1 year ago
Hi, did you mount the disk where the input/output data are located when running singularity? If not, you could refer to the following code:
singularity exec -B /path/to/data SAW_v6.1.sif mapping ...
In your command, it should be:
singularity exec -B /import,/home /home/jyubq/DABS_ref/SAW/SAW_v6.1.sif mapping ...
Sorry for replying late. I found the issue was I did not refer to the .h5 input properly... It was a naming issue. Thank you for your help!
I am running mapping on paired-end data. This is my .bcPara file:
And this is my command line instruction:
But I got this error:
and my input files indeed exist:
I am following the exact instructions given by the documentation, which does not give the output file. My SAW version is 06.1.2. Could anyone help with this?