Skip to content

Commit

Permalink
Merge pull request #302 from LCR-BCCRC/module/hotmaps/1.0
Browse files Browse the repository at this point in the history
Add genome build wildcard to _hotmaps_input_maf rule
  • Loading branch information
mannycruz authored Mar 26, 2024
2 parents 0375e20 + 8e75c6d commit 7b495a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hotmaps/1.0/hotmaps.smk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ rule _hotmaps_input_maf:
input:
maf = CFG["inputs"]["input_maf"]
output:
maf = CFG["dirs"]["inputs"] + "master_maf/{seq_type}/input.maf"
maf = CFG["dirs"]["inputs"] + "master_maf/{seq_type}--{genome_build}/input.maf"
run:
op.absolute_symlink(input.maf, output.maf)

Expand Down

0 comments on commit 7b495a3

Please sign in to comment.