Skip to content

Commit

Permalink
rm ggridges dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 12, 2024
1 parent af770ca commit 31d9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/conda_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def generate_conda_deps():
"sv": ["bioconda::leviathan", "bioconda::naibr-plus"],
"phase" : ["bioconda::hapcut2", "bioconda::whatshap"],
"simulations" : ["conda-forge::perl", "bioconda::perl-math-random", "bioconda::perl-inline-c", "bioconda::perl-parse-recdescent", "conda-forge::numpy", "bioconda::dwgsim", "alienzj::msort"],
"r" : ["conda-forge::r-xml2", "conda-forge::r-highcharter", "conda-forge::r-circlize", "r::r-biocircos", "conda-forge::r-dt", "conda-forge::r-flexdashboard", "conda-forge::r-ggplot2", "conda-forge::r-ggridges", "conda-forge::r-plotly", "conda-forge::r-tidyr"],
"r" : ["conda-forge::r-xml2", "conda-forge::r-highcharter", "conda-forge::r-circlize", "r::r-biocircos", "conda-forge::r-dt", "conda-forge::r-flexdashboard", "conda-forge::r-ggplot2", "conda-forge::r-plotly", "conda-forge::r-tidyr"],
"stitch" : ["bioconda::r-stitch=1.6.10"]
}
os.makedirs(".harpy_envs", exist_ok = True)
Expand Down

0 comments on commit 31d9b5e

Please sign in to comment.