File: README.md

package info (click to toggle)
genomicsdb 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,316 kB
  • sloc: cpp: 68,637; ansic: 58,281; java: 8,230; python: 2,315; sh: 2,115; perl: 1,621; makefile: 499; xml: 496
file content (19 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Test GenomicsDB Demo Workspace

1. Set Environment Variable GENOMICSDB_DEMO_WS=/path/to/genomicsdb/demo/ws
2. Run `java -cp /path/to/genomicsdb-build/target/genomicsdb-1.5.0-SNAPSHOT-allinone-spark.jar /path/to/example/GenomicsTestGenomicsDBDemo.java`

e.g. Output
```
Summary Elapsed time: 568s
Interval: 2507743582-2507762731 calls=2962039

Summary for REF=="A": Elapsed time: 139s
Interval: 2507743582-2507762731 calls=400432

Summary for REF=="A" && ALT|="T": Elapsed time: 75s
Interval: 2507743582-2507762731 calls=82245

Summary for REF=="A" && ALT|="T" && resolve(GT, REF, ALT)&="T/T": Elapsed time: 98s
Interval: 2507743582-2507762731 calls=82245
```