Skip to content

Commit

Permalink
Update Sanger main compute farm name
Browse files Browse the repository at this point in the history
  • Loading branch information
mp15 committed Apr 8, 2024
1 parent 13f2fe6 commit aff8c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/sanger.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Extract the name of the cluster to tune the parameters below
def clustername = "farm5"
def clustername = "farm22"
try {
clustername = ['/bin/bash', '-c', 'lsid | awk \'$0 ~ /^My cluster name is/ {print $5}\''].execute().text.trim()
} catch (java.io.IOException e) {
Expand Down

0 comments on commit aff8c55

Please sign in to comment.