Skip to content
Prev 13484 / 21312 Next

[Bioc-devel] bsseqData

Hi Nitesh,

I did a fresh clone, updated the package, and committed the changes,
but am still unable to push to the bioc git repo. Requested output
below.

$ git clone git at git.bioconductor.org:packages/bsseqData
# Make updates and commit
$ git push origin master
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 67.52 MiB | 1.35 MiB/s, done.
Total 7 (delta 2), reused 0 (delta 0)
remote: Error: file larger than 5 Mb.
remote:
remote:     File name: 'data/BS.cancer.ex.fit.rda'
remote:     File size: 41.5 Mb
remote:
remote: Please see Biocondcutor guidelines
remote: https://bioconductor.org/developers/package-guidelines/
remote:
To git.bioconductor.org:packages/bsseqData
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git at git.bioconductor.org:packages/bsseqData'

$ git remote -v
origin git at git.bioconductor.org:packages/bsseqData (fetch)
origin git at git.bioconductor.org:packages/bsseqData (push)

$ tree .git/hooks/
.git/hooks/
??? applypatch-msg.sample
??? commit-msg.sample
??? post-update.sample
??? pre-applypatch.sample
??? pre-commit.sample
??? pre-push.sample
??? pre-rebase.sample
??? pre-receive.sample
??? prepare-commit-msg.sample
??? update.sample

$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/RELEASE_2_13
  remotes/origin/RELEASE_2_14
  remotes/origin/RELEASE_3_0
  remotes/origin/RELEASE_3_1
  remotes/origin/RELEASE_3_2
  remotes/origin/RELEASE_3_3
  remotes/origin/RELEASE_3_4
  remotes/origin/RELEASE_3_5
  remotes/origin/RELEASE_3_6
  remotes/origin/RELEASE_3_7
  remotes/origin/master

$ git log
commit 5eb4c1ebc03fb1d713e873a77570744b94dc7659
Author: Peter Hickey <peter.hickey at gmail.com>
Date:   Wed May 2 13:14:24 2018 -0400

    Run updateObject() on serialized objects

commit 153db702379b926743f26012a34c8076b37f91f9
Author: Nitesh Turaga <nitesh.turaga at gmail.com>
Date:   Mon Apr 30 10:34:47 2018 -0400

    bump x.y.z versions to odd y after creation of RELEASE_3_7 branch

commit e02c0503b1f75b5ec4caffd055645d3b060d2af9
Author: Nitesh Turaga <nitesh.turaga at gmail.com>
Date:   Mon Apr 30 10:31:27 2018 -0400

    bump x.y.z versions to even y prior to creation of RELEASE_3_7 branch

commit 3f87e4d027264396bdeeeb87baa68fb3b6662b46
Author: Peter Hickey <peter.hickey at gmail.com>
Date:   Sun Apr 29 12:31:34 2018 -0400

    Bump minimum version of bsseq

# git log output continues


On Wed, 2 May 2018 at 11:36 Turaga, Nitesh
<Nitesh.Turaga at roswellpark.org> wrote: