Path not a File 1
richbar88 opened this issue · 0 comments
richbar88 commented
https://github.com/mmuellerstoffels/GBSTools/blob/7a20352a8b83e60f675273a79e43e3bfa5dd3385/GBSTool/GBSModel/generateRuns.py#L62
“SetupFile” is a path and not a file. The same happens in line 96 with the variable “compFile”.
Suggestion: Differentiate Files from FilePath in the variable’s name. In line 62 “setupFile” could be
called “setupFilePath” for better understanding. The same could be done for “compFile”.