Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nghiavtr/FuSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiavtr committed Jun 13, 2019
2 parents 912a44b + e38fe7c commit 49ca68b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ bash configure.sh
export LD_LIBRARY_PATH=/path/to/FuSeq_v1.1.1_linux_x86-64/linux/lib:$LD_LIBRARY_PATH
export PATH=/path/to/FuSeq_v1.1.1_linux_x86-64/linux/bin:$PATH
```
- **For Ubuntu users (Ubuntu 16 and Ubuntu 18):** if getting errors about librt.so.1: fixed by simply removing the librt.so.1 from folder "linux/lib".

If you want to build FuSeq from sources:
- Download FuSeq from [FuSeq website](https://github.com/nghiavtr/FuSeq) and move to *FuSeq_home* directory
```sh
Expand Down Expand Up @@ -251,6 +253,8 @@ cd ..
export LD_LIBRARY_PATH=$PWD/FuSeq_v1.1.1_linux_x86-64/linux/lib:$LD_LIBRARY_PATH
export PATH=$PWD/FuSeq_v1.1.1_linux_x86-64/linux/bin:$PATH
```
- **For Ubuntu users (Ubuntu 16 and Ubuntu 18):** if getting errors about librt.so.1: fixed by simply removing the librt.so.1 from folder "linux/lib".

### 8.2. Download and prepare the reference files
#### Download the fasta and gtf of transcripts
```sh
Expand Down

0 comments on commit 49ca68b

Please sign in to comment.