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 035d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 035d453

Please sign in to comment.