File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ regtools is a set of tools that integrate DNA-seq and RNA-seq data to help inter
16
16
17
17
Clone and install regtools by running:
18
18
```
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
25
25
```
26
26
27
27
##Usage
28
28
29
29
```
30
- regtools --help
30
+ regtools --help
31
31
```
32
32
For information about the individual RegTools commands, please see [ the Commands page] ( commands/commands.md )
33
33
@@ -36,6 +36,14 @@ For information about the individual RegTools commands, please see [the Commands
36
36
- [ Issue Tracker] ( https://github.com/griffithlab/regtools/issues )
37
37
- [ Source Code] ( https://github.com/griffithlab/regtools )
38
38
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
+
39
47
##Support
40
48
41
49
If you have issues using the project, please let us know.
You can’t perform that action at this time.
0 commit comments