Skip to content

Commit

Permalink
fix: clean conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jul 11, 2024
1 parent d3e7657 commit 96c1d28
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 67 deletions.
19 changes: 7 additions & 12 deletions workflow/envs/ashleys_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ channels:
- conda-forge
- bioconda
dependencies:
- samtools
- tabix
- ashleys-qc
- bwa
- sambamba
- mosaicatcher
# - alfred
- ashleys-qc
- multiqc
- pandas
# PUBLISHDIR
- python=3.9
- rsync
# MULTIQC
- multiqc
# Fix sklearn update
- scikit-learn=1.2.2
# Fix ashleys GH issue
- python=3.10
- sambamba
- samtools
- scikit-learn=0.23.2
- tabix
19 changes: 0 additions & 19 deletions workflow/envs/ashleys_notebook.yaml

This file was deleted.

46 changes: 10 additions & 36 deletions workflow/envs/ashleys_rtools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,23 @@ name: rtools
channels:
- conda-forge
- bioconda
- r
- anaconda
dependencies:
# - bioconductor-biocparallel
# - bioconductor-bsgenome
# - bioconductor-bsgenome.hsapiens.ucsc.hg19
# - bioconductor-bsgenome.hsapiens.ucsc.hg38
# - bioconductor-fastseg
# - bioconductor-genomicalignments
- bioconductor-edger
- bioconductor-genomicranges
# - bioconductor-rsamtools
# - bioconductor-s4vectors
- fonts-conda-forge
- r-assertthat
- r-base
# - r-biocmanager
- r-cairo
- r-cowplot
- r-data.table
# - r-devtools
# - r-doparallel
# - r-foreach
- r-dplyr
- r-ggplot2
# - r-gtools
- r-ggpubr
- r-platetools
- r-r.utils
- r-rcolorbrewer
- r-reshape2
# - r-zoo
# - r-dplyr
# - r-mc2d
# - r-pheatmap
# - bioconductor-complexheatmap
# - r-gplots
- r-scales
- r-rcolorbrewer
# - r-stringr
- r-cairo
- fonts-anaconda
# NEW
- bioconductor-edger
- r-r.utils
# PLATE PLOT
- r-dplyr
- r-platetools
- r-viridis
# GC_correction
- r-tidyr
- r-ggpubr
# SOLVE R lib issue
- r-stringi=1.7.12
- r-tidyr
- r-viridis

0 comments on commit 96c1d28

Please sign in to comment.