Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhg926 authored Dec 22, 2021
1 parent 84a5f7c commit ae6653c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# TQSLE
TQSLE v1.0 released

author: Huiguang Yi ([email protected])

Current version is based on x86_64 linux system

Dependencies:
## Dependencies:
1. gcc && gfortran
2. intel mkl BLAS (Recommended) or OpenBLAS or native BLAS (not Recommended)
3. SuiteSparse (need CHOLMOD module)

Install:
## Install:

If intel mkl is available
```
Expand All @@ -22,3 +24,11 @@ Else Use OpenBLAS in the repo
```
make
```
## Usage:
```
# index construction
tqsle index -f<mean fragment size> -i <reference.fa> -o <outpath>
# quantification
tqsle quant -i <indexpath> -o <outputpath>
```

0 comments on commit ae6653c

Please sign in to comment.