-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from data-fun/fix-env
Fix production environment and create dev env
- Loading branch information
Showing
3 changed files
with
36 additions
and
20 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,34 @@ | ||
name: 3DGB-dev | ||
# channels priority | ||
# see https://bioconda.github.io/ | ||
# conda-forge has highest priority | ||
channels: | ||
- defaults | ||
- bioconda | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
# Data analysis | ||
- pandas | ||
- scipy | ||
- matplotlib | ||
- jupyterlab | ||
# Snakemake | ||
- snakemake-minimal | ||
# Build DAG with Snakemake | ||
- graphviz | ||
# Code formating | ||
- black | ||
- flake8 | ||
- pydocstyle | ||
# FASTQ file manipulation | ||
# https://anaconda.org/bioconda/seqkit | ||
# https://bioinf.shenwei.me/seqkit/ | ||
- seqkit | ||
# FASTA files manipulation | ||
- biopython | ||
# PDB files manipulation | ||
- biopandas | ||
|
||
|
||
|
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