Re: [Bioc-devel] export() to 2bit file

2014-05-09 Thread Michael Lawrence
What would be the fastest way to do this with a DNAString? Just an alphabetFrequency? On Fri, May 9, 2014 at 4:07 PM, Hervé Pagès wrote: > Hi Michael, > > library(rtracklayer) > library(Biostrings) > x <- DNAStringSet("AAA-CCC-GGG-TTT-NNN-KKK") > > Then: > > > x > A DNAStringSet

[Bioc-devel] export() to 2bit file

2014-05-09 Thread Hervé Pagès
Hi Michael, library(rtracklayer) library(Biostrings) x <- DNAStringSet("AAA-CCC-GGG-TTT-NNN-KKK") Then: > x A DNAStringSet instance of length 1 width seq [1]23 AAA-CCC-GGG-TTT-NNN-KKK > export(x, "x.2bit") > import("x.2bit") A DNAStringSet instance of length 1

Re: [Bioc-devel] larger BioC AMI EBS volume

2014-05-09 Thread Robert Castelo
Dan, Vince, this is great, what i was looking for. thanks for your quick response, robert. On 5/9/14 10:40 PM, Dan Tenenbaum wrote: I think this should cover it: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html Dan - Original Message - From: "Vincent Carey

Re: [Bioc-devel] larger BioC AMI EBS volume

2014-05-09 Thread Dan Tenenbaum
I think this should cover it: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html Dan - Original Message - > From: "Vincent Carey" > To: "Robert Castelo" > Cc: bioc-devel@r-project.org > Sent: Friday, May 9, 2014 1:32:22 PM > Subject: Re: [Bioc-devel] larger BioC

Re: [Bioc-devel] larger BioC AMI EBS volume

2014-05-09 Thread Vincent Carey
as far as i know it is indeed possible and you just use the AMI EC2 management interface to do it. the details are not at hand ... you could look at the AMI identified in the eQTL workflow and i think it does have a larger disk than 40 but how i got there i cannot recall On Fri, May 9, 2014 at

[Bioc-devel] larger BioC AMI EBS volume

2014-05-09 Thread Robert Castelo
hi, currently the BioC AMI has root partition of 40 Gbytes, is it possible for a user, e.g. me!, to copy rebuild that AMI into a larger volume of, for instance, 100 Gbytes. thanks! robert. ___ Bioc-devel@r-project.org mailing list https://stat.ethz

Re: [Bioc-devel] error when creating gitsvn bridge

2014-05-09 Thread Dan Tenenbaum
Hi Jonathon, - Original Message - > From: "Jonathon Hill" > To: bioc-devel@r-project.org > Sent: Friday, May 9, 2014 8:45:28 AM > Subject: [Bioc-devel] error when creating gitsvn bridge > > Hi am trying to recreate my gitsvn bridge. However, it simply says > > An error occurred creating

[Bioc-devel] error when creating gitsvn bridge

2014-05-09 Thread Jonathon Hill
Hi am trying to recreate my gitsvn bridge. However, it simply says An error occurred creating the git-svn bridge. Any ideas why? I have checked my settings on github and everything looks okay. Jonathon Hill [[alternative HTML version deleted]] __