What would be the best way of installing these packages on the segue cluster?
Many thanks,
Radek
James Long
unread,
Sep 20, 2011, 8:24:32 AM9/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seg...@googlegroups.com, seg...@googlegroups.com
In short, I don't really know. I've never used bioc. Let me take a peak at biocLite.R and see if I can figure it out.
-J
Sent from my iPhone.
Radek
unread,
Sep 20, 2011, 9:15:09 AM9/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seg...@googlegroups.com
I was looking at the source code. Perhaps I should specify otherBootstrapActions and install any additional packages in here?
Cheers,
Radek
James Long
unread,
Sep 20, 2011, 9:45:25 AM9/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seg...@googlegroups.com, seg...@googlegroups.com
That would be the first thing i'd look at. You may also be able to put that source() call inside a custom function you write and then call with emrlapply()... and then it will be called on every node. Hackish, but may work.