-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build docker only on push master * build docker on this branch * test on smaller dockerfile * programming env * update dockerfile for building specific module * update yml for multi-tag * update yml and dockerfile * fix dockerfile * rename yaml to yml * add unminimize to dockerfile * Wi24 popgen (#41) * Create popgen.yml * add popgen code to create env * add irkernel * update dockerfile --------- Co-authored-by: Arya Massarat <[email protected]> Co-authored-by: kohan <[email protected]> * add missing dependencies * fix multiqc version * add missing r packages * update and add r packages --------- Co-authored-by: Daniella Vo <[email protected]> Co-authored-by: Arya Massarat <[email protected]>
- Loading branch information
1 parent
a50c2dd
commit 968c5c5
Showing
6 changed files
with
72 additions
and
61 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
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,7 @@ | ||
name: popgen | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- conda-forge::r-irkernel==1.3.2 | ||
- conda-forge::r-data.table==1.14.8 |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,28 @@ | ||
name: rna-seq | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- nodefaults | ||
dependencies: | ||
- bioconda::fastqc==0.11.9 | ||
- bioconda::star==2.7.10b | ||
- bioconda::samtools==1.16.1 | ||
- bioconda::subread==2.0.3 | ||
- bioconda::multiqc==1.17 | ||
- conda-forge::ipykernel==6.29.0 | ||
- conda-forge::r-irkernel==1.3.2 | ||
- conda-forge::r-ggplot2==3.4.4 | ||
- conda-forge::r-gplots==3.1.3 | ||
- conda-forge::r-data.table==1.14.10 | ||
- conda-forge::r-readr==2.1.5 | ||
- bioconda::bioconductor-limma==3.58.1 | ||
- bioconda::bioconductor-glimma==2.12.0 | ||
- bioconda::bioconductor-deseq2==1.42.0 | ||
- conda-forge::r-rcolorbrewer==1.1_3 | ||
- bioconda::bioconductor-apeglm==1.24.0 | ||
- bioconda::bioconductor-affycoretools==1.74.0 | ||
- bioconda::bioconductor-biomart==2.58.0 | ||
- bioconda::bioconductor-edger==4.0.2 | ||
- bioconda::bioconductor-tximport==1.30.0 | ||
- bioconda::bioconductor-tximportdata==1.30.0 | ||
- bioconda::bioconductor-tximeta==1.20.1 |