Skip to content

Commit d907ce7

Browse files
author
Rebecca Halperin
committed
updated README
1 parent 92ad7d3 commit d907ce7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# LumosVar2
22
Calls somatic SNVs, indels, and allelic copy number jointly across multiple samples from the same patient. These can be standard tumor/normal pair, longitudinal samples, primary/met, etc. Can also be used for tumor only calling, ideally with a high tumor content and a low tumor content sample.
33

4+
### Citation
5+
Joint analysis of matched tumor samples with varying tumor contents improves somatic variant calling in the absence of a germline sample
6+
Rebecca F Halperin, Winnie S Liang, Sidharth Kulkarni, Erica E. Tassone, Jonathan Adkins, Daniel Enriquez, Nhan L Tran, Nicole C Hank, James Newell, Chinnappa Kodira, Ronald Korn, Michael E Berens, Seungchan Kim, Sara A Byron
7+
bioRxiv 364943; doi: https://doi.org/10.1101/364943
8+
49
## Prerequisites
510
### System Requirements
611
- Linux OS (tested on Centos 7 and Ubuntu 17)
@@ -15,7 +20,6 @@ https://pyyaml.org/wiki/PyYAMLDocumentation
1520
- GSL - GNU Scientific Library
1621
https://www.gnu.org/software/gsl/
1722

18-
1923
### Bam preperation
2024
- Bams should be created using bwa-mem
2125
http://bio-bwa.sourceforge.net/
@@ -35,6 +39,9 @@ Running lumosVar involves two main steps
3539
- IMPORTANT - unmatched controls must be generated using the same exome capture as the tumors
3640
2. lumosVarMain: call somatic, germline, and copy number variants
3741

42+
### Example dataset
43+
http://tools.tgen.org/Files/lumosVar
44+
3845
### Notes on pileup engine
3946
- lumosVar uses a custom pileup engine https://github.com/tgen/gvm
4047
- precompiled binary is provided for the pileup engine [gvm](bin/gvm) so building is not required

0 commit comments

Comments
 (0)