Skip to content

[Bioc-devel] Query bioconductor.org for what the current release version is?

3 messages · Henrik Bengtsson, Turaga, Nitesh

#
Hi.  Is there a way, without using R, to query bioconductor.org (or
any other reliable/maintained resources) for what the current release
version of Bioconductor is?  Something like:

$ curl https://bioconductor.org/api/version
3.6

or possibly something fancy like:

$ curl https://bioconductor.org/api/version.json
{"version":["3.6"],"date":["2017-10-31"],"depends":["R (>= 3.4.2)"]}

Thanks.

Henrik
#
Hi Henrik,

Try https://www.bioconductor.org/config.yaml

You should have the essential information in there?
	
	 release_version: "3.6"

Hope this is what you are looking for.

Nitesh
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
#
Awesome - got even more than I wished for. Thxs /Henrik

On Thu, Nov 16, 2017 at 5:52 PM, Turaga, Nitesh
<Nitesh.Turaga at roswellpark.org> wrote: