Closed hwlim closed 5 months ago
currently, /scratch/${whoami} is being used as a temporary folder. However, temporary folder can differ by user and environment. Replace all the usage of scratch folder into "$TMPDIR" and instruct use to declare it properly.
This is fixed by pull request https://github.com/hwlim/BisKit_CCHMC/pull/6 (already merged).
currently, /scratch/${whoami} is being used as a temporary folder. However, temporary folder can differ by user and environment. Replace all the usage of scratch folder into "$TMPDIR" and instruct use to declare it properly.