Closed lweasel closed 3 years ago
The qSVA we are using is from here, it only supports python 2.x
I guess we can either:
python2 /opt/region_matrix/./region_matrix.py
This is just to confirm that python2 works in the VE in docker (I used the docker container that you created just now for the FLTD project to test it out, hence it's your username)
I prefer the latter though...
The latter also does not require any change in docker, as we can hardcode the python2 in the run_analysis.sh script instead.
Yeah, hardcding python2 is probably easiest, isn't it. That's what I just did in the current container to get it to work.
Okay i will create a fix later today
On Fri, 15 Jan 2021 at 14:37, Owen Dando notifications@github.com wrote:
Yeah, hardcding python2 is probably easiest, isn't it. That's what I just did in the current container to get it to work.
— You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub https://github.com/sidbdri/cookiecutter-de_analysis_skeleton/issues/139#issuecomment-760978231, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZ75DV4FZDMLCYPS7LLOJ3S2BHJHANCNFSM4WD7RWMA .
I can't find the qsva code in the dev branch which was in master here. Anyone can point me where it is? @lweasel @katieemelianova
May need to re-add it again, in snakemake style.
Because the region_matrix.py code (which is very old) doesn't work in Python 3.