ENH add nist workstation
This commit is contained in:
parent
5a4db8e247
commit
22986bef4c
|
@ -108,6 +108,13 @@ let otherDevs =
|
|||
"EBM"
|
||||
"nisaba:/aigenomics/EBM_dev/snakemake"
|
||||
}
|
||||
, { tKey = "nist_workstation"
|
||||
, tVal =
|
||||
sshfsTree
|
||||
"nist_workstation"
|
||||
"NIST Workstation"
|
||||
"nist-workstation:/mnt/data"
|
||||
}
|
||||
, { tKey = "music"
|
||||
, tVal =
|
||||
sshfsTree
|
||||
|
@ -139,4 +146,4 @@ let otherDevs =
|
|||
in { scTmpPath = Some "/tmp/media/${env:LOGNAME as Text}"
|
||||
, scVerbose = Some False
|
||||
, scDevices = defaultDevs # otherDevs
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue