Browse code

remove doMC and add doParallel

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/SICtools@115013 bc3139a8-67e5-0310-9ffc-ced21a209358

Xiaobin Xing authored on 20/03/2016 12:06:42
Showing 1 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 import(Rsamtools)
2
-import(doMC)
2
+import(doParallel)
3 3
 import(methods)
4 4
 import(stringr)
5 5
 import(Biostrings)