[Bioc-sig-seq] Rmpi
Steve Lianoglou
mailinglist.honeypot at gmail.com
Thu Apr 23 03:38:40 CEST 2009
Hi Ivan,
On Apr 22, 2009, at 9:30 PM, ig2ar-saf2 at yahoo.co.uk wrote:
>
> Hello,
>
> Installing BioC packages is very easy. You just do, for instance
>
>
> source("http://bioconductor.org/biocLite.R";)
> biocLite("ShortRead")
>
> How do you install Rmpi?
>
> I am running Fedora linux and there seems not to exist an Rmpi rpm
> package for x86_64.
[Not really related to sequencing, per se, but ... :-)]
Since Rmpi is hosted on CRAN[1], you can install it with similar ease.
Fire up R and:
R> install.packages('Rmpi', type='source')
At that point, you will (probably) be asked to select a cran mirror,
so do so and let it rip.
You can also (probably) exclude the `type='source'`, but it won't
hurt. This should work assuming you have a sane build environment on
your linux box (eg. gcc, make, etc).
HTH,
-steve
[1] CRAN Rmpi url: http://cran.r-project.org/web/packages/Rmpi/index.html
--
Steve Lianoglou
Graduate Student: Physiology, Biophysics and Systems Biology
Weill Medical College of Cornell University
http://cbio.mskcc.org/~lianos
More information about the Bioc-sig-sequencing
mailing list