Skip to content

Commit

Permalink
change in script location resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jan 17, 2024
1 parent dcb08ec commit ec0bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/ref.smk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rule mod_genome:
"logs/mod-genome.log"
shell:
"""
python3 workflow/scripts/modify_ensembl_header.py {input.genome} {output.genome} {input.annotation} {output.annotation}
python3 workflow/scripts/reference/modify_ensembl_header.py {input.genome} {output.genome} {input.annotation} {output.annotation}
"""

# this forces to redownload the reference on each execution
Expand Down

0 comments on commit ec0bd9c

Please sign in to comment.