Skip to content

Commit

Permalink
Fix bsseq MulticoreParam
Browse files Browse the repository at this point in the history
.. this is the only change necessary for R4.0.2? Suspicously seamless
transition.
  • Loading branch information
Marius Wöste committed Jul 8, 2020
1 parent cee7aed commit 713cfd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_wrapper/scripts/bsseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if (exists("snakemake")) {
}

library(bsseq)
library(BiocParallel)

callDmrs <- function (methylDackelBedGraphFiles, sampleNames, group1Samples, group2Samples, threads, min_cpg, min_diff, localCorrect, rdatFile, csvFile, pdfFile) {

Expand Down

0 comments on commit 713cfd8

Please sign in to comment.