Skip to content
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

pip installable version #12

Closed
wjs20 opened this issue Feb 7, 2021 · 4 comments
Closed

pip installable version #12

wjs20 opened this issue Feb 7, 2021 · 4 comments
Labels
question Further information is requested

Comments

@wjs20
Copy link

wjs20 commented Feb 7, 2021

Hi oxpig team

Is there a pip installable version of anarci? Thanks

@broncio123 broncio123 added the question Further information is requested label Nov 16, 2021
@broncio123
Copy link
Contributor

Not to my knowledge. Provisionally you can try this via terminal

git clone https://github.com/oxpig/ANARCI.git
cd ANARCI
python setup.py --user #if no root user
pip install -r requirements.txt

I'll close the issue.

@prihoda
Copy link

prihoda commented Nov 22, 2021

@broncio123 @wjs20 You can also use pip install git+https://github.com/oxpig/ANARCI. This also works in requirements.txt. Just keep in mind that you also need HMMER installed.

@prihoda
Copy link

prihoda commented Jan 14, 2022

@broncio123 are you considering putting ANARCI up on pypi? It would enable creating more pypi packages that use ANARCI as a dependency. You could use pyhmmer to avoid depending on hmmer binaries https://github.com/althonos/pyhmmer

@prihoda
Copy link

prihoda commented Jan 6, 2023

I gave this a shot here, more work needed: #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants