-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
487 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
Date 01 Oct 2018 | ||
1) Correct the headers of split reads when exporting their sequences to file | ||
|
||
Date: 23 July 2018 | ||
1) Error when running with Ubuntu 16 | ||
- Error: | ||
TxIndexer: relocation error: /home/nghiavtr/Tests/FuSeq_v0.1.1_linux_x86-64/linux/bin/../lib/librt.so.1: symbol __vdso_clock_gettime, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference | ||
- Solution: remove the librt.so.1 | ||
FuSeq_v0.1.1_linux_x86-64/linux/lib/librt.so.1 | ||
|
||
2) Allow inverted fusion genes by default: there are existing both fusion genes A-B and B-A | ||
maxInvertedFusionCount=0 | ||
|
||
3) Optimize memory and space | ||
processFEQ.R: remove myFusion as a redundant data | ||
FuSeq_functions.R: fix some bugs of memory usage in function computeGeneDistance() | ||
|
||
4) Export more information in the output fusions.FuSeq | ||
|
||
|
||
Date: 21 May 2017 | ||
- First submission | ||
- First submission |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.