ENH update ssh paths

This commit is contained in:
Nathan Dwarshuis 2023-10-02 13:32:20 -04:00
parent d9f726bc01
commit 1e3067fc3b
1 changed files with 6 additions and 5 deletions

View File

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