We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ca56f commit ca8c7fbCopy full SHA for ca8c7fb
1 file changed
bin/cnv_facets.R
@@ -22,6 +22,7 @@
22
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23
# DEALINGS IN THE SOFTWARE.
24
25
+suppressMessages(library(parallel))
26
suppressMessages(library(argparse))
27
suppressMessages(library(facets))
28
suppressMessages(library(data.table))
@@ -31,7 +32,7 @@ suppressMessages(library(gridExtra))
31
32
33
# -----------------------------------------------------------------------------
34
-VERSION= sprintf('0.16.0; facets=%s', packageVersion('facets'))
35
+VERSION= sprintf('0.16.1; facets=%s', packageVersion('facets'))
36
37
docstring<- sprintf('DESCRIPTION \\n\\
38
Detect somatic copy number variants (CNVs) and estimate purity and ploidy in a\\n\\
0 commit comments