Skip to content

[Bioc-devel] exp. data, updates

3 messages · Kasper Daniel Hansen, Stephanie M. Gogarten, Hervé Pagès

#
I had this issue with GWASTools/GWASdata at one point.  There is only 
one copy of an experiment data package, so if you change it, it will 
break the current release version of bsseq.  The solution I came up with 
was to add new objects with different names to the data package, and 
change my examples in the devel version to use the new names.  You can 
delete the old objects after the next release cycle.

Stephanie
On 7/10/13 7:05 AM, Kasper Daniel Hansen wrote:
#
Hi Stephanie,
On 07/10/2013 12:51 PM, Stephanie M. Gogarten wrote:
Yes there is only one copy of an experiment data package in svn.
But the package gets built twice: for BioC release and for BioC devel.
Then, it gets propagated twice: to the release repos and to the devel
repos.

If you make a change in svn that breaks the package in release, then
the modified package won't propagate to the release repos. So everything
is fine. The package looks broken in release if you look at the build
report, but the build report is for the modified package, not for the
package that is actually in the release repos.

HTH,

H.