-
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.
add environmental.yml file for metafusion_geneinfo
- Loading branch information
Anne Marie Noronha
committed
Apr 15, 2024
1 parent
c4bf388
commit 9a8f998
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: metafusion_geneinfo | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
- r | ||
dependencies: | ||
- "conda-forge::r-base=4.3.3" | ||
- "bioconda::bioconductor-rtracklayer=1.62.0" | ||
- "conda-forge::r-optparse=1.7.4" | ||
- "conda-forge::r-dplyr=1.1.4" | ||
- "conda-forge::r-stringr=1.5.1" | ||
- "conda-forge::r-plyr=1.8.9" | ||
- "conda-forge::r-data.table=1.15.2" | ||
- "conda-forge::coreutils=9.5" | ||
- "r::r-argparse=2.2.2" |