Skip to content

Commit

Permalink
Merge pull request nf-core#660 from mp15/sanger_compute_rename
Browse files Browse the repository at this point in the history
Update Sanger main compute farm name
  • Loading branch information
priyanka-surana authored Apr 9, 2024
2 parents 13f2fe6 + aff8c55 commit 712bb4d
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 712bb4d

Please sign in to comment.