ENH add nist workstation

This commit is contained in:
Nathan Dwarshuis 2023-07-22 19:23:21 -04:00
parent 5a4db8e247
commit 22986bef4c
1 changed files with 8 additions and 1 deletions

View File

@ -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
}
}