https://github.com/bioconductor/bioc_git_transition

This python package is for transitioning bioconductor from SVN to git

https://github.com/bioconductor/bioc_git_transition

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

bioconductor git svn2git
Last synced: 5 months ago · JSON representation

Repository

This python package is for transitioning bioconductor from SVN to git

Basic Info
Statistics
  • Stars: 14
  • Watchers: 8
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Topics
bioconductor git svn2git
Created about 9 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

Bioconductor SVN to GIT transition

This package provides functionality to allow for SVN - Git transition for the Bioconductor Project.

Goals

  • Create a private git server with all Bioconductor packages, including commit history from each of the RELEASE branches and the devel branch.

Setup

  • To participate in the current testing cycle, communicate a single ssh public key to this google form https://goo.gl/forms/eg36vcBkIUjfZfLe2. We will not be accepting keys via email.

Usage: clone, push, pull, etc.

  • ALPHA testing. Remember, repositories are static snapshots of svn; they are not current, changes commited here are not propagated to svn, and will not be retained.

  • Clone a package for read-only access

    git clone https://git.bioconductor.org/packages/<package>.git
    

or for read / write (appropriate permissions required)

    git clone git@git.bioconductor.org:packages/<package>
  • See the branches available

    cd BiocGenerics
    git branch -a
    
  • Checkout branch and see if the commit history is correct

    git checkout RELEASE_3_0
    git log
    
  • Local commits

    ...
    git commit -m "alpha test" -a
    
  • Push commits to writeable repositories (commits will be lost after testing phases are complete)

    git push
    
  • (Non-core users): Fail to push changes on non-master or RELEASE_3_4 branch.

    git checkout RELEASE_3_3
    ...
    git commit -m "alpha test" -a
    git push    # fail
    

Usage: exploration

  • Elementary browser interface available at

    https://git.bioconductor.org
    
  • View R(ead) / W(rite) privileges

    ssh git@git.bioconductor.org info        # all packages
    ssh git@git.bioconductor.org info packages/BiocGenerics
    

Status

  • [x] ssh-based read-only access to all repositories
  • [x] ssh-based read-write access to selected repositories
  • [x] public read-only access to all repositories
  • [ ] experiment-data packages

Troubleshooting

SSH

ssh may have to choose between multiple keys. Resolve this with an entry in the plain-text ~/.ssh/config file, where identityfile disambiguates the key you'd like to use.

    host git-bioc
        user git
        hostname git.bioconductor.org
        port 22
        identityfile ~/.ssh/id_rsa

Use as git clone git-bioc:packages/BiocGenerics.

Owner

  • Name: Bioconductor
  • Login: Bioconductor
  • Kind: organization

Software for the analysis and comprehension of high-throughput genomic data

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 65
  • Total pull requests: 11
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 5 days
  • Total issue authors: 10
  • Total pull request authors: 4
  • Average comments per issue: 2.65
  • Average comments per pull request: 0.91
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mtmorgan (17)
  • nturaga (6)
  • aoles (5)
  • GuangchuangYu (4)
  • gabora (1)
  • alexg9010 (1)
  • llrs (1)
  • tallulandrews (1)
  • koenvandenberge (1)
  • nephantes (1)
Pull Request Authors
  • aoles (2)
  • nturaga (2)
  • vobencha (1)
  • nsheff (1)
Top Labels
Issue Labels
enhancement (4) bug (3) help wanted (2) Priority: HIGH (2) question (1)
Pull Request Labels