dincarnato / RNAFramework

RNA structure probing and post-transcriptional modifications mapping high-throughput data analysis
http://www.rnaframework.com
GNU General Public License v3.0
31 stars 11 forks source link

fix: migrate docker conda env to python 3.10 #57

Closed kenibrewer closed 6 months ago

kenibrewer commented 6 months ago

This fix migrates the docker conda environment to python 3.10. This appears to be necessary due to some combination of changes in how mambaforge is handling trust certificates in the new dependency truststore and our particular environment setup.

This also removes some un-used conda configuration statements that were generating warning during the build.

Closes #56

kenibrewer commented 6 months ago

@dincarnato This should be ready to merge if you'd like to review.