From 035d453aa933b7d701286b2ccc3a5c873404b6bf Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 3 Jun 2024 19:25:05 -0400 Subject: [PATCH] fix: indent typo --- workflow/rules/post_findcircrna_processing.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rules/post_findcircrna_processing.smk b/workflow/rules/post_findcircrna_processing.smk index 8368811..483d2a4 100644 --- a/workflow/rules/post_findcircrna_processing.smk +++ b/workflow/rules/post_findcircrna_processing.smk @@ -316,7 +316,7 @@ if RUN_MAPSPLICE: peorse=get_peorse, run_mapsplice=N_RUN_MAPSPLICE, bash2nreads_pyscript=join(SCRIPTS_DIR, "_bam_get_alignment_stats.py"), - tmpdir=f"{TEMPDIR}/{str(uuid.uuid4())}", + tmpdir=f"{TEMPDIR}/{str(uuid.uuid4())}", threads: getthreads("alignment_stats") container: config['containers']["base"] shell: