Skip to content
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

caper init lsf not supported #398

Open
cindyli9888 opened this issue Sep 19, 2022 · 1 comment
Open

caper init lsf not supported #398

cindyli9888 opened this issue Sep 19, 2022 · 1 comment

Comments

@cindyli9888
Copy link

Hi,
Thank you for working on this amazing pipeline!
Our institution (MGH)'s cluster is based on lsf job submission, so that is the only option we have. However, when i was trying to run caper init lsf, it indicated that lsf is not supported. I did notice that from a previous thread that LSF is added (ENCODE-DCC/caper#93). However, it was still not running correctly at our end.
Is there anything we can do to make it run correctly?
Thank you!

Cindy

@leepc12
Copy link
Contributor

leepc12 commented Oct 19, 2022

Please check Caper's version.

$ caper -v

It works find on my end.

$ caper init lsf
2022-10-19 14:55:11,678|caper.cromwell|INFO| Installing Cromwell JAR... https://github.com/broadinstitute/cromwell/releases/download/82/cromwell-82.jar
2022-10-19 14:55:11,678|autouri.autouri|INFO| cp: (ae3e034c) started. src=https://github.com/broadinstitute/cromwell/releases/download/82/cromwell-82.jar, dest=/home/leepc12/.caper/cromwell_jar/cromwell-82.jar
2022-10-19 14:55:13,435|autouri.autouri|INFO| cp: (ae3e034c) skipped due to md5_match. md5=836c966872093cf4beba8e22cbf799b0
2022-10-19 14:55:13,436|caper.cromwell|INFO| Installing Womtool JAR... https://github.com/broadinstitute/cromwell/releases/download/82/womtool-82.jar
2022-10-19 14:55:13,436|autouri.autouri|INFO| cp: (13c0ce75) started. src=https://github.com/broadinstitute/cromwell/releases/download/82/womtool-82.jar, dest=/home/leepc12/.caper/womtool_jar/womtool-82.jar
2022-10-19 14:55:15,129|autouri.autouri|INFO| cp: (13c0ce75) skipped due to md5_match. md5=d3717d95d1607c143b8b92718a373982

$ cat ~/.caper/default.conf
backend=lsf

# Local directory for localized files and Cromwell's intermediate files.
# If not defined then Caper will make .caper_tmp/ on CWD or `local-out-dir`.
# /tmp is not recommended since Caper store localized data files here.
local-loc-dir=

cromwell=/home/leepc12/.caper/cromwell_jar/cromwell-82.jar
womtool=/home/leepc12/.caper/womtool_jar/womtool-82.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants