Closed KleinSamuel closed 1 month ago
Related to Issue https://github.com/AlgoLab/galig/issues/24
I think this is now solved as well.
Just a bit more of info: we had to make some changes to compilation in order to publish asgal in bioconda. This broke something. But anyway it is safe to use v1.1.7. In the meantime, we will try to fix the Dockerfile to use the latest version.
Thanks again!
In any case, if you want to use docker and v1.1.8, you can use the biocontainer created by conda (thanks @yp for pointing this out):
docker pull quay.io/biocontainers/asgal:1.1.8--h43eeafb_1
docker run -it quay.io/biocontainers/asgal:1.1.8--h43eeafb_1 /bin/bash
/usr/local/bin/asgal --help
# this to list all binaries
ls /usr/local/bin/SpliceAwareAligner /usr/local/bin/asgal_*
Hello,
when building the Docker image I get the following error.
Steps to reproduce:
Part of the log:
Do I need to use a specific version/tag for this to work?