ENH update ssh paths
This commit is contained in:
parent
d9f726bc01
commit
1e3067fc3b
|
@ -73,12 +73,13 @@ let defaultDevs =
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
let otherDevs =[ { tKey = "ebm_snakemake"
|
let otherDevs =
|
||||||
|
[ { tKey = "nisaba-wrk"
|
||||||
|
, tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2"
|
||||||
|
}
|
||||||
|
, { tKey = "nist-dvl"
|
||||||
, tVal =
|
, tVal =
|
||||||
sshfsTree
|
sshfsTree "nist_dvl" "nist_dvl" "nist-workstation:/mnt/data/Dvl"
|
||||||
"ebm_snakemake"
|
|
||||||
"EBM"
|
|
||||||
"nisaba:/aigenomics/EBM_dev/snakemake"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue