-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue with Amazon EC2 single vcore
- Loading branch information
Ubuntu
committed
Nov 4, 2017
1 parent
170f7f6
commit a33da47
Showing
1 changed file
with
2 additions
and
2 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,5 +1,5 @@ | ||
## sPARTA: small RNA-PARE Target Analyzer public version | ||
## Updated: version-1.26 11/05/2017 | ||
## Updated: version-1.27 11/05/2017 | ||
## Author: [email protected] | ||
## Author: [email protected] | ||
|
||
|
@@ -3199,7 +3199,7 @@ def main(): | |
## Added checkuser function to pass message | ||
## Added prints and formatted command-line info | ||
|
||
## v1.25 -> v1.26 | ||
## v1.25 -> v1.26 -> v1.27 | ||
## Added the PARE abundance matrix for all libraries in the final report | ||
## Added a function to convert final validated targets to BED file | ||
## Fixed a typo in extractFeatures() where "inter_end" need to be updated to "inter_end2" to make use of chromosome | ||
|