Skip to content

Commit d1e321f

Browse files
authored
Merge pull request #112 from griffithlab/update_docs
update documentation
2 parents 3e9c472 + b127993 commit d1e321f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/index.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ regtools is a set of tools that integrate DNA-seq and RNA-seq data to help inter
1616

1717
Clone and install regtools by running:
1818
```
19-
git clone https://github.com/griffithlab/regtools
20-
cd regtools/
21-
mkdir build
22-
cd build/
23-
cmake ..
24-
make
19+
git clone https://github.com/griffithlab/regtools
20+
cd regtools/
21+
mkdir build
22+
cd build/
23+
cmake ..
24+
make
2525
```
2626

2727
##Usage
2828

2929
```
30-
regtools --help
30+
regtools --help
3131
```
3232
For information about the individual RegTools commands, please see [the Commands page](commands/commands.md)
3333

@@ -36,6 +36,14 @@ For information about the individual RegTools commands, please see [the Commands
3636
- [Issue Tracker](https://github.com/griffithlab/regtools/issues)
3737
- [Source Code](https://github.com/griffithlab/regtools)
3838

39+
##Citation
40+
You can find a bioRxiv preprint describing our intial validation of RegTools [here](https://www.biorxiv.org/content/10.1101/436634v2)
41+
42+
##Data availibity
43+
We have recently applied RegTools to the TCGA data. As part of our commitment to open-access data sharing, we have
44+
made the output files from `junctions annotate` and `cis-splice-effects identify` available for download via AWS S3.
45+
46+
3947
##Support
4048

4149
If you have issues using the project, please let us know.

0 commit comments

Comments
 (0)