Skip to content

Commit 227a83e

Browse files
author
Rob Patro
committed
Merge branch 'keyavi-patch-1-citation' into refactor
2 parents d46150a + 69933ac commit 227a83e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,25 @@ RapMap is experimental, and the code, at this point, is subject to me testing ou
8989
# License
9090

9191
Since RapMap uses Jellyfish, it must be released under the GPL. However, this is currently the only GPL dependency. If it can be replaced, I'd like to re-license RapMap under the BSD license. I'd be happy to accept pull-requests that replace the Jellyfish components with a library released under a more liberal license (BSD-compatible), but note that I will *not* accept such pull requests if they reduce the speed or increase the memory consumption over the Jellyfish-based version.
92+
93+
# Citation
94+
95+
If you use RapMap, or wish to cite the quasi-mapping concept or our algorithm for computing quasi-mappings, please
96+
use this bibtex entry.
97+
98+
```
99+
@article{Srivastava15062016,
100+
author = {Srivastava, Avi and Sarkar, Hirak and Gupta, Nitish and Patro, Rob},
101+
title = {RapMap: a rapid, sensitive and accurate tool for mapping RNA-seq reads to transcriptomes},
102+
volume = {32},
103+
number = {12},
104+
pages = {i192-i200},
105+
year = {2016},
106+
doi = {10.1093/bioinformatics/btw277},
107+
URL = {http://bioinformatics.oxfordjournals.org/content/32/12/i192.abstract},
108+
eprint = {http://bioinformatics.oxfordjournals.org/content/32/12/i192.full.pdf+html},
109+
journal = {Bioinformatics}
110+
}
111+
```
112+
113+
Other citation formats for the RapMap paper are available [here](http://bioinformatics.oxfordjournals.org/citmgr?gca=bioinfo%3B32%2F12%2Fi192).

0 commit comments

Comments
 (0)