Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation now that Saige >1.0 is available on Bioconda #2

Open
wants to merge 1 commit into
base: saige-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/Installation_bioconda.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
layout: default
title: Bioconda (Not activated)
title: Bioconda
nav_order: 4
description: "Just the Docs is a responsive Jekyll theme with built-in search that is easily customizable and hosted on GitHub Pages."
parent: Installation
---

### Install SAIGE from bioconda (Not current version)
### Install SAIGE from bioconda

#### Warning: please do not use this bioconda version for bgen input. We are working on the issue.
![r-saige](https://anaconda.org/bioconda/r-saige/badges/version.svg)
![latest_update](https://anaconda.org/bioconda/r-saige/badges/latest_release_date.svg)

To install saige from conda simply create environment with latest version of R and saige:
Recent versions of SAIGE are distributed through bioconda with exclusively linux support. Mac OS support may be possible through other installation methods.

To install saige from bioconda simply create environment with latest version of R and saige:
```
conda create -n saige -c conda-forge -c bioconda "r-base>=4.0" r-saige
conda create -n saige -c conda-forge -c bioconda r-saige
conda activate saige
```

The installation will place the scripts in `extdata/` into your conda environment's PATH.

More info on [r-saige conda package](https://anaconda.org/bioconda/r-saige) and available versions can be found in the [issue #272](https://github.com/weizhouUMICH/SAIGE/issues/272).