I am an R software developer publishing my packages on bioconductor.
Since bioconductor software developmnet requires SVN for code versioning I had to move my contribution from GitHub to bioconductor's SVN. Now I am trying (after this information https://www.bioconductor.org/developers/how-to/git-mirrors/) to synchronize bioconductor's SVN repository for my package with my clone on a GitHub.
It is somehow working for my software packages (https://github.com/RTCGA/RTCGA) but it is not working for my data packages (https://github.com/RTCGA/RTCGA.clinical). I have found a bioconductor-mirror for my software package https://github.com/Bioconductor-mirror/RTCGA but I can not found such mirror for my data package RTCGA.clicnial. I know that the data package development is splitted to 2 different repositories, where one has only documentation and code, and another has only data included in it, so maybe I should start looking with other names for that repository?
For example for RTCGA.clinical correspoding SVN urls for this data package are
https://hedgehog.fhcrc.org/bioc-data/trunk/experiment/pkgs/RTCGA.clinical/
https://hedgehog.fhcrc.org/bioc-data/trunk/experiment/data_store/RTCGA.clinical/
Does anyone know are there any mirrors for data packages on github?
Is there a way to synchronize data package github repo with bioconductor's svn repo?
Hi,
This support site is for Bioconductor end-users. You should really ask this kind of question on the bioc-devel mailing list. That way you'll reach the broad community of Bioconductor developers.
Thanks,
H.