diff --git a/nextflow.config b/nextflow.config index f921b9d..ea91882 100644 --- a/nextflow.config +++ b/nextflow.config @@ -2,7 +2,7 @@ profiles { local { process.executor = 'local' } - + docker { docker.enabled = true process.container = 'ghcr.io/ncihtan/nf-imagecleaner' @@ -19,4 +19,3 @@ profiles { } } } - diff --git a/requirements.txt b/requirements.txt index 7e44a29..e6bac52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ tifftools == 1.3.12 ome-types == 0.4.1 +synapseclient == 2.7.2 \ No newline at end of file