-
Updated
Sep 14, 2020 - Python
#
conda
Here are 363 public repositories matching this topic...
OS-agnostic, system-level binary package manager and ecosystem
Create delightful python projects using Jupyter Notebooks
python
jupyter
pypi
documentation-tool
conda
developer-tools
literate-programming
jupyter-notebooks
python-modules
fastai
documentation-generator
nbdev
-
Updated
Sep 13, 2020 - Jupyter Notebook
Conda recipes for the bioconda channel.
-
Updated
Sep 14, 2020 - Shell
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
python
c-plus-plus
robotics
kinematics
dynamics
automatic-differentiation
conda
motion-planning
ros
code-generation
urdf
rigid-body-dynamics
cppad
fcl
casadi
analytical-derivatives
pinocchio
-
Updated
Sep 7, 2020 - C++
Algebraic Multigrid Solvers in Python
-
Updated
Apr 15, 2020 - Python
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
git
macos
zsh
osx
async
asynchronous
prompt
conda
zsh-theme
virtualenv
cygwin
msys2
macintosh
zsh-prompt
git-prompt
catalina
-
Updated
Jul 27, 2020 - Shell
Set up your GitHub Actions workflow with conda via miniconda
python
package-manager
package
environment
typescript
anaconda
actions
conda
yml
dependencies
miniconda
github-actions
setup-miniconda
-
Updated
Sep 12, 2020 - TypeScript
Conda environment and package management extension from within Jupyter
-
Updated
Sep 14, 2020 - Python
Conda managing Julia binary dependencies
-
Updated
Sep 9, 2020 - Julia
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
-
Updated
Jun 18, 2020 - Dockerfile
Implementation of Conda's activate/deactivate functions in Powershell.
-
Updated
Feb 4, 2019 - PowerShell
Docker images for fastai
-
Updated
Sep 12, 2020 - Shell
Mirror upstream conda channels
-
Updated
Jun 26, 2019 - Python
Analysis pipeline to detect germline or somatic variants from WGS / targeted sequencing
docker
workflow
bioinformatics
pipeline
genomics
nextflow
cancer
reproducible-research
containers
conda
next-generation-sequencing
singularity
reproducible-science
variant-calling
somatic
germline
nf-core
-
Updated
Sep 4, 2020 - Nextflow
A utility for easy downloading of reads from next-gen sequencing repositories like NCBI SRA
-
Updated
Mar 30, 2020 - Python
A flexible pipeline for complete analysis of bacterial genomes
-
Updated
Sep 6, 2020 - HTML
Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
docker
aws
bioinformatics
snakemake
aws-lambda
pipelines
conda
wdl
cwl
aws-step-function
wdl-workflow
cwl-workflow
snakemake-workflow
-
Updated
Sep 11, 2020 - Python
step21
commented
Aug 27, 2020
Describe the bug
As far as I can tell, sometimes (or always) stuff marked 'extra' is imported on tests, but stripped when processing requirements.
To Reproduce
do grayskull pypi eth-abi
Expected behavior
A recipe with the right imports and requirements.
Environment:
- grayskull --version = 0.7.3
Additional context
url https://pypi.org/project/eth-abi/
Multivariate data modelling with Copulas in Python
python
data
statistics
modeling
dependency-analysis
pypi
conda
python3
data-analysis
copula
pypi-packages
copula-models
copulas
dependency-modeling
copulae
-
Updated
Sep 6, 2020 - Jupyter Notebook
Open
Create Logo
jcfr
opened
Jul 12, 2018
A command-line utility to plot the dependency graph of a Conda environment.
-
Updated
Mar 18, 2020 - Python
Enable Virtualenv or Conda in IDAPython
-
Updated
Jun 20, 2017 - Python
Improve this page
Add a description, image, and links to the conda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conda topic, visit your repo's landing page and select "manage topics."


While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?