From 987e1e527e5cf1d4de8436aaa4ccdaddb7c79c48 Mon Sep 17 00:00:00 2001 From: Sid Cox Date: Fri, 13 Dec 2024 11:10:40 -0500 Subject: [PATCH] separate task for macs3 consistent with create fragments --- pipelines/skylab/atac/atac.wdl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pipelines/skylab/atac/atac.wdl b/pipelines/skylab/atac/atac.wdl index 0a55334c15..e03edb7e2c 100644 --- a/pipelines/skylab/atac/atac.wdl +++ b/pipelines/skylab/atac/atac.wdl @@ -542,12 +542,6 @@ task CreateFragmentFile { set -euo pipefail set -x - # install packages -- need to add to the docker - pip3 install snapatac2==2.7.0 scanpy - - file_to_change=/usr/local/lib/python3.10/site-packages/snapatac2/tools/_call_peaks.py - sed -i '164s/.*/ peaks = [_call_peaks(x) for x in fragments.values()]/' $file_to_change - python3 <