dincarnato / RNAFramework

RNA structure probing and post-transcriptional modifications mapping high-throughput data analysis
http://www.rnaframework.com
GNU General Public License v3.0
31 stars 11 forks source link

Feature/docker builds #32

Closed kenibrewer closed 1 year ago

kenibrewer commented 1 year ago

Hi @dincarnato, Here is a pull request with the code required for the automated docker builds I've set up on my end. In order to have it work on your end you'll need to do the following:

  1. Create a docker account (i.e. dincarnato) .
  2. Create the dincarnato/rnaframework docker hub repository.
  3. Create a dockerhub personal access token
  4. Store the following Github Actions secrets under the rnaframework repo:
    • DOCKERHUB_USERNAME
    • DOCKERHUB_TOKEN

In the meantime, things will continue being built automatically at kenibrewer/rnaframework whenever I'm notified of a new release and I sync the changes to my fork.

kenibrewer commented 1 year ago

Resolves #30

dincarnato commented 1 year ago

Done

kenibrewer commented 1 year ago

I managed to pull dincarnato/rnaframework successfully and run some tools! Glad everything worked on your end too. 🚀