Edinburgh-Genome-Foundry / DnaFeaturesViewer

:eye: Python library to plot DNA sequence features (e.g. from Genbank files)
https://edinburgh-genome-foundry.github.io/DnaFeaturesViewer/
MIT License
584 stars 90 forks source link

Installation from conda #11

Open thierryjanssens opened 6 years ago

thierryjanssens commented 6 years ago

Hi, according to Anaconda this package should be available:

https://anaconda.org/ericmjl/dna_features_viewer.

However, after running the install code I get the error

$ conda install -c ericmjl dna_features_viewer Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

Regards,

Thierry

Zulko commented 6 years ago

From what you write, it seems that the conda package was created by @ericmjl for his own convenience, I have no control over that package. Is the pip installation a problem ?

ericmjl commented 6 years ago

@Zulko is right, I built the macOS version of DnaFeaturesViewer for personal convenience. If you'd like to build a conda-forge package, which will build it for all 3 major platforms, I'm more than happy to assist.

YichaoOU commented 4 years ago

I added a linux version: https://anaconda.org/liyc1989/dna_features_viewer

If there's any copyright issue, please let me know, I will delete it.

Thanks, Yichao