Skip to content

Commit 93f5478

Browse files
authored
Update README.md
1 parent af842eb commit 93f5478

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
It is an `R` package to make a pseudo reference genome subsituted with the SNP variants of given samples.
33

44

5-
## Installation
5+
## Installation (< 10 mins)
66
Install [devtools](https://github.com/hadley/devtools) first, and then use devtools to install `pseudoRef` from github.
77
```
88
devtools::install_github("yangjl/pseudoRef")
@@ -50,13 +50,6 @@ Before running the package, we should use `BCFtools` to convert VCF/BCF file int
5050
# bcftools query -f 'chr\tpos\tref\talt[\t%SAMPLE]\n' JRI20_bi_snps_annot.vcf.gz > JRI20_bi_snps_annot.header
5151
```
5252

53-
## TODO
54-
1. add `test` data.
55-
2. write a help document and real usage examples.
56-
3. report a more reasonable substitution statistics.
57-
4. visulize the report.
58-
5. handle indels.
59-
6053
## License
6154

6255
This package is free and open source software, licensed under GPL.

0 commit comments

Comments
 (0)