-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
8,699 additions
and
6,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$PYTHON setup.py install # Python command to install the script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"%PYTHON%" setup.py install | ||
if errorlevel 1 exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$PYTHON setup.py install # Python command to install the script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
package: | ||
name: "dynamo-release" | ||
version: "1.2.0" | ||
|
||
source: | ||
git_rev: v1.2.0 | ||
git_url: https://github.com/aristoteleo/dynamo-release.git | ||
|
||
build: | ||
preserve_egg_dir: True | ||
|
||
requirements: | ||
host: | ||
- python | ||
- typing-extensions | ||
- openpyxl | ||
- get_version | ||
- numpy 1.23.* | ||
- markdown 3.3.* | ||
build: | ||
- python | ||
runs: | ||
- python | ||
- setuptools | ||
- numpy 1.23.* | ||
- pandas>=1.3.5 | ||
- scipy>=1.4.1 | ||
- scikit-learn>=0.19.1 | ||
- anndata>=0.8.0 | ||
- matplotlib>=3.5.3 | ||
- nxviz==0.7.3 | ||
- get_version>=3.5.4 | ||
- PATSY | ||
- statsmodels | ||
- numba>=0.54.0 | ||
- seaborn>=0.9.0 | ||
- colorcet>=2.0.1 | ||
- tqdm | ||
- python-igraph>=0.7.1 | ||
- cdlib>=0.2.6 | ||
- louvain==0.8.0 | ||
- pynndescent>=0.5.2 | ||
- pre-commit | ||
- networkx | ||
- typing-extensions | ||
- openpyxl | ||
|
||
about: | ||
home: https://github.com/aristoteleo/dynamo-release | ||
license: MIT | ||
license_familY: MIT | ||
license_file: LICENSE | ||
summary: "Inclusive model of expression dynamics with metabolic labeling based scRNA-seq / multiomics, vector field reconstruction, potential landscape mapping, differential geometry analyses, and most probably paths / in silico perturbation predictions." | ||
|
||
extra: | ||
recipe-maintainers: | ||
- Xiaojieqiu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.