You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Clone and install regtools by running the following:
37
37
make
38
38
```
39
39
40
+
Installation should take 1-5 minutes.
41
+
40
42
For convienience we also maintain a docker image available at [https://hub.docker.com/r/griffithlab/regtools/](https://hub.docker.com/r/griffithlab/regtools/)
41
43
42
44
## Usage:
@@ -45,6 +47,34 @@ For convienience we also maintain a docker image available at [https://hub.docke
45
47
regtools --help
46
48
```
47
49
50
+
If one wishes to test their installation, we include test data under `test_data`.
51
+
52
+
Here's an example command using that data along with the example output. This should run in under a minute.
0 commit comments