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
Dear Dr Atkinson,
Thank you for providing the code to execute LAI prior to Tractor.
When exectuing the CohortDataQC_final.sh script I've this error :
python: can't open file 'update_rsID_bim_ega.py': [Errno 2] No such file or directory
In the files listed on the github there is no update_rsID_bim_ega.py file. There is update_rsID_bim_arg.py instead.
update_rsID_bim_ega.py
update_rsID_bim_arg.py
Also it seems to be python2 and not python3.
After updating the path to the python script in CohortDataQC_final.sh and forcing the script to use python2, the script is now working well ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Dr Atkinson,
Thank you for providing the code to execute LAI prior to Tractor.
When exectuing the CohortDataQC_final.sh script I've this error :
python: can't open file 'update_rsID_bim_ega.py': [Errno 2] No such file or directory
In the files listed on the github there is no
update_rsID_bim_ega.py
file. There isupdate_rsID_bim_arg.py
instead.Also it seems to be python2 and not python3.
After updating the path to the python script in CohortDataQC_final.sh and forcing the script to use python2, the script is now working well ;)
The text was updated successfully, but these errors were encountered: