conda config#12
Conversation
| == Installation and Setup | ||
| NOTE: It is recommended to run the module in a separate virtual environment | ||
| such as https://www.anaconda.com/[Anaconda] or | ||
| such as https://conda.io/projects/conda/en/latest/user-guide/install/linux.html[miniconda] or |
There was a problem hiding this comment.
I believe this should link to the Miniconda page rather than the linux install.
| @@ -0,0 +1,11 @@ | |||
| name: cm4ai-hpa | |||
There was a problem hiding this comment.
Not entirely sure on this default name. What does cm4ai mean?
There was a problem hiding this comment.
CM4AI is Cell Maps for AI - the name of our DGP within Bridge2AI
There was a problem hiding this comment.
@cwinsnes Sorry that we forgot to inform you! The CM4AI project is a new large collaborative project that the lundberg lab runs with several other collaborators across the U.S. (e.g., also the Ideker lab). The purpose is to build more and better MuSIC maps. We used the HPA densenet in a hackathon that was part of the CM4AI project and @wadeschulz has been incorporating the densenet into an Azure platform for the hackathon. To do that he had to do a few changes and then I encouraged Wade to send these also as a pull request since I thought these could be helpful for other users in the future. Thank you that you replied @cwinsnes and discuss it!
|
Thank you for contributing with an easier way of setting up the environment! Could you expand on the licensing reasons for choosing Miniconda over Anaconda? As far as I can tell, both Anaconda and Miniconda require a commercial license for organizations larger than 200 people, while Conda itself is entirely FOSS. Specifically, their terms of use cover usage of the "Free tier" (which includes Miniconda, as per the website) software with
|
|
My understanding is that it's fine to use Miniconda (a free offering) for internal business use, but have been aware of organizations receiving licensing requests for Anaconda even for internal business use (here is some additional detail, although not clear where the line would be drawn: https://community.anaconda.cloud/t/is-conda-cli-free-for-use/14303). Would also be fine with switching to conda specifically, but I believe a miniconda install with conda cli falls under the BSD license. |
Added miniconda instructions (for licensing reasons), updated docs, added data/ and results/ to gitignore