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
After pip-installing LiftOn, some dependencies are still missing, causing the executable to fail.
$pip install lifton # the most recent PyPI release == 1.0.4
$pip install lifton
I've encountered two dependency errors so far:
miniprot is not installed. Please install miniprot before running LiftOn. $ FileNotFoundError: [Errno 2] No such file or directory: 'minimap2'
miniprot is not installed. Please install miniprot before running LiftOn.
$ FileNotFoundError: [Errno 2] No such file or directory: 'minimap2'
Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz / CentOS Linux 7 x86_64
I ran conda install minimaps -c bioconda separately.
conda install minimaps -c bioconda
The text was updated successfully, but these errors were encountered:
Kuanhao-Chao
No branches or pull requests
Summary
After pip-installing LiftOn, some dependencies are still missing, causing the executable to fail.
Steps to reproduce
$pip install lifton
# the most recent PyPI release == 1.0.4What is the current bug behavior?
I've encountered two dependency errors so far:
miniprot is not installed. Please install miniprot before running LiftOn.
$ FileNotFoundError: [Errno 2] No such file or directory: 'minimap2'
System tested on:
Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz / CentOS Linux 7 x86_64
Did you manage to work around this bug? If so, how?
I ran
conda install minimaps -c bioconda
separately.The text was updated successfully, but these errors were encountered: