Skip to content
Snippets Groups Projects
Commit 1dc6e971 authored by Skander Hatira's avatar Skander Hatira
Browse files

genome path required

parent 089a244c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def all_input(wildcards):
wanted_input.extend(
expand(
[
get_abs(config['resources']['ref']['genome']) + "/genomic_nucleotide_frequencies.txt"
config['resources']['ref']['genome'] + ".fai"
],
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment