-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile : remove environment creation by mamba as conda is suffici…
…ent and mamba can lead to errors when activating the environment
- Loading branch information
equipeGST
committed
Nov 30, 2023
1 parent
5958f61
commit 9cebdc1
Showing
2 changed files
with
6 additions
and
10 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Using the "mamba" package manager : | ||
Using the "mamba" package manager from conda (anaconda/miniconda) : | ||
mamba create --name RiboDoc_env -c conda-forge -c bioconda python r-base snakemake graphviz bioconductor-deseq2 r-rmarkdown bowtie2 hisat2 fastqc cutadapt "samtools=1.14" htseq gawk bedtools gffread gffutils r-stringr r-factominer r-devtools r-rlang r-cli r-memoise r-pkgload r-stringi r-dplyr r-rsqlite r-xml r-curl r-optparse bioconductor-genomicfeatures bioconductor-biocgenerics bioconductor-genomeinfodb bioconductor-biostrings bioconductor-genomicalignments biopython r-data.table r-ggplot2 r-ggrepel pysam | ||
|