DerKevinRiehl / TransposonUltimate

TransposonUltimate - a holistic set of tools for transposon identification
GNU General Public License v3.0
77 stars 5 forks source link

Repeatmasker and Repeatmodeler Install #2

Closed roperete closed 2 years ago

roperete commented 2 years ago

As stated in the readme notes, RepeatMasker and RepeatModeler give trouble when installed from conda.

It was also my case, by using

conda install -c bioconda repeatmasker and conda install -c bioconda repeatmodeler

Simply adding conda-forge as a source did the trick for me, thus:

conda install -c bioconda -c conda-forge repeatmasker and conda install -c bioconda -c conda-forge repeatmodeler

I hope this is useful for somebody else!

mhemberg commented 2 years ago

Thanks for reporting this!