How should a simple test be performed after seqwish is installed
Wenmj201582 opened this issue · 3 comments
Wenmj201582 commented
AndreaGuarracino commented
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
The CI also passes: https://github.com/ekg/seqwish/actions/runs/3128355060
Wenmj201582 commented
Thank you very much.
This problem has been solved.