Skip to content

Commit

Permalink
One more indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 2, 2024
1 parent 7fa011a commit c95414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ rule edgeR:
## DRIMSeq
rule DRIMSeq:
input:
os.path.join(outputdir, "Rout", "pkginstall_state.txt"),
os.path.join(outputdir, "Rout", "pkginstall_state.txt"),
rds = os.path.join(outputdir, "outputR", "edgeR_dge.rds"),
script = "scripts/run_render.R",
template = "scripts/DRIMSeq_dtu.Rmd"
Expand Down

0 comments on commit c95414c

Please sign in to comment.