We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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”.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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”.
The text was updated successfully, but these errors were encountered: