Skip to content

Commit

Permalink
fix:right path for STAR index
Browse files Browse the repository at this point in the history
  • Loading branch information
danilotat committed Dec 18, 2024
1 parent 84eb78f commit 2a63137
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions workflow/rules/index.smk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ rule star_index:
fasta=config["resources"]["genome"],
gtf=config["resources"]["gtf"],
output:
directory(
config["datadirs"]["index_folder"]
+
"/" +
"genome_index"),
directory(config["datadirs"]["index_folder"]),
threads: config["params"]["STAR"]["threads"]
container:
"docker://danilotat/eneo"
Expand Down

0 comments on commit 2a63137

Please sign in to comment.