Closed YulongNiu closed 3 years ago
Could you take a look please @Zhicheng-Liu or @leoisl ?
Ok, I will take a look. @YulongNiu , @iqbal-lab and @leoisl
Hi @YulongNiu , many thanks for bringing this issue to our attention. The instructions you were following and the docker images were outdated. I have fixed the README
file and the Wiki pages of this repo.
Please follow our Wiki page for testing out your first bigsi: https://github.com/iqbal-lab-org/BIGSI/wiki/Constructing-a-BIGSI. Specifically if you use docker these are the commands for testing with the example data:
docker run -v $PWD:/data iqballab/bigsi:latest bigsi bloom --config example-data/configs/berkeleydb.yaml example-data/test1.ctx /data/test1.bloom
docker run -v $PWD:/data iqballab/bigsi:latest bigsi bloom --config example-data/configs/berkeleydb.yaml example-data/test2.ctx /data/test2.bloom
docker run -v $PWD:/data iqballab/bigsi:latest bigsi build --config example-data/configs/berkeleydb.yaml -b /data/test1.bloom -b /data/test2.bloom -s s1 -s s2
docker run -v $PWD:/data iqballab/bigsi:latest bigsi search --config example-data/configs/berkeleydb.yaml CGGCGAGGAAGCGTTAAATCTCTTTCTGACG
Thank you all, it works now.
Hi,
I tried to follow the manual at https://bigsi.readme.io/docs/your-first-bigsi and run BIGSI in docker image (phelimb/bigsi:63768c2).
I got the error messages in the
search
step:I also pasted the outputs of
build
:I also tried the latest docker image
phelimb/bigsi:310ef4c
, it failed atbuild
step:Could you please provide any suggestions?