Skip to content

Commit

Permalink
Require parallel package
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Sep 12, 2024
1 parent 51ca56f commit ca8c7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cnv_facets.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

suppressMessages(library(parallel))
suppressMessages(library(argparse))
suppressMessages(library(facets))
suppressMessages(library(data.table))
Expand All @@ -31,7 +32,7 @@ suppressMessages(library(gridExtra))

# -----------------------------------------------------------------------------

VERSION= sprintf('0.16.0; facets=%s', packageVersion('facets'))
VERSION= sprintf('0.16.1; facets=%s', packageVersion('facets'))

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

0 comments on commit ca8c7fb

Please sign in to comment.