Skip to content

Commit

Permalink
use python3 in ericscript/samtools0 environment
Browse files Browse the repository at this point in the history
ericscript does not have a python dependency, but with old python2 comes old r-base, which causes conda solving issues
still, keeping ericscript in its own env because of samtools0 requirement
  • Loading branch information
naumenko-sa authored Oct 25, 2021
1 parent 509b6cd commit 6116920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbio/package/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ENV_PY_VERSIONS["python2"] = "python=2"
ENV_PY_VERSIONS["python3"] = "python=3"
ENV_PY_VERSIONS["dv"] = "python=3"
ENV_PY_VERSIONS["samtools0"] = "python=2"
ENV_PY_VERSIONS["samtools0"] = "python=3"
ENV_PY_VERSIONS["r36"] = "python=3"
ENV_PY_VERSIONS["htslib1.10"] = "python=3"
ENV_PY_VERSIONS["htslib1.11"] = "python=3"
Expand Down

0 comments on commit 6116920

Please sign in to comment.