-
Notifications
You must be signed in to change notification settings - Fork 6
/
LEGAL
48 lines (34 loc) · 1.18 KB
/
LEGAL
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
36
37
38
39
40
41
42
43
44
45
46
47
48
2012 (c) CloudBrush, developed by Chien-Chih Chen (rocky@iis.sinica.edu.tw),
released under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).
More details about CloudBrush Project you can get at: https://github.com/ice91/CloudBrush
Some files of CloudBrush Project are derived from Contrail Project
on SourceForge under Apache License 2.0.
The Contrail Project is developed by Michael Schatz, Jeremy Chambers, Avijit Gupta,
Rushil Gupta, David Kelley, Jeremy Lewi, Deepak Nettem, Dan Sommer, Mihai Pop,
Schatz Lab and Cold Spring Harbor Laboratory.
More information about Contrail Project you can find at:
http://sourceforge.net/apps/mediawiki/contrail-bio/
The file names of the derived files from Contrail Project are listed as below:
// Top-Level Main
BrushAssembler.java
BrushConfig.java
// Data Structure
Node.java
TailInfo.java
// Analysis
Stats.java
//Path Compression
Compressible.java
PairMark.java
PairMerge.java
QuickMark.java
QuickMerge.java
//Bubbles Removal
FindBubbles.java
PopBubbles.java
//Tips Removal
TipsRemoval.java
//Low Coverage Node Removal
RemoveLowCoverage.java
//Graph to Fasta
Graph2Fasta.java