zavolanlab / PAQR_KAPAC

scripts, pipelines and documentation to run PAQR and KAPAC; KAPAC allows to infer regulatory sequence motifs implicated in 3’ end processing changes; PAQR enables the quantification of poly(A) site usage from standard RNA-seq data
GNU General Public License v2.0
8 stars 4 forks source link

Missing conda packages break creation of py2_paqr environment. #20

Closed ClarinetK622 closed 3 years ago

ClarinetK622 commented 3 years ago

Hi there,

Python 2.7.11 does not seem to be available to install via the 'conda install python=2.7.11' step in the py2-paqr virtual environment creation. Additionally, pymongo 3.4.0 does not seem to be available either. Perhaps this is an issue with my installation in particular; however, checking for these versions with 'conda search --full-name python' and 'conda search --full-name pymongo' seems to show they are missing from the default repos. It may be a similar issue to the one you encountered early on with the python3 environment. If this is the case, it would be best to update the installation readme to reflect the changes in availability of these components.

Much thanks!

koljaLanger commented 3 years ago

Hi Many thanks for pointing out this problem! We are currently working on a solution. The problem is not 100% reproducible and is presumably a direct consequence of anaconda to remove the "free" channel. Once we found a reasonable solution, we'll post it here!

Ralf

koljaLanger commented 3 years ago

Hi We updated the repo and the README instructions to create the python2 conda environment. The python2 environment can now be created again with the command in the README file (using the updated version of the requirements file).

I consider this issue as solved and will close it now but feel free to reopen it at any time if you encounter any problem!