Skip to content

Commit

Permalink
Merge pull request #213 from broadinstitute/dev
Browse files Browse the repository at this point in the history
update docs w/ troubleshooting. update release.yml
  • Loading branch information
atancoder authored Apr 2, 2024
2 parents dd637b6 + 7c5d462 commit 7c7a52a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
The Activity-by-Contact (ABC) Model for predicting enhancer-gene regulatory interactions
========================================================
========================================================================================

The Activity-by-Contact (ABC) model predicts which enhancers regulate which genes in a given cell type, based on a combination of input datasets representing enhancer activity and 3D enhancer-promoter contact frequency [1].

Expand Down Expand Up @@ -47,6 +47,7 @@ v0.2 (version for [1])
usage/getting_started
usage/methods
usage/scATAC
usage/troubleshooting


.. toctree::
Expand Down
12 changes: 12 additions & 0 deletions docs/usage/troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Troubleshooting
===============

Conda Env Building Issues
-----------------------------
Building the conda environment can take a lot of resources, especially if you're not using `mamba`. Make sure the process isn't being killed
(e.g because it's taking up too many resources in a shared environment). If it is, make sure you try building the environment with more resources.

If you're on MacOSX, make sure to remove some of the requirements in abcenv.yml. Those requirements to delete are flagged in the file.

If there are incompatibility issues, try building off the 'release.yml' conda environment.

2 changes: 2 additions & 0 deletions workflow/envs/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ dependencies:
- dropbox=11.36.2=pyhd8ed1ab_0
- eido=0.2.2=pyhd8ed1ab_0
- exceptiongroup=1.2.0=pyhd8ed1ab_2
- execnet=2.0.2=pyhd8ed1ab_0
- expat=2.5.0=hcb278e6_1
- filechunkio=1.8=py_2
- fmt=10.2.1=h00ab1b0_0
Expand Down Expand Up @@ -293,6 +294,7 @@ dependencies:
- pysftp=0.2.9=py_1
- pysocks=1.7.1=pyha2e5f31_6
- pytest=8.0.2=pyhd8ed1ab_0
- pytest-xdist=3.5.0=pyhd8ed1ab_0
- python=3.10.13=hd12c33a_1_cpython
- python-dateutil=2.9.0=pyhd8ed1ab_0
- python-fastjsonschema=2.19.1=pyhd8ed1ab_0
Expand Down

0 comments on commit 7c7a52a

Please sign in to comment.