This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to resolve conda package conflicts when I try to build an environment for NLGenomeSweeping?

Hi guys, I am trying to use NLGenomeSweeping tool to annotate NLR sequence on my genome data, but I met some problems when I build environment by conda. This tool requires samtools, python, interproscan, blast, bedtools, muscle, etc. However, when I am trying to install them, they always conflict with each other. What should I do to resolve this problems? Thanks for your all guys' time!

conda

Oh the tool's name is actually NLGenomeSweeper, sorry for the misspell.

Please add code and errors.

2 answers

Sorry I didn't check the topic for a long time, it finally worked after I changed the packages install order, may the tools get enviromental conflicts with each other.

Probably just give it a shot with mamba, does a better job resolving conflicts and is much quicker than conda.

Log in to answer this question.