alyssafrazee / polyester

Bioconductor package "polyester", devel version. RNA-seq read simulator.
http://biorxiv.org/content/early/2014/12/12/006015
89 stars 51 forks source link

Instructions to install: not (yet) in bioconductor ? #12

Closed lgautier closed 9 years ago

lgautier commented 9 years ago

I have following here:

> biocLite("polyester")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.2), R version
  3.1.1.
Installing package(s) 'polyester'
Warning message:
package ‘polyester’ is not available (for R version 3.1.1) 
alyssafrazee commented 9 years ago

The Bioconductor release is happening today! This means polyester should be available using biocLite within the next 24 hours. You can also install the development version (has a few more features) directly from GitHub:

install.packages(devtools) #if needed
devtools::install_github('alyssafrazee/polyester')