-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from BIMSBbioinfo/dev2
ciRcus v0.1.4
- Loading branch information
Showing
53 changed files
with
19,233 additions
and
593 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
^\.git | ||
^\.gitignore | ||
^\.travis\.yml$ | ||
^CHANGELOG\.md$ |
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,3 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
data/ | ||
man/ |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Sample .travis.yml for R projects. | ||
# | ||
# See README.md for instructions, or for more configuration options, | ||
# see the wiki: | ||
# https://github.com/craigcitro/r-travis/wiki | ||
|
||
# See https://docs.travis-ci.com/user/languages/r/#Basic-configuration | ||
language: r | ||
cache: packages | ||
|
||
# See https://docs.travis-ci.com/user/languages/r/#R-Versions | ||
r: | ||
# - oldrel | ||
- release | ||
- devel | ||
|
||
sudo: required | ||
bioc_required: true | ||
|
||
#after_success: | ||
#- Rscript -e 'covr::codecov()' |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
ciRcus 0.1.4 | ||
------------ | ||
|
||
NEW FEATURES | ||
|
||
* CIRI2 support | ||
* WBcel235 genome assembly supported | ||
* QC plot for total vs. unique reads | ||
|
||
IMPROVEMENTS AND BUG FIXES | ||
|
||
* sample order from colData is not broken by summarizeCircs | ||
* system.file call fixed in README | ||
|
||
|
||
ciRcus 0.1.3 | ||
------------ | ||
NEW FEATURES | ||
|
||
* find_circ2 supported | ||
|
||
IMPROVEMENTS AND BUG FIXES | ||
|
||
* different coordinate indexing in input and annotation | ||
will be automatically detected and fixed | ||
* lots of under-the-hood improvements | ||
|
||
ciRcus 0.1.2 | ||
------------ | ||
NEW FEATURES | ||
|
||
* find_circ.py v1.2 supported | ||
|
||
ciRcus 0.1.1 | ||
-------------- | ||
NEW FEATURES | ||
|
||
* input is loaded into a SummarizedExperiment object | ||
* basic circBase interaction | ||
|
||
|
||
IMPROVEMENTS AND BUG FIXES | ||
|
||
* unit tests |
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.