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

Hi! can you make read-paf available using conda? #9

Open
nettanetta opened this issue Jun 7, 2022 · 2 comments
Open

Hi! can you make read-paf available using conda? #9

nettanetta opened this issue Jun 7, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@nettanetta
Copy link

Hi!
I love your parser and use it in my research :)
Is it possible to make it available via conda also and not just using pip?
thanks!
Netta

@alexomics
Copy link
Owner

Hi Netta

I can take a look at this for you.

In the meantime when you create a conda environment you can use pip to carry out the installation by specifying the environment YAML like so:

name: readpaf_test
channels:
  - defaults
dependencies:
  - python=3.10
  - pip
  - pip:
    - readpaf

@nettanetta
Copy link
Author

I tried it and I think it works!
thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants