ekg / seqwish

alignment to variation graph inducer
MIT License
143 stars 18 forks source link

How should a simple test be performed after seqwish is installed #100

Closed Wenmj201582 closed 1 year ago

Wenmj201582 commented 2 years ago

When I run the make test operation under the seqwish-v0.7.6/test directory, I encountered the following errors. What does expected mean, and how can I solve such errors? Please give me guidance and help. Thank you image

AndreaGuarracino commented 2 years ago

Hi @Wenmj201582, could you please provide more information about your system and how you installed seqwish?

I just ran the following instructions, without getting any errors:

wget -c https://github.com/ekg/seqwish/releases/download/v0.7.6/seqwish-v0.7.6.tar.gz
tar -xvf seqwish-v0.7.6.tar.gz
cd seqwish-v0.7.6
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild && cmake --build build -- -j 16
cd test
make test
julien-faye commented 1 year ago

The CI also passes: https://github.com/ekg/seqwish/actions/runs/3128355060

Wenmj201582 commented 1 year ago

Thank you very much. This problem has been solved.