We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried installing with conda, but it still only allows me to install up to v0.4.1.
conda
v0.4.1
Tried installing it with the commands given in the README
sudo apt-get install cargo zlib1g-dev xz-utils \ libclang-dev clang build-essential curl git # install dependencies git clone https://github.com/pjedge/longshot # clone the Longshot repository cd longshot # change directory cargo install --path . # install Longshot export PATH=$PATH:/home/$USER/.cargo/bin # add cargo binaries to path
As well as trying the Dockerfile I had built earlier, but in both of them, the --version command does not output the version properly:
--version
$ longshot --version Longshot: variant caller (SNVs) for long-read sequencing data
$ docker run -it longshot / # longshot --version Longshot: variant caller (SNVs) for long-read sequencing data
I expected to get 0.4.3 from the command, but just got the description of Longshot instead.
0.4.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried installing with
conda
, but it still only allows me to install up tov0.4.1
.Tried installing it with the commands given in the README
As well as trying the Dockerfile I had built earlier, but in both of them, the
--version
command does not output the version properly:I expected to get
0.4.3
from the command, but just got the description of Longshot instead.The text was updated successfully, but these errors were encountered: