Skip to content

Commit ca8c7fb

Browse files
committed
Require parallel package
1 parent 51ca56f commit ca8c7fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/cnv_facets.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25+
suppressMessages(library(parallel))
2526
suppressMessages(library(argparse))
2627
suppressMessages(library(facets))
2728
suppressMessages(library(data.table))
@@ -31,7 +32,7 @@ suppressMessages(library(gridExtra))
3132

3233
# -----------------------------------------------------------------------------
3334

34-
VERSION= sprintf('0.16.0; facets=%s', packageVersion('facets'))
35+
VERSION= sprintf('0.16.1; facets=%s', packageVersion('facets'))
3536

3637
docstring<- sprintf('DESCRIPTION \\n\\
3738
Detect somatic copy number variants (CNVs) and estimate purity and ploidy in a\\n\\

0 commit comments

Comments
 (0)