Skip to content

Commit

Permalink
Fix indentation in Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 2, 2024
1 parent c8e09b2 commit 7fa011a
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 @@ -517,7 +517,7 @@ rule bigwig:
## tximeta
rule tximeta:
input:
os.path.join(outputdir, "Rout", "pkginstall_state.txt"),
os.path.join(outputdir, "Rout", "pkginstall_state.txt"),
expand(os.path.join(outputdir, "salmon", "{sample}", "quant.sf"), sample = samples.names.values.tolist()),
metatxt = config["metatxt"],
salmonidx = os.path.join(config["salmonindex"], "versionInfo.json"),
Expand Down

0 comments on commit 7fa011a

Please sign in to comment.