[Bioc-devel] Error in .get_entry_index(name, stop_if_missing)

2019-09-10 Thread Zhezhen Wang
Hi I had the following error while checking the package https://github.com/xyang2uchicago/BioTIP > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getCluster_methods > ### Title: Clustering Network Nodes > ### Aliases: getCluster_methods > > ### ** Examples > > test = list('st

Re: [Bioc-devel] Import BSgenome class without attaching BiocGenerics (and others)?

2019-09-10 Thread Pages, Herve
Hi Aditya, It feels that a coercion method from BSgenome to GRanges should rather be defined in the BSgenome package itself. Patch/PR welcome on GitHub. More generally speaking, coercion methods should be defined in a place that is "as close as possible" to the "from" or "to" classes rather tha

[Bioc-devel] RGL warning

2019-09-10 Thread Zhezhen Wang
Hi I am having the following warnings and not sure what to update. Warning in rgl.init(initValue, onlyNULL) : RGL: GLX extension missing on server Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE The package github link is here : https://github.com/xyang2uchicago/BioTIP Zhezhen

[Bioc-devel] Change package name

2019-09-10 Thread Lulu Chen
Dear all, Could the package name be changed after released? I have a package which has been in Bioconductor for more than one year. We want to publish a paper about it recently. My advisor wants to use a new name which can better reflect the objective of the package. Thanks for any help! Best, L

Re: [Bioc-devel] Failing to build vignette because of problems with ImageMagick

2019-09-10 Thread Christian Mertes
Thanks a lot for the info! So from my understanding we dont use any trimming or editing function from ImageMagick directly. I think this is rather knitr based since we just include png files in the vignette. I guess it was an hickup since now the error is gone over night. Best regards, Christian

Re: [Bioc-devel] Reset to a previous commit

2019-09-10 Thread Turaga, Nitesh
Hi Simon, I take this back actually. I think the best way forward is just undo the code changes, and add a new version number to it ( 1.9.3) and push. Step 1, Since your version 1.9.2 is already on Bioconductor, first sync your GitHub with that version. Step 2, Undo the code

Re: [Bioc-devel] Reset to a previous commit

2019-09-10 Thread Turaga, Nitesh
Hi Simon, Bioconductor's git system doesn't allow force push (This is a feature) . It only allows a force push by administrators (Bioconductor Core team). Please send me a link to your GitHub repo which is at 1.9.0, and I will sync it for you. I've updated the link where the instructions are

[Bioc-devel] Fwd: Update InterMineR maintainer

2019-09-10 Thread Turaga, Nitesh
Begin forwarded message: From: ni41435_ca mailto:nitesh.tur...@roswellpark.org>> Subject: Re: Update InterMineR maintainer Date: September 10, 2019 at 8:08:40 AM EDT To: Rachel Lyne mailto:rac...@intermine.org>> Lower case 'i' vs upper case in the package name 'I'. It's a typo. "Git" is cas

[Bioc-devel] Fwd: Update InterMineR maintainer

2019-09-10 Thread Turaga, Nitesh
Forwarding to Bioc-devel for issue tracking. Begin forwarded message: From: Rachel Lyne mailto:rac...@intermine.org>> Subject: Re: Update InterMineR maintainer Date: September 10, 2019 at 8:03:55 AM EDT To: "Turaga, Nitesh" mailto:nitesh.tur...@roswellpark.org>> git remote -v: origin g.

Re: [Bioc-devel] Reset to a previous commit

2019-09-10 Thread Simon Dirmeier
Hi, this is the way described in [1]. Cheers, S On 10.09.19 13:51, Neumann, Steffen wrote: Hi, that's not the git way to do it. Your previous commit is already out in the open, if you git reset, that would be dangling in the air. I really love this decision tree: https://sethrobertson.githu

Re: [Bioc-devel] Reset to a previous commit

2019-09-10 Thread Neumann, Steffen
Hi, that's not the git way to do it. Your previous commit is already out in the open, if you git reset, that would be dangling in the air. I really love this decision tree: https://sethrobertson.github.io/GitFixUm/fixup.html which in your case will get you probably to https://sethrobertson.gi

[Bioc-devel] Reset to a previous commit

2019-09-10 Thread Simon Dirmeier
Hi all, following our previous TensorFlow discussion, I am trying to reset to a previous commit and get rid of the TF changes in the meantime.Resetting back to the last working commit [1] that doesn't use TF gives me this error though: $ git reset --hard 4e267949562a0b38b16495892c4ef4c0dcf7b6f3