Skip to content

Commit

Permalink
not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-shannon committed May 4, 2019
1 parent 704d5ce commit d5ebc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: trena
Type: Package
Title: Fit transcriptional regulatory networks using gene expression, priors, machine learning
Version: 1.5.16
Version: 1.5.17
Date: 2019-05-02
Author: Seth Ament <seth.ament@systemsbiology.org>, Paul Shannon <pshannon@systemsbioloyg.org>, Matthew Richards <mrichard@systemsbiology.org>
Maintainer: Paul Shannon <paul.thurmond.shannon@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion R/Trena.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ genome.db.uri <- "postgres://bddsrds.globusgenomics.org/hg38" # has gtf and mo

Trena = function(genomeName, quiet=TRUE)
{
stopifnot(genomeName %in% c("hg38", "mm10", "tair10"))
stopifnot(genomeName %in% c("hg38", "mm10", "tair10", "SacCer3"))

obj <- .Trena(genomeName=genomeName, quiet=quiet)

Expand Down

0 comments on commit d5ebc3a

Please sign in to comment.