Skip to content

Instantly share code, notes, and snippets.

@vsoch
Last active August 8, 2018 19:10
Show Gist options
  • Save vsoch/7134328e9f6dcdec620aa048b132d969 to your computer and use it in GitHub Desktop.
Save vsoch/7134328e9f6dcdec620aa048b132d969 to your computer and use it in GitHub Desktop.
links for Singularity and Cromwell
@vsoch
Copy link
Author

vsoch commented Aug 8, 2018

I just added one more runtime configuration - that will start and execute a command to an instance instead. This might be an easier avenue to get a process id (e.g., singularity instance list but it still seems to run ok, and exit without any obvious error, so please take a look! The command for the instance run would be:

$ java -jar -Dconfig.file=backends/backend.conf -Dbackend.default=singularity-instance cromwell-34.jar run runners/test.wdl -i data/TEST-YEAST/inputs.json -o workflow_opts/singularity.json

And it uses the same container, but as an instance (singularity-instance is the backend.conf section)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment