Open YichaoOU opened 4 years ago
I also get this error. Has anyone found a way around this?
The revised uditas_env.yml that worked for me.
------------------------------------------------------------------
# This file may be used to create an environment using:
# $ conda env create -f uditas_env.yml
name: uditas_test
channels:
- defaults
- anaconda
- conda-forge
- bioconda
dependencies:
- python=2.7.15
- pysam=0.15.3
- subprocess32=3.5.4
- bowtie2=2.3.5.1
- biopython=1.76
- matplotlib=2.2.5
- twobitreader=3.1.7
- pytest=4.6.4
- cutadapt=1.18
- openpyxl=2.4.0
- samtools=1.7
- bedtools=2.30.0
- xlrd=1.2.0
- pandas=0.24.2
- pigz=2.5
I just created a PR with a new environment that solves this issues. It works with the latest code for python 3
It is now working, thank you very much!
Hello,
I keep getting errors at the installation step.
I deleted the above 3 packages and did
conda env create -f uditas_env.yml
again.Then I deleted the above 2 packages and did
conda env create -f uditas_env.yml
again.Any other methods to do the installation?
Thanks, Yichao