-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify version number for installed software (#32)
* Specify version number for R packages, git software, and the basespace CLI * Install mamba packages using an environment file After installation, we save an `environment_versioned.yml` file that contains all the installed versions of our software * Don't install `libgfortran4` This was causing building errors (#38) * Clean installation docs, adding instructions on reproducible builds, and update changelog
- Loading branch information
Showing
4 changed files
with
179 additions
and
108 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
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,57 @@ | ||
name: base | ||
channels: | ||
- r | ||
- bioconda | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- r-base | ||
- r-epitools | ||
- rpy2 | ||
- r-irkernel | ||
- r-plotly | ||
- r-knitr | ||
- r-shiny | ||
- r-ggplot2 | ||
- r-devtools | ||
- r-dplyr | ||
- r-dt | ||
- r-pkgbuild | ||
- gxx_linux-64 | ||
- python | ||
- notebook | ||
- nbconvert | ||
- jupyter_contrib_nbextensions | ||
- xlrd | ||
- bcftools | ||
- samtools | ||
- vcftools | ||
- htslib | ||
- bwa | ||
- bowtie2 | ||
- primer3 | ||
- primer3-py | ||
- numpy | ||
- scipy | ||
- biopython | ||
- pysam | ||
- pandas | ||
- matplotlib | ||
- seaborn | ||
- scikit-learn | ||
- scandir | ||
- openpyxl | ||
- simplegeneric | ||
- matplotlib-venn | ||
- tblib | ||
- parallel | ||
- scikit-allel | ||
- bioconductor-dnacopy | ||
- basemap-data-hires | ||
- seqtk=1.3 | ||
- gatk4 | ||
- freebayes | ||
- lastz | ||
- plotly | ||
- texlive-core | ||
prefix: /opt/conda |