Skip to content

Instantly share code, notes, and snippets.

View antagomir's full-sized avatar

Leo Lahti antagomir

View GitHub Profile
@antagomir
antagomir / doi2bibtex.sh
Created August 22, 2017 10:41 — forked from konrad/doi2bibtex.sh
Returns a BibTeX entry for one or more given DOIs.
#!/usr/bin/env bash
# Returns a BibTeX (www.bibtex.org) entry for one or more given DOIs
# (https://www.doi.org/).
#
# Call it like this:
#
# $ doi2bibtex.sh 10.1093/bioinformatics/btu533
#
# Can also be used for several DOIs at once:
@antagomir
antagomir / pxr_fix.R
Created September 23, 2012 10:55 — forked from jlehtoma/pxr_crash.R
pxR crashes R with certain kinds of PX-Axis files
library(pxR)
#################################################################
#
# File: read.px.R
# Purpose: reads a PC-Axis file into R
#
# Created: 20110618
# Authors: fvf, cjgb, opl
#