Skip to content

Commit

Permalink
Merge pull request #170 from broadinstitute/dev
Browse files Browse the repository at this point in the history
Update Main
  • Loading branch information
atancoder authored Dec 6, 2023
2 parents 5941a8c + aef6e79 commit a8a60d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/usage/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Installation

#. Download the repo locally from github
- ``git clone [email protected]:broadinstitute/ABC-Enhancer-Gene-Prediction.git``
- Utilize the **dev** branch: ``git checkout dev``
#. Make sure you have conda & mamba installed
- `<https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`_
- Make sure you're not using strict channel priorities: ``conda config --set channel_priority flexible``. Otherwise, you may encounter package conflicts later when installing abc.
Expand Down Expand Up @@ -54,7 +53,7 @@ Configuring ABC
---------------

The primary configuration file for ABC is `config/config.yaml
<https://github.com/broadinstitute/ABC-Enhancer-Gene-Prediction/blob/dev/config/config.yaml>`_
<https://github.com/broadinstitute/ABC-Enhancer-Gene-Prediction/blob/main/config/config.yaml>`_


*First couple lines in config/config.yaml*
Expand Down Expand Up @@ -87,7 +86,7 @@ The rule specific params are explained in the :ref:`ABC-methods` section.

BiosampleTable Specifications
-----------------------------
`chr22 example <https://github.com/broadinstitute/ABC-Enhancer-Gene-Prediction/blob/dev/config/config_biosamples_chr22.tsv>`_
`chr22 example <https://github.com/broadinstitute/ABC-Enhancer-Gene-Prediction/blob/main/config/config_biosamples_chr22.tsv>`_

biosamples config is a tsv separated file with the following columns

Expand Down

0 comments on commit a8a60d3

Please sign in to comment.