[Bioc-devel] BiocCheck - warning: files are over 5MB

2018-03-09 Thread Claris Baby via Bioc-devel
Dear all,I am trying to run BiocCheck("/home/package_name", list(`no-check-vignettes`=TRUE)) There is no error but I am getting the following warning. $warning [1] "The following files are over 5MB in size: 'dataset/Caenorhabditis_elegans.WBcel235.dna.chromosome.I.fa'." This as well as other

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Michael Lawrence
On Fri, Mar 9, 2018 at 12:36 PM, Cook, Malcolm wrote: > Hi, > > > > -Original Message- > > From: Bioc-devel On Behalf Of > > Michael Lawrence > > Sent: Friday, March 09, 2018 1:49 PM > > To: Paul Shannon > > Cc: Gabe Becker ; bioc-devel@r-project.org > > Subject: Re: [Bioc-devel]

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Cook, Malcolm
Hi, > -Original Message- > From: Bioc-devel On Behalf Of > Michael Lawrence > Sent: Friday, March 09, 2018 1:49 PM > To: Paul Shannon > Cc: Gabe Becker ; bioc-devel@r-project.org > Subject: Re: [Bioc-devel] IGV - a new package in preparation > > Couple of things: > > 1) Che

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Cook, Malcolm
Hello, Jumping in the conversation perhaps late. If it helps the effort, below are some IGV related R functions I've used in the past to good effect communicating with IGV running on local/remote host and issuing GOTO and Save Snapshot commands. They use utils::write.socket One things that he

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Michael Lawrence
Yea I wouldn't use JSON, particularly "row-oriented" JSON, as a means of scalable data transmission. On Fri, Mar 9, 2018 at 11:57 AM, Paul Shannon wrote: > Thanks, Michael. > > httpuv, to which Hector made crucial contributions, makes it easy to send > data directly between R and the browser, us

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Paul Shannon
Thanks, Michael. httpuv, to which Hector made crucial contributions, makes it easy to send data directly between R and the browser, using websockets. I resort to files, however, because when the data, rendered as json, exceeds 500k, the websocket hangs. I never identified the weak spot. So

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Michael Lawrence
Couple of things: 1) Check out epivizr and the surrounding infrastructure (maybe Hector can chime in). It's able to serve up data directly from R; would be nice if we could do that with IGV, instead of writing out to files. That would require it to talk to some standard API, like the old DAS. 2)

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Paul Shannon
Thanks, Levi. Your comments, and Gabe’s are very helpful, getting me to consider things I have overlooked. Support for GenomicRanges is essential, as you and Gabe point out. In all cases IGV will convert a GRanges object to an appropriate track, then write it out as a temporary file. igv suppo

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Obenchain, Valerie
Keys are processed once a day around 9am EST. You will get an email indicating if your submission was successful or not. Valerie On 03/09/2018 09:11 AM, Obenchain, Valerie wrote: Nicolas, You need to follow instructions to submit an SSH key: https://bioconductor.org/developers/how-to/git/m

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Obenchain, Valerie
Nicolas, You need to follow instructions to submit an SSH key: https://bioconductor.org/developers/how-to/git/maintain-github-bioc/ Specifically, you need to fill out this form using n.servant as your username: https://docs.google.com/forms/d/e/1FAIpQLSdlTbNjsQJDp0BA480vo4tNufs0ziNyNmexeg

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Servant Nicolas
Thank you very much Valerie. I take care of that asap. N Le 09/03/2018 � 18:11, Obenchain, Valerie a �crit�: > Nicolas, > > You� need to follow instructions to submit an SSH key: > > https://bioconductor.org/developers/how-to/git/maintain-github-bioc/ > > Specifically, you need to fill out this fo

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Turaga, Nitesh
http://bioconductor.org/developers/how-to/git/ > On Mar 9, 2018, at 11:42 AM, Servant Nicolas wrote: > > Can anyone help me ? > If you have any links or tutorial, it would be useful. > Thanks > > Le 06/03/2018 à 10:04, Servant Nicolas a écrit : >> Dear all, >> >> I try a couple of weeks ago t

Re: [Bioc-devel] Daily build

2018-03-09 Thread Obenchain, Valerie
That sounds like a bug. Thanks for the report, we'll look into it. Valerie On 03/09/2018 07:48 AM, Nicolas Descostes wrote: I mean that on the landing page: https://bioconductor.org/packages/3.7/bioc/html/ChIPSeqSpike.html If you click on NEWS (https://bioconductor.org/packages/3.7/bioc/news/

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Servant Nicolas
Thank you very much. The point is that I cannot checkout because I guess BioC does not know my SSH keys. >>git clone g...@git.bioconductor.org:packages/HiTC Cloning into 'HiTC'... Permission denied (publickey). fatal: Could not read from remote repository. How can I fix this ? Thanks Le 09/0

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Servant Nicolas
Can anyone help me ? If you have any links or tutorial, it would be useful. Thanks Le 06/03/2018 à 10:04, Servant Nicolas a écrit : Dear all, I try a couple of weeks ago to move to git to maintain the HiTC package, but I did not succeed. I followed the guidelines here ; https://bioconductor.or

Re: [Bioc-devel] Daily build

2018-03-09 Thread Obenchain, Valerie
What do you mean by 'the NEWS file has not been properly updated'? Did you commit a change before the builds started, bumped the package version and the package you downloaded with biocLite() was somehow out of date? Or was a download from the landing page out of date ... ? Valerie On 03/09/

Re: [Bioc-devel] SVN to GIT

2018-03-09 Thread Obenchain, Valerie
Hi Nicolas, I understand you've been in contact with several people about this. Are you still having access problems? Valerie On 03/06/2018 01:04 AM, Servant Nicolas wrote: Dear all, I try a couple of weeks ago to move to git to maintain the HiTC package, but I did not succeed. I followed th

[Bioc-devel] List of Deprecated Packages for Bioc3.7

2018-03-09 Thread Shepherd, Lori
The Bioconductor Team is continuing to identify packages that will be deprecated in the next release to allow for the Bioconductor community to respond accordingly. The list will be updated monthly. The current list of deprecated packages is as follows: Maintainer requested deprecation: Sof

Re: [Bioc-devel] Cleanup of Bioconductor organization on Github

2018-03-09 Thread Obenchain, Valerie
Hi, Just a quick follow-on to this. Cleaning up the Bioconductor GitHub organization that Nitesh describes below is not related to SSH key errors when accessing packages on git.bioconductor.org. If you are having SSH key problems please post on bioc-devel and I can hep out. Previously Nitesh w

Re: [Bioc-devel] IGV - a new package in preparation

2018-03-09 Thread Levi Waldron
On Thu, Mar 8, 2018 at 12:29 AM, Paul Shannon wrote: > Thanks, Gabe. > > You make an excellent point: bioc objects get first class support. In > some instance, base R data types deserve that also, and data.frames lead > the list for me, being useful, concise, universally available, expressive. >