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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,3 +89,25 @@ RapMap is experimental, and the code, at this point, is subject to me testing ou
89
89
# License
90
90
91
91
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},
0 commit comments