Skip to content

Commit

Permalink
[ADAM-1655] Move R package to bdgenomics.adam.
Browse files Browse the repository at this point in the history
Resolves #1655.
  • Loading branch information
fnothaft committed Oct 17, 2017
1 parent d9420dd commit e990313
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: bdg.adam
Package: bdgenomics.adam
Type: Package
Version: 0.23.0
Title: R Frontend for Big Data Genomics/ADAM
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# limitations under the License.
#
library(testthat)
library(bdg.adam)
library(bdgenomics.adam)

test_check("bdg.adam")
test_check("bdgenomics.adam")
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
library(bdg.adam)
library(bdgenomics.adam)

context("basic ADAM context functions")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
library(bdg.adam)
library(bdgenomics.adam)

context("manipulating alignmentrecords")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
library(bdg.adam)
library(bdgenomics.adam)

context("manipulating features")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
library(bdg.adam)
library(bdgenomics.adam)

context("manipulating genotypes")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
library(bdg.adam)
library(bdgenomics.adam)

context("manipulating variants")

Expand Down
4 changes: 2 additions & 2 deletions adam-r/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<arguments>
<argument>CMD</argument>
<argument>build</argument>
<argument>bdg.adam/</argument>
<argument>bdgenomics.adam/</argument>
</arguments>
</configuration>
</execution>
Expand All @@ -48,7 +48,7 @@
<arguments>
<argument>CMD</argument>
<argument>check</argument>
<argument>bdg.adam/</argument>
<argument>bdgenomics.adam/</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit e990313

Please sign in to comment.