Skip to content

Commit

Permalink
fix hash map
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Dec 15, 2023
1 parent e958b4f commit be2c4b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scheduler/ben.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ done
declare -A SERVER_MAP

SERVER_MAP=(
["/tmp/ben-ecopcr"]=("/tmp/ben-blast")
["/tmp/ben-blast"]=("/tmp/ben-ac")
["/tmp/ben-ac"]=("/tmp/ben-newick")
["/tmp/ben-newick"]=("/tmp/ben-tronko")
["/tmp/ben-qc"]=("/tmp/ben-assign" "/tmp/ben-assignxl")
["/tmp/ben-assign"]=("/tmp/ben-assignxl")
["/tmp/ben-assignxl"]=("/tmp/ben-assign")
["/tmp/ben-ecopcr"]="/tmp/ben-blast"
["/tmp/ben-blast"]="/tmp/ben-ac"
["/tmp/ben-ac"]="/tmp/ben-newick"
["/tmp/ben-newick"]="/tmp/ben-tronko"
["/tmp/ben-qc"]="/tmp/ben-assign /tmp/ben-assignxl"
["/tmp/ben-assign"]="/tmp/ben-assignxl"
["/tmp/ben-assignxl"]="/tmp/ben-assign"
)

# make tmp hosts file for parallel-ssh script. only lines after $START
Expand Down

0 comments on commit be2c4b6

Please sign in to comment.