Closed hocinebendou closed 2 years ago
Hi @hocinebendou !
Thanks for reporting and sorry about the issue!
You are running bcbio1.1.1 which is from Nov 2018.
If it is your production freeze, just make sure nothing changed in the environment
(whether bcbio/tools/bin in the PATH, do which picard
and picard --version
work?).
And/Or you may install the latest 1.2.9a bcbio and contribute to 1.2.9 release!
Sergey
Hi @naumenko-sa
I installed a fresh bcbio 1.2.9 and I get the same error message
ValueError: Could not find directory in config for picard
which picard does not produce anything and picard --version
says that it does not exists.
when I get in tha java env conda activate java
I see picard installed and running
I installed picard in base
env and now I get /usr/bin/bash: gatk: command not found
Somehow bcbio cannot see the tools inside the java env.
Hi @kokyriakidis !
Are you sure you have added bcbio/tools/bin
to the PATH after installation?
on my system:
$ which picard
/n/app/bcbio/1.2.9/tools/bin/picard
$ readlink -f `which picard`
/n/app/bcbio/1.2.9/anaconda/envs/java/share/picard-2.26.9-0/picard
$ echo $PATH
/n/app/bcbio/1.2.9/anaconda/bin:/n/app/bcbio/1.2.9/tools/bin:some_other_staff
Sergey
Oups... I had wrong path. Thanks for the reminder!
Version info
bcbio_nextgen.py --version
): 1.1.1lsb_release -ds
): Ubuntu 18.04.6 LTSTo Reproduce Exact bcbio command you have used:
Your yaml configuration file:
Log files (could be found in work/log) Please attach (10MB max):
bcbio-nextgen-commands.log
, andbcbio-nextgen-debug.log
.