tsujigiri on setup-github-action
Update paperclip gem (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
tsujigiri on setup-github-action
WIP (compare)
app
instead of root for the containers?
0 0 * * * root /usr/local/bin/renew_ssl_cert.sh > /var/log/renew_ssl_cert.log 2>&1
now, let's see...
Plenty of time to renew, exiting.
No sure when it decides its close enough. There is also openSNP/opensnp.org-docker#18 still open.
@sharifX @gedankenstuecke I faced a similar problem with my 23andme data. So I wrote an application for it, which display the frequency for the MT and Y Chromosomes (I’m interested mostly in genealogy). It is a web app, and processes the data is your browser:
https://vittorioaccomazzi.github.io/snpsandme/
The application displays the frequency of each rsid using the dbSNP and then sorts them.It also provides link and number of publications. So it allows to explore your genome easily, with the support of dbSNP.
The source code is on github. 🖐 Feedback is welcome !
@gedankenstuecke indeed - I am now checking the examples you provide in the API description https://github.com/openSNP/snpr/wiki/JSON-API. All work when using a browser (only opensnp.org/snps/rs7903146.json is taking super long to appear - maybe this was always the case).
However, if I use R (curl and httr package) to query, it still gives me the SSL certificate expired error. Did you explicitly check if the SSL certificate is not expired?
I am not an API expert, so probably a problem on our end then.
Sidenote: Also if I click on "download dump" on https://opensnp.org/snps/ it leads to a 404.