-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pipeline stops at Job chip.read_genome_tsv #295
Comments
Please post |
|
Update: |
Docker doesn't work with most HPCs. Please keep using Singularity. $ docker run ubuntu:22.04 echo hell
hello |
Docker works smoothly! |
Oh, I forgot to tell you that you need to test it on a compute node. |
I installed docker only on one compute node and it runs with no problem! |
Same issue for chip-pipeline2 and atac-pipeline. |
I could not get the pipeline running using docker. But Singularity works well! |
Thank you. |
Describe the bug
I am trying to run the pipeline locally using "caper run chip.wdl -i "${INPUT_JSON}" --docker", but it fails on the line that reads:
OS/Platform
OS/Platform: Ubuntu 22.04.2 LTS
Pipeline version: 2.2.1
Java version: openjdk 17.0.6 2023-01-17 LTS
OpenJDK Runtime Environment Corretto-17.0.6.10.1 (build 17.0.6+10-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.6.10.1 (build 17.0.6+10-LTS, mixed mode, sharing)
Caper configuration file
`backend=local
local-loc-dir=/shared_home/caper_mah/
cromwell=/nvme/mahdi/.caper/cromwell_jar/cromwell-82.jar
womtool=/nvme/mahdi/.caper/womtool_jar/womtool-82.jar
`
Input JSON file
`{
"chip.title" : "STAT1",
"chip.description" : "STAT family",
}`
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: