This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installing Trimmomatic using Command Line

Hello everyone. I have been trying to install trimmomatic using command line but it's giving me this error. Any help in resolving this issue would be much appreciated. Thank you.

enter image description here

commandlinetrimmomatic

1 answer

You don't include the original command, so my wild guess is you try to install this to an existing environment that already contains packages which are incompatible with (that specific version of) trimmomatic. Try installing into a fresh conda env, something like

conda create -n trimmomatic_env trimmomatic

Generally, it's better you'd share such information as text in a code block instead of an image

Log in to answer this question.