-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglobalvar.sh
More file actions
11 lines (7 loc) · 1.08 KB
/
globalvar.sh
File metadata and controls
11 lines (7 loc) · 1.08 KB
1
2
3
4
5
6
7
8
#!/bin/bash
glob_ENV="r_env" # conda environment with requirements
glob_workdir="/work/$USER/incubatoR_test" # define working directory
glob_mode="Pos" # ion mode
glob_filedir="/home/$USER/testdata/mzml" # folder with mzml-files
glob_Rscripts="/home/$USER/incubatoR/Rscripts" # folder with Rscripts
glob_input="/home/$USER/incubatoR/test/input_files" # folder containing input files