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