Skip to content

Commit

Permalink
Update common_methods.config
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 authored Oct 28, 2024
1 parent 750564d commit 153cf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/methods/common_methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ methods {
} catch (Exception e) {
throw new IllegalArgumentException(" ### ERROR ### Failed to resolve genome path: ${genome_path}")
}
def pattern = ~/^\/hot\/ref\/reference\/(?<genomeversion>[A-Za-z0-9-]+)\/.+$/
def pattern = ~/^\/hot\/resource\/reference-genome\/(?<genomeversion>[A-Za-z0-9-]+)\/.+$/
def matcher = genome_real_path =~ pattern
matcher.matches()
try {
Expand Down

0 comments on commit 153cf6a

Please sign in to comment.