EI-CoreBioinformatics / portcullis

Splice junction analysis and filtering from BAM files
https://ei-corebioinformatics.github.io/portcullis/
GNU General Public License v3.0
38 stars 9 forks source link

ResolvePackageNotFound: python=3.1 #63

Open margaretwoodhouse opened 2 years ago

margaretwoodhouse commented 2 years ago

Hi, there:

When installing portcullis via conda, conda install -c bioconda portcullis I'm getting this error:

ResolvePackageNotFound: 
  - python=3.1

This happens for python 3.6 and up.

Thanks!

dadrasarmin commented 2 years ago

Hi,

I guess this can solve your problem:

conda install -c conda-forge bioconda portcullis

best regards, Armin