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.
• 2,341 views
•
link
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
• 0 views
•
link
Log in to answer this question.