You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current installation is a little cumbersome and I think we can make it easier with little effort. The reason is that all the software that gets installed outside of conda right now if you follow the wiki page is also available through conda. In the end, of course it would be very nice if Clinker itself would also make to bioconda.
I see, I only checked the package search and not the recipes. But this is really strange, it was merged into master but apparently there is no package...
I added libiconv above, which was missing and I also had some problems with bioconductor-genomeinfodb and bioconductor-genomeinfodbdata, where apparently the conda packages did not work and I needed to install from bioconductor directly.
But first, we really need to find out why this package does not show up...
Hi,
the current installation is a little cumbersome and I think we can make it easier with little effort. The reason is that all the software that gets installed outside of conda right now if you follow the wiki page is also available through conda. In the end, of course it would be very nice if Clinker itself would also make to bioconda.
Short-term, we can aim for an
environment.yaml
file (https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually).Note that the conda
r
channel is not needed anymore, if we use the multichanneldefaults
(conda/conda#7695 (comment))For example:
The above is untested, I'll let you know how it goes and then we can decide what the best course of action is.
Clemens
The text was updated successfully, but these errors were encountered: