Replaced the exact .sif of singularity cache in nextflow.config and there were no more pulling Docker .img from online.
Nextflow only applied the *.sif we provide in singularity cache.
Replaced the copyq queue in PBS_gadi_runpipeline.sh
chmod 777 pullContainers.sh if you unhashed the beforeScript in gadi.config
The whole pipeline worked well if I hashed the beforeScript in gadi.config and ran separately.
The problem seems to be that while pulling containers was still going on or not finished, the nextflow already started the follwoing process.
The whole pipeline worked well if I hashed the beforeScript in gadi.config and ran separately. The problem seems to be that while pulling containers was still going on or not finished, the nextflow already started the follwoing process.