Skip to content

Releases: PeeperLab/CopywriteR

Fixed bug

14 Jun 20:14
Compare
Choose a tag to compare
Fixed bug Pre-release
Pre-release

This release fixes a bug that is encountered when using more sample / control combinations than the number of unique samples + controls. The specific error message that is given when encountering this error is the following:

Error in [<-.data.frame(*tmp*, , "off.target", value = c(XXX, XXX, :
replacement has X rows, data has X

Please use version 2.6.1 for compatibility with earlier versions of Bioconductor and 2.9.0 for compatibility with later ones, including the current version.

Reuse intermediate files

15 Nov 13:15
Compare
Choose a tag to compare
Pre-release

This is a pre-release version that should allow one to reuse filtered bams (which can be obtained by setting the keep.intermediary.files argument to TRUE) when samples are to be analyzed multiple times (for instance to optimize the bin size for samples).

Improved testing for mapping to same reference genome for all bams

15 Jun 21:59
Compare
Choose a tag to compare

This version removes another error related to the testing whether all bams have been aligned to the same reference genome, and can prevent getting the error message that

"The bam files have been mapped to different reference genomes (the chromosome names are not identical). Please run only .bam files mapped to the same reference genome together."

Improved testing for mapping to same reference genome for all bams

10 Jun 13:29
Compare
Choose a tag to compare

Fixed a bug stemming from checking whether all bam files have been mapped to the same reference genome

Fixed a bug resulting in mixing of chromosomes during plotting

05 Jun 20:37
Compare
Choose a tag to compare

This release fixes the problem that, depending on the version of an installed dependency, chromosomes are mixed during plotting of the data using plotCNA.

Included MAD-values in CopywriteR log file

07 May 20:49
Compare
Choose a tag to compare

Included MAD-values in CopywriteR log file

Reinstalled bug fix in testing sort mode of .bam files

24 Apr 09:13
Compare
Choose a tag to compare

This release fixes the bug that under certain circumstances error messages are thrown that .bam files are not coordinate sorted.

Fixed a bug related to bin-spanning peaks

17 Apr 13:10
Compare
Choose a tag to compare

In Bioconductor release (version 2.0.0) amended the following:

  • reset the original work directory on exit of CopywriteR functions
  • fixed a bug that originates from the introduction of NAs in the read.counts variable by wide peaks spanning full bins. This results in the error message:

Error in value[[3L]](cond): The GC-content and mappability normalization did not work due to a failure to calculate loesses. This can generally be solved by using larger bin sizes. Stopping execution of the remaining part of the script...

Fixed a bug related to analysis of non-indexed .bam files

08 Apr 21:12
Compare
Choose a tag to compare

This version fixes a bug that occurs upon analysis of non-indexed .bam files. In addition, it improves the output of the log-file.

Fixed a bug in testing sort mode of .bam files

06 Apr 07:38
Compare
Choose a tag to compare

This release fixes the bug that under certain circumstances error messages are thrown that .bam files are not coordinate sorted.