8000 Tags · dariober/cnv_facets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dariober/cnv_facets

Tags

v0.16.1

Toggle v0.16.1's commit message
Require parallel package

v0.16.0

Toggle v0.16.0's commit message
Add option to skip coverage plots (issue #19)

v0.15.0

Toggle v0.15.0's commit message
Fix issue #9 relative to target bed file for panels. Reformat help

v0.14.0

Toggle v0.14.0's commit message
Fix type --ncores -> --snp-nprocs (issue #11)

v0.13.0

Toggle v0.13.0's commit message
Fix issue#2 - no circles in spider plot

Incorrect object was passed to function logRlogORspider.

Bump version

v0.12.1

Toggle v0.12.1's commit message
Fix bug processing single-end bam files

The nbhd-snp parameter with single-end bam files (250) is read as string
which makes the round() function fail. Fixed by making the default
arguments as list so to have "auto" and 250 in the same object.

Add tests, bump version.

v0.12.0

Toggle v0.12.0's commit message
Fix bug in snp-pileup where arg 10000000 becomes 1e+07

snp-pileup was executed with argument `--max-depth 1e+07` which caused
wrong counts in the pileup table. The cause was R converting 10000000 to '1e+07'.
Fixed by making  10000000 part of the command string.

Add unit tests to catch the bug.

Bump version

v0.11.3

Toggle v0.11.3's commit message
Bump version to resolve inconsitency with relase name

v0.11.2

Toggle v0.11.2's commit message
Use variable for facets sha sum so we can extract it for bioconda build

v0.11.1

Toggle v0.11.1's commit message
Bump version number

No edits to cnv_facets.R, only the installation script(s) have changed
0