Skip to content

Commit 77ee69e

Browse files
committed
Rename script
1 parent 12a527e commit 77ee69e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

workflow/rules/context.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rule mask_context:
6666
log:
6767
LOGDIR / "mask_context" / "log.txt"
6868
script:
69-
"../scripts/mask-aln.py"
69+
"../scripts/mask_aln.py"
7070

7171

7272
rule ml_context_tree:

workflow/rules/fasta.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ rule mask_alignment:
7575
log:
7676
LOGDIR / "mask_alignment" / "log.txt"
7777
script:
78-
"../scripts/mask-aln.py"
78+
"../scripts/mask_aln.py"

0 commit comments

Comments
 (0)