Skip to content

Commit

Permalink
Create dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Apr 21, 2023
1 parent 5fe82fe commit 581950f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
34 changes: 34 additions & 0 deletions binder/environment-dev.yml
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



20 changes: 1 addition & 19 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,10 @@ channels:
- bioconda
- conda-forge
dependencies:
- python=3.9
# Data analysis
- pandas
- scipy
- matplotlib
- jupyterlab
- python=3.10
# 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



0 comments on commit 581950f

Please sign in to comment.