Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi Is there an alternative possibility to see the latest changes in the Bioconductor packages? Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
[Bioc-devel] Bioconductor Changelog?
8 messages · James W. MacDonald, Seth Falcon, cstrato +2 more
cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
server issues at umich (IIRC), with other obligations putting this at a lower priority for us here in Seattle.
Is there an alternative possibility to see the latest changes in the Bioconductor packages?
svn log -v https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks \ | less perhaps (for those without an SVN account) with user name and password 'readonly' as described here http://wiki.fhcrc.org/bioc/SvnHowTo Martin
Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
Hi Christian,
cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
You are correct. I was maintaining the changelogs until late last year, but the server I was using is not under my control and is being used for other purposes that were having adverse effects on the changelog, so I asked the folks in Seattle to move it there. Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I think it has taken a back seat to things like sweet new next-gen functions and such. And you are only the second person to mention that it is dormant. But if an up-swelling of interest occurs, maybe Patrick (cough, slacker, cough) will get 'er done ;-D
Is there an alternative possibility to see the latest changes in the Bioconductor packages?
Yes. svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks then each day (an example being tomorrow) cd Rpacks svn update svn log -v -r {2010-01-15}:{2010-01-14} > svnlog_2010-01-15.txt But yeah... that would not be fun. I used to parse that by hand every month and mail it to the list. That rates a -1e100 on a fun scale of 1:10. Best, Jim
Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
James W. MacDonald, M.S. Biostatistician Douglas Lab University of Michigan Department of Human Genetics 5912 Buhl 1241 E. Catherine St. Ann Arbor MI 48109-5618 734-615-7826 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
On 1/14/10 2:11 PM, James W. MacDonald wrote:
Hi Christian, cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
You are correct. I was maintaining the changelogs until late last year, but the server I was using is not under my control and is being used for other purposes that were having adverse effects on the changelog, so I asked the folks in Seattle to move it there. Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I think it has taken a back seat to things like sweet new next-gen functions and such. And you are only the second person to mention that it is dormant. But if an up-swelling of interest occurs, maybe Patrick (cough, slacker, cough) will get 'er done ;-D
Is there an alternative possibility to see the latest changes in the Bioconductor packages?
Yes. svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks then each day (an example being tomorrow) cd Rpacks svn update svn log -v -r {2010-01-15}:{2010-01-14} > svnlog_2010-01-15.txt
Note that you do not need a local working copy to run the log command.
Here's an example:
svn log -r{2010-01-13}:{2010-01-14} -v \
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks
+ seth
Seth Falcon Bioconductor Core Team | FHCRC
Dear Jim, dear Martin, Thank you for your replies, I have just tested: svn log -v https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks | less and in principle it works. However, I must admit that it is not the same as Jim's really great Changelog, where you could not only browse around but also select a certain package and check all changes that were made. It would be really great to see this web-site working again, and I assume that many other people were using it, too, and would be glad to have it again. Maybe, even more people would use it if the official web-site for each package would not only have a link to the "Download Stats" (which is also great to have), but also a link to the "Bioconductor Changelog" for this package. Best regards Christian
James W. MacDonald wrote:
Hi Christian, cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
You are correct. I was maintaining the changelogs until late last year, but the server I was using is not under my control and is being used for other purposes that were having adverse effects on the changelog, so I asked the folks in Seattle to move it there. Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I think it has taken a back seat to things like sweet new next-gen functions and such. And you are only the second person to mention that it is dormant. But if an up-swelling of interest occurs, maybe Patrick (cough, slacker, cough) will get 'er done ;-D
Is there an alternative possibility to see the latest changes in the Bioconductor packages?
Yes. svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks then each day (an example being tomorrow) cd Rpacks svn update svn log -v -r {2010-01-15}:{2010-01-14} > svnlog_2010-01-15.txt But yeah... that would not be fun. I used to parse that by hand every month and mail it to the list. That rates a -1e100 on a fun scale of 1:10. Best, Jim
Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
cstrato wrote:
Dear Jim, dear Martin, Thank you for your replies, I have just tested: svn log -v https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks | less and in principle it works. However, I must admit that it is not the same as Jim's really great Changelog, where you could not only browse around but also select a certain package and check all changes that were made.
add the package name to the end of the URL.
It would be really great to see this web-site working again, and I assume that many other people were using it, too, and would be glad to have it again. Maybe, even more people would use it if the official web-site for each package would not only have a link to the "Download Stats" (which is also great to have), but also a link to the "Bioconductor Changelog" for this package.
The link was removed from that location when the change log became out of date (see the 2.3 release pages, for instance); in some ways a package NEWS file is the appropriate location for end-user information (though I realize that many packages don't provide a NEWS file, and that facilities for accessing a NEWS file are not as convenient as one might like). Martin
Best regards Christian James W. MacDonald wrote:
Hi Christian, cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
You are correct. I was maintaining the changelogs until late last year, but the server I was using is not under my control and is being used for other purposes that were having adverse effects on the changelog, so I asked the folks in Seattle to move it there. Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I think it has taken a back seat to things like sweet new next-gen functions and such. And you are only the second person to mention that it is dormant. But if an up-swelling of interest occurs, maybe Patrick (cough, slacker, cough) will get 'er done ;-D
Is there an alternative possibility to see the latest changes in the Bioconductor packages?
Yes. svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks then each day (an example being tomorrow) cd Rpacks svn update svn log -v -r {2010-01-15}:{2010-01-14} > svnlog_2010-01-15.txt But yeah... that would not be fun. I used to parse that by hand every month and mail it to the list. That rates a -1e100 on a fun scale of 1:10. Best, Jim
Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
Martin Morgan wrote:
cstrato wrote:
Dear Jim, dear Martin, Thank you for your replies, I have just tested: svn log -v https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks | less and in principle it works. However, I must admit that it is not the same as Jim's really great Changelog, where you could not only browse around but also select a certain package and check all changes that were made.
add the package name to the end of the URL.
Thank you, this works, although it is still not as convenient as the Changelog. Best regards Christian
It would be really great to see this web-site working again, and I
assume that many other people were using it, too, and would be glad to
have it again.
Maybe, even more people would use it if the official web-site for each
package would not only have a link to the "Download Stats" (which is
also great to have), but also a link to the "Bioconductor Changelog" for
this package.
The link was removed from that location when the change log became out of date (see the 2.3 release pages, for instance); in some ways a package NEWS file is the appropriate location for end-user information (though I realize that many packages don't provide a NEWS file, and that facilities for accessing a NEWS file are not as convenient as one might like). Martin
Best regards
Christian
James W. MacDonald wrote:
Hi Christian,
cstrato wrote:
Dear all, Do you know what happened to the "Bioconductor Changelog"? It was a great way to stay updated about the latest changes in the Bioconductor packages. It seems that it is no longer updated, see: http://fgc.lsi.umich.edu/cgi-bin/blosxom.cgi
You are correct. I was maintaining the changelogs until late last
year, but the server I was using is not under my control and is being
used for other purposes that were having adverse effects on the
changelog, so I asked the folks in Seattle to move it there.
Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I
think it has taken a back seat to things like sweet new next-gen
functions and such. And you are only the second person to mention that
it is dormant.
But if an up-swelling of interest occurs, maybe Patrick (cough,
slacker, cough) will get 'er done ;-D
Is there an alternative possibility to see the latest changes in the
Bioconductor packages?
Yes. svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks then each day (an example being tomorrow) cd Rpacks svn update svn log -v -r {2010-01-15}:{2010-01-14} > svnlog_2010-01-15.txt But yeah... that would not be fun. I used to parse that by hand every month and mail it to the list. That rates a -1e100 on a fun scale of 1:10. Best, Jim
Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
On Fri, 2010-01-15 at 23:48 +0100, cstrato wrote:
Thank you, this works, although it is still not as convenient as the Changelog.
The old one could be integrated into your favourite RSS reader, for example.
Unfortunately, on a fun scale of 1:10, setting it up rates a -1, so I
Is there an alternative to bloxsom that is less pain ?
functions and such. And you are only the second person to mention that it is dormant.
Yes, I was the other one. Still hoping, though. Yours, Steffen
IPB Halle AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann http://www.IPB-Halle.DE Weinberg 3 http://msbi.bic-gh.de 06120 Halle Tel. +49 (0) 345 5582 - 1470 +49 (0) 345 5582 - 0 sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409