Skip to content
Prev 17238 / 21307 Next

[Bioc-devel] Help me check if I push my package to git bioconductor

As explained before...

There is not a github location for packages on Bioconductor, only your personal github location. Bioconductor maintains a git server located at git.bioconductor.org NOT a copy of the repo in the Bioconductor/github.
So the location of the package on Bioconductor is the following server location:
```
git at git.bioconductor.org:packages/epihet.git
```
which is why you added this location as an upstream remote for git commands.

Addressing your concerns:

1.

You need to look at this link (below) which points to the devel version of the package.


          bioconductor.org/packages/devel/bioc/html/epihet.html

      You can check if your package is updated when you look at the build report

           bioconductor.org/checkResults/devel/bioc-LATEST/epihet/.


2.

The landing page you reference will never be updated because it is pointing to the 3.9 landing page version.  instead of having 3.9  in the url,  you should use release or devel to have the current and upcoming landing page for the package.  Or the shorturl which defaults redirect to the release page if available and if devel if release is not available

bioconductor.org/packages/epihet

bioconductor.org/packages/release/bioc/html/epihet.html
bioconductor.org/packages/devel/bioc/html/epihet.html

NOT:
bioconductor.org/packages/3.9/bioc/html/epihet.html



3.

 Yes in general the steps you listed were the steps to update the devel version of your package on Bioconductor in the future provided you set the remotes up as described in the link you included




Additional information:


General information on timing and when the landing pages will be updated can be found:

bioconductor.org/developers/how-to/troubleshoot-build-report

The builds happen once per day so depending on when you push changes it can take 12-36 hours to get through the builds and refresh the landing pages.

Bioconductor does not recognize changes in packages without a valid version bump.  The current version on the builder is 1.5.0.  To have changes propagate to users you need to bump the version to 1.5.1.

Hope this helps.
Cheers,



Lori Shepherd

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263