... | ... |
@@ -1,3 +1,10 @@ |
1 |
+version: 3.3.39 |
|
2 |
+date: 2019-2-20 |
|
3 |
+author: Tom Sherman <tomsherman159@gmail.com> |
|
4 |
+ |
|
5 |
+ - fix bug when reading mtx and not ignoring comments |
|
6 |
+ - allow setDistributedParams to be called to reset params |
|
7 |
+ |
|
1 | 8 |
version: 3.3.38 |
2 | 9 |
date: 2019-2-18 |
3 | 10 |
author: Tom Sherman <tomsherman159@gmail.com> |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: CoGAPS |
2 |
-Version: 3.3.38 |
|
3 |
-Date: 2019-02-18 |
|
2 |
+Version: 3.3.39 |
|
3 |
+Date: 2019-02-20 |
|
4 | 4 |
Title: Coordinated Gene Activity in Pattern Sets |
5 | 5 |
Author: Thomas Sherman, Wai-shing Lee, Conor Kelton, Ondrej Maxian, Jacob Carey, |
6 | 6 |
Genevieve Stein-O'Brien, Michael Considine, Maggie Wodicka, John Stansfield, |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-# CoGAPS Version: 3.3.38 |
|
1 |
+# CoGAPS Version: 3.3.39 |
|
2 | 2 |
|
3 | 3 |
[](https://bioconductor.org/packages/CoGAPS) |
4 | 4 |
[](http://bioconductor.org/packages/stats/bioc/CoGAPS/) |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
#! /bin/sh |
2 | 2 |
# Guess values for system-dependent variables and create Makefiles. |
3 |
-# Generated by GNU Autoconf 2.69 for CoGAPS 3.3.38. |
|
3 |
+# Generated by GNU Autoconf 2.69 for CoGAPS 3.3.39. |
|
4 | 4 |
# |
5 | 5 |
# |
6 | 6 |
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
... | ... |
@@ -577,8 +577,8 @@ MAKEFLAGS= |
577 | 577 |
# Identity of this package. |
578 | 578 |
PACKAGE_NAME='CoGAPS' |
579 | 579 |
PACKAGE_TARNAME='cogaps' |
580 |
-PACKAGE_VERSION='3.3.38' |
|
581 |
-PACKAGE_STRING='CoGAPS 3.3.38' |
|
580 |
+PACKAGE_VERSION='3.3.39' |
|
581 |
+PACKAGE_STRING='CoGAPS 3.3.39' |
|
582 | 582 |
PACKAGE_BUGREPORT='' |
583 | 583 |
PACKAGE_URL='' |
584 | 584 |
|
... | ... |
@@ -1206,7 +1206,7 @@ if test "$ac_init_help" = "long"; then |
1206 | 1206 |
# Omit some internal or obsolete options to make the list less imposing. |
1207 | 1207 |
# This message is too long to be a string in the A/UX 3.1 sh. |
1208 | 1208 |
cat <<_ACEOF |
1209 |
-\`configure' configures CoGAPS 3.3.38 to adapt to many kinds of systems. |
|
1209 |
+\`configure' configures CoGAPS 3.3.39 to adapt to many kinds of systems. |
|
1210 | 1210 |
|
1211 | 1211 |
Usage: $0 [OPTION]... [VAR=VALUE]... |
1212 | 1212 |
|
... | ... |
@@ -1268,7 +1268,7 @@ fi |
1268 | 1268 |
|
1269 | 1269 |
if test -n "$ac_init_help"; then |
1270 | 1270 |
case $ac_init_help in |
1271 |
- short | recursive ) echo "Configuration of CoGAPS 3.3.38:";; |
|
1271 |
+ short | recursive ) echo "Configuration of CoGAPS 3.3.39:";; |
|
1272 | 1272 |
esac |
1273 | 1273 |
cat <<\_ACEOF |
1274 | 1274 |
|
... | ... |
@@ -1359,7 +1359,7 @@ fi |
1359 | 1359 |
test -n "$ac_init_help" && exit $ac_status |
1360 | 1360 |
if $ac_init_version; then |
1361 | 1361 |
cat <<\_ACEOF |
1362 |
-CoGAPS configure 3.3.38 |
|
1362 |
+CoGAPS configure 3.3.39 |
|
1363 | 1363 |
generated by GNU Autoconf 2.69 |
1364 | 1364 |
|
1365 | 1365 |
Copyright (C) 2012 Free Software Foundation, Inc. |
... | ... |
@@ -1722,7 +1722,7 @@ cat >config.log <<_ACEOF |
1722 | 1722 |
This file contains any messages produced by compilers while |
1723 | 1723 |
running configure, to aid debugging if configure makes a mistake. |
1724 | 1724 |
|
1725 |
-It was created by CoGAPS $as_me 3.3.38, which was |
|
1725 |
+It was created by CoGAPS $as_me 3.3.39, which was |
|
1726 | 1726 |
generated by GNU Autoconf 2.69. Invocation command line was |
1727 | 1727 |
|
1728 | 1728 |
$ $0 $@ |
... | ... |
@@ -4788,7 +4788,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
4788 | 4788 |
# report actual input values of CONFIG_FILES etc. instead of their |
4789 | 4789 |
# values after options handling. |
4790 | 4790 |
ac_log=" |
4791 |
-This file was extended by CoGAPS $as_me 3.3.38, which was |
|
4791 |
+This file was extended by CoGAPS $as_me 3.3.39, which was |
|
4792 | 4792 |
generated by GNU Autoconf 2.69. Invocation command line was |
4793 | 4793 |
|
4794 | 4794 |
CONFIG_FILES = $CONFIG_FILES |
... | ... |
@@ -4841,7 +4841,7 @@ _ACEOF |
4841 | 4841 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
4842 | 4842 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
4843 | 4843 |
ac_cs_version="\\ |
4844 |
-CoGAPS config.status 3.3.38 |
|
4844 |
+CoGAPS config.status 3.3.39 |
|
4845 | 4845 |
configured by $0, generated by GNU Autoconf 2.69, |
4846 | 4846 |
with options \\"\$ac_cs_config\\" |
4847 | 4847 |
|
... | ... |
@@ -6,11 +6,11 @@ |
6 | 6 |
\alias{setDistributedParams,CogapsParams-method} |
7 | 7 |
\title{set the value of parameters for distributed CoGAPS} |
8 | 8 |
\usage{ |
9 |
-setDistributedParams(object, nSets, cut = NULL, minNS = NULL, |
|
9 |
+setDistributedParams(object, nSets = NULL, cut = NULL, minNS = NULL, |
|
10 | 10 |
maxNS = NULL) |
11 | 11 |
|
12 |
-\S4method{setDistributedParams}{CogapsParams}(object, nSets, cut = NULL, |
|
13 |
- minNS = NULL, maxNS = NULL) |
|
12 |
+\S4method{setDistributedParams}{CogapsParams}(object, nSets = NULL, |
|
13 |
+ cut = NULL, minNS = NULL, maxNS = NULL) |
|
14 | 14 |
} |
15 | 15 |
\arguments{ |
16 | 16 |
\item{object}{an object of type CogapsParams} |