Open wangjiaxuan666 opened 2 years ago
Hi Jiaxuan,
Sure! If you want to run WDL pipelines on a local HPC, you can use cromwell as the execution engine. It has support to convert docker image to singularity container: https://cromwell.readthedocs.io/en/stable/tutorials/Containers/#singularity
We use cromwell and singularity on our local Slurm HPC which works smoothly.
Cheers, Leon
Hi Leon,
I have two questions related to the original question on this thread. I hope to use this workflow on our local HPC where we don't have docker, just singularity.
java -jar cromwell-77.jar run -o options.json -i inputs.json --imports RNA-seq_v5.0.0.zip RNA-seq_v5.0.0.wdl
Thanks again for your help and for sharing this workflow.
Regards,
-John
Hi John,
java -Dconfig.file=/path/to/your/config -jar cromwell-77.jar run \
-o options.json -i inputs.json --imports RNA-seq_v5.0.0.zip RNA-seq_v5.0.0.wdl
Thank you very much for sharing the software. I don't have root permission, and I can't run docker. If not docker image, can I run it successfully?