fulcrumgenomics/Setup Latch

Set up Latch SDK

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
latch-versionThe version of latch to install (see https://pypi.org/project/latch/).nolatest
latch-commandThe path to or alias for the latch command. Otherwise, `latch` must be on the PATH.nolatch
latch-workspaceWorkspace id (see ~/.latch/workspace), typically numeric.no""
latch-tokenLatch token (see ~/.token). Please store this in a secret!no""
ssh-configSet up the ~/.ssh directory.notrue
registerRegister repository workflow code to Latch. Visit docs.latch.bio to learn more.nofalse
register-pkg-rootThe relative path to the root of the package to registerno.
register-remoteUse a remote server to build workflow.notrue
register-disable-auto-versionWhether to automatically bump the version of the workflow each time register is called.nofalse
register-snakefilePath to the Snakefile (for Snakemake) to registerno""
already-registered-do-not-failWhether the workflow should fail if the worfklow is already registered.nofalse
mark-as-releaseWhether to mark the registered workflow as a release (must set `register` to 'true').nofalse
skip-installWhether to skip installing the latch CLI. If true, the latch CLI must be available via the shell (bash).nofalse
namedescription
latch-versionThe installed latch version.
register-versionThe workflow version that was registered. Only set when 'inputs.register' is 'true'.
already-registered'true' if the workflow was already registered, 'false' otherwise. Only set when 'inputs.register' is 'true'.