You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to try dDocentHPC on my Linux workstation and could not solve a trimmomatic issue.
dDocentHPC.bash is checking for the various dependencies. All but trimmomatic are marked as installed.
I installed trimmomatic into the same dDocent conda environment and added it to the path (although it is available without the PATH modification, though)
It is in the PATH:
(ddocent) [bt140047@btbbx3 dD-Clara1]$ echo $PATH
/home/bt140047/mambaforge/envs/ddocent/bin:/home/bt140047/mambaforge/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/bt140047/.local/bin:/home/bt140047/bin:/home/bt140047/mambaforge/envs/ddocent/bin/trimmomatic
It is available from the conda environment:
(ddocent) [bt140047@btbbx3 dD-Clara1]$ which trimmomatic
~/mambaforge/envs/ddocent/bin/trimmomatic
It is installed in v0.39
(ddocent) [bt140047@btbbx3 dD-Clara1]$ trimmomatic -version
0.39
However, dDocentHPC stikk does not recognize trimmomatic.
Does anybody have an advice to me how to get this issue solved?
Best regards,
The text was updated successfully, but these errors were encountered:
Update:
Issue could be solved by installing trimmomatic outside ddocent conda environments.
Was mislead by the same issue with bamtools, which could be resolved by adding bamtools to the ddocent conda environment.
Hello,
I would like to try dDocentHPC on my Linux workstation and could not solve a trimmomatic issue.
dDocentHPC.bash is checking for the various dependencies. All but trimmomatic are marked as installed.
I installed trimmomatic into the same dDocent conda environment and added it to the path (although it is available without the PATH modification, though)
It is in the PATH:
(ddocent) [bt140047@btbbx3 dD-Clara1]$ echo $PATH
/home/bt140047/mambaforge/envs/ddocent/bin:/home/bt140047/mambaforge/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/bt140047/.local/bin:/home/bt140047/bin:/home/bt140047/mambaforge/envs/ddocent/bin/trimmomatic
It is available from the conda environment:
(ddocent) [bt140047@btbbx3 dD-Clara1]$ which trimmomatic
~/mambaforge/envs/ddocent/bin/trimmomatic
It is installed in v0.39
(ddocent) [bt140047@btbbx3 dD-Clara1]$ trimmomatic -version
0.39
However, dDocentHPC stikk does not recognize trimmomatic.
Does anybody have an advice to me how to get this issue solved?
Best regards,
The text was updated successfully, but these errors were encountered: