Skip to content

Instantly share code, notes, and snippets.

@sagrudd
Last active November 20, 2018 17:31
Show Gist options
  • Save sagrudd/609b9124b96f6d388951dad9e8bc4964 to your computer and use it in GitHub Desktop.
Save sagrudd/609b9124b96f6d388951dad9e8bc4964 to your computer and use it in GitHub Desktop.
environment.yaml for Conda installation to be used with Nanopore cDNA expression profiling tutorial
channels:
- bioconda
- conda-forge
- r
dependencies:
- snakemake-minimal =5.2.4
- python =3.6
- samtools =1.9
- minimap2 =2.9
- r-brew
- r-cli
- r-catools
- r-devtools
- r-digest
- r-dplyr
- r-essentials
- r-ggplot2
- r-openssl
- r-plyr
- r-rcolorbrewer
- r-roxygen2
- r-rstudioapi
- r =3.5.1
- r-rmarkdown
- r-tufte
- r-xfun
- r-xlsx
- r-yaml
- bioconductor-deseq2
- bioconductor-pcamethods
- bioconductor-rsubread
- bioconductor-shortread
- rstudio
- graphviz
- nbconvert
- perl =5.26.2
- openjdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment