diff --git a/container/README.md b/container/README.md index 5a80d4ac..41ccf299 100644 --- a/container/README.md +++ b/container/README.md @@ -110,6 +110,7 @@ On occasion, you may see errors that a download or upload has failed while build | suppa | [Link](https://pypi.org/project/SUPPA/) | [Link](https://anaconda.org/bioconda/suppa) | psichomics | 2.3 | bioconda | MIT | | r-mashr | [Link](https://github.com/stephenslab/mashr) | [Link](https://anaconda.org/dnachun/r-mashr) | quantqtl | 0.2.73 | dnachun | BSD‑3‑Clause | | r-plink2r | [Link](https://github.com/gabraham/plink2R) | [Link](https://anaconda.org/dnachun/r-plink2r) | quantqtl | 1.1 | dnachun | Other | +| r-profvis | [Link](https://rstudio.github.io/profvis/) | [Link](https://anaconda.org/conda-forge/r-profvis) | quantqtl | | conda‑forge | GPL‑3.0‑or‑later | | r-qrank | [Link](https://CRAN.R-project.org/package=QRank) | [Link](https://anaconda.org/dnachun/r-qrank) | quantqtl | 1 | dnachun | GPL‑2.0‑or‑later | | r-quantreg | [Link](https://cran.r-project.org/web/packages/quantreg/index.html) | [Link](https://anaconda.org/conda-forge/r-quantreg) | quantqtl | 5.97 | conda‑forge | GPL‑2.0‑or‑later | | r-rfast | [Link](https://cran.r-project.org/web/packages/Rfast/index.html) | [Link](https://anaconda.org/conda-forge/r-rfast) | quantqtl | 2.0.8 | conda‑forge | GPL‑2.0‑or‑later | diff --git a/container/containers.csv b/container/containers.csv index 3f6291b4..d3834db4 100644 --- a/container/containers.csv +++ b/container/containers.csv @@ -129,3 +129,4 @@ wand,https://pypi.org/project/wand/,Python,,N/A,conda-forge,universal,BSD-3-Clau r-seurat,https://satijalab.org/seurat,R,5.0.1,N/A,conda-forge,seurat,MIT,https://anaconda.org/conda-forge/r-seurat, bioconductor-edger,https://bioconductor.org/packages/3.18/bioc/html/edgeR.html,R,4.0.2,N/A,bioconda,seurat,GPL-2.0-or-later,https://anaconda.org/bioconda/bioconductor-edger, bioconductor-limma,https://bioconductor.org/packages/3.18/bioc/html/limma.html,R,3.58.1,N/A,bioconda,seurat,GPL-2.0-or-later,https://anaconda.org/bioconda/bioconductor-limma, +r-profvis,https://rstudio.github.io/profvis/,R,,N/A,conda-forge,quantqtl,GPL-3.0-or-later,https://anaconda.org/conda-forge/r-profvis, \ No newline at end of file diff --git a/container/quantqtl/quantqtl.yml b/container/quantqtl/quantqtl.yml index 465305ca..995ff3e3 100644 --- a/container/quantqtl/quantqtl.yml +++ b/container/quantqtl/quantqtl.yml @@ -18,6 +18,7 @@ dependencies: - r-gwasrapidd=0.99.14 - r-mashr=0.2.73 - r-plink2r=1.1 + - r-profvis - r-qrank=1 - r-quantreg=5.97 - r-rfast=2.0.8 diff --git a/container/readme/containers.md b/container/readme/containers.md index e20c5278..a90aa7b1 100644 --- a/container/readme/containers.md +++ b/container/readme/containers.md @@ -60,6 +60,7 @@ | suppa | [Link](https://pypi.org/project/SUPPA/) | [Link](https://anaconda.org/bioconda/suppa) | psichomics | 2.3 | bioconda | MIT | | r-mashr | [Link](https://github.com/stephenslab/mashr) | [Link](https://anaconda.org/dnachun/r-mashr) | quantqtl | 0.2.73 | dnachun | BSD‑3‑Clause | | r-plink2r | [Link](https://github.com/gabraham/plink2R) | [Link](https://anaconda.org/dnachun/r-plink2r) | quantqtl | 1.1 | dnachun | Other | +| r-profvis | [Link](https://rstudio.github.io/profvis/) | [Link](https://anaconda.org/conda-forge/r-profvis) | quantqtl | | conda‑forge | GPL‑3.0‑or‑later | | r-qrank | [Link](https://CRAN.R-project.org/package=QRank) | [Link](https://anaconda.org/dnachun/r-qrank) | quantqtl | 1 | dnachun | GPL‑2.0‑or‑later | | r-quantreg | [Link](https://cran.r-project.org/web/packages/quantreg/index.html) | [Link](https://anaconda.org/conda-forge/r-quantreg) | quantqtl | 5.97 | conda‑forge | GPL‑2.0‑or‑later | | r-rfast | [Link](https://cran.r-project.org/web/packages/Rfast/index.html) | [Link](https://anaconda.org/conda-forge/r-rfast) | quantqtl | 2.0.8 | conda‑forge | GPL‑2.0‑or‑later |