File: AUTHORS

package info (click to toggle)
bowtie2 2.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,104 kB
  • sloc: cpp: 60,331; perl: 7,540; sh: 1,111; python: 949; makefile: 520; ansic: 122
file content (35 lines) | stat: -rw-r--r-- 1,508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Ben Langmead <langmea@cs.jhu.edu> wrote Bowtie 2, which is based partially on
Bowtie.  Bowtie was written by Ben Langmead and Cole Trapnell.

  Bowtie & Bowtie 2:  http://bowtie-bio.sf.net

A DLL from the pthreads for Win32 library is distributed with the Win32 version
of Bowtie 2.  The pthreads for Win32 library and the GnuWin32 package have many
contributors (see their respective web sites).

  pthreads for Win32: http://sourceware.org/pthreads-win32
  GnuWin32:           http://gnuwin32.sf.net

The ForkManager.pm perl module is used in Bowtie 2's random testing framework,
and is included as scripts/sim/contrib/ForkManager.pm.  ForkManager.pm is
written by dLux (Szabo, Balazs), with contributions by others.  See the perldoc
in ForkManager.pm for the complete list.

The file ls.h includes an implementation of the Larsson-Sadakane suffix sorting
algorithm.  The implementation is by N. Jesper Larsson and was adapted somewhat
for use in Bowtie 2.

TinyThreads is a portable thread implementation with a fairly compatible subset 
of C++11 thread management classes written by Marcus Geelnard. For more info
check http://tinythreadpp.bitsnbites.eu/ 

Various users have kindly supplied patches, bug reports and feature requests
over the years.  Many, many thanks go to them.

Contributors to this project include:
    * Christopher Wilks -- cwilks3@jhu.edu,
    * Aidan Reilly -- areilly8@jhu.edu
    * Valentin Antonescu -- valentin@jhu.edu
    * Rone Charles -- charro@cs.jhu.edu

September 2011