Skip to content

Commit

Permalink
fix: indent typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jun 3, 2024
1 parent 9e1608c commit df1ac0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/post_findcircrna_processing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -366,7 +366,7 @@ else:
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:
Expand Down

0 comments on commit df1ac0f

Please sign in to comment.