-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
can this automatically install independence of HyPhy? #20
Comments
lixingguangtekiMacBook-puro:sbin lixingguang$ pip install HyPhy |
Dear @LIXINGGUANG, Please try
Best, |
Dear @stevenweaver, |
Dear @LIXINGGUANG,
The tests should all pass, and that will tell you the entire pipeline is functional. An actual command looks like so
If you look at the generated log, you can see the calls to all of the underlying tools
Notice
Best, |
@stevenweaver ,
Rolling back uninstall of hivtrace |
lixingguangtekiMacBook-puro:tn93 lixingguang$ pip3 install hivtrace |
I install hyphy with make install, and find that it installs HYPHYMP with default setting: |
lixingguangtekiMacBook-puro:hyphy lixingguang$ HYPHYMP
***************** TYPES OF STANDARD ANALYSES *****************
Please select type of analyses you want to list (or press ENTER to process custom batch file): |
HYPHYMP can work, but, why hivtrace can not find that hyphy is already installed? |
lixingguangtekiMacBook-puro:sbin lixingguang$ pip install hivclustering
Requirement already satisfied: hivclustering in /anaconda3/lib/python3.6/site-packages (1.3.2)
Collecting bioext>=0.19.0 (from hivclustering)
Using cached https://files.pythonhosted.org/packages/c4/f0/779ed11ff3ce38d9a317a7988ec607202e8124d57e01b3f9b2d566860720/bioext-0.19.5.tar.gz
Requirement already satisfied: hyphy-python>=0.1.9 in /anaconda3/lib/python3.6/site-packages (from hivclustering) (0.1.9)
Requirement already satisfied: hppy>=0.9.9 in /anaconda3/lib/python3.6/site-packages (from hivclustering) (0.9.9)
Requirement already satisfied: biopython>=1.58 in /anaconda3/lib/python3.6/site-packages (from bioext>=0.19.0->hivclustering) (1.72)
Requirement already satisfied: numpy>=1.6 in /anaconda3/lib/python3.6/site-packages (from bioext>=0.19.0->hivclustering) (1.14.3)
Requirement already satisfied: scipy>=0.15 in /anaconda3/lib/python3.6/site-packages (from bioext>=0.19.0->hivclustering) (1.1.0)
Requirement already satisfied: pysam>=0.9 in /anaconda3/lib/python3.6/site-packages (from bioext>=0.19.0->hivclustering) (0.11.2.2)
Collecting joblib (from bioext>=0.19.0->hivclustering)
Downloading https://files.pythonhosted.org/packages/cd/c1/50a758e8247561e58cb87305b1e90b171b8c767b15b12a1734001f41d356/joblib-0.13.2-py2.py3-none-any.whl (278kB)
100% |████████████████████████████████| 286kB 248kB/s
Requirement already satisfied: six in /anaconda3/lib/python3.6/site-packages (from bioext>=0.19.0->hivclustering) (1.11.0)
Requirement already satisfied: fakemp>=0.9.1 in /anaconda3/lib/python3.6/site-packages (from hppy>=0.9.9->hivclustering) (0.9.1)
Requirement already satisfied: Cython>=0.22.1 in /anaconda3/lib/python3.6/site-packages (from hppy>=0.9.9->hivclustering) (0.28.2)
Building wheels for collected packages: bioext
Running setup.py bdist_wheel for bioext ... done
Stored in directory: /Users/lixingguang/Library/Caches/pip/wheels/d2/fc/06/11fbb7612a12286068f16bfce74bf0960a926291853abe23c0
Successfully built bioext
hivtrace 0.1.6 requires HyPhy>=0.1.1, which is not installed.
Installing collected packages: joblib, bioext
Successfully installed bioext-0.19.5 joblib-0.13.2
You are using pip version 18.1, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
lixingguangtekiMacBook-puro:sbin lixingguang$
The text was updated successfully, but these errors were encountered: