Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjl authored Mar 27, 2020
1 parent af842eb commit 93f5478
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
It is an `R` package to make a pseudo reference genome subsituted with the SNP variants of given samples.


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

## TODO
1. add `test` data.
2. write a help document and real usage examples.
3. report a more reasonable substitution statistics.
4. visulize the report.
5. handle indels.

## License

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

0 comments on commit 93f5478

Please sign in to comment.