Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiangHIT authored Sep 25, 2019
1 parent 8c92ce5 commit a1b8d2e
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# rMETL:
rMETL - realignment-based Mobile Element insertion detection Tool for Long read

---
### Getting Start
__ __ ______ _________ _
_ __ | \ / | | ____| |___ ___| | |
| ^__| | \ / | | |___ | | | |
| | | |\ \ / /| | | ___| | | | |
| | | | \ \/ / | | | |____ | | | |____
|_| |_| \__/ |_| |______| |_| |______|

$ git clone https://github.com/tjiangHIT/rMETL.git (git clone https://github.com/hitbc/rMETL.git)
$ cd rMETL/
$ pip install .
rMETL - realignment-based Mobile Element insertion detection Tool for Long read

---
### Introduction
Expand Down Expand Up @@ -44,10 +36,15 @@ Its peak memory footprint is about 7.05 Gigabytes (default setting), on a server
---
### Installation

#install via pip
$ pip install rMETL

#install from github
$ git clone https://github.com/tjiangHIT/rMETL.git (git clone https://github.com/hitbc/rMETL.git)
$ cd rMETL/
$ pip install .

Current version of rMETL has been tested on 64bit Linux operating system.
The source code is written in python, and can be directly download from: https://github.com/hitbc/rMETL
A mirror is also in: https://github.com/tjiangHIT/rMETL
The INSTALL.sh is attached. Use the bash command for generating the executable file.

---
### Synopsis
Expand Down

0 comments on commit a1b8d2e

Please sign in to comment.