Skip to content

Instantly share code, notes, and snippets.

@ngoto
ngoto / google-colab-ruby-251.ipynb
Last active January 23, 2024 13:27
Notebook to run Ruby on Google Colaboratory
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngoto
ngoto / try01-seqio.rb
Created September 14, 2017 05:43
pycall.rb 1.0.1 example to call Biopython SeqIO
#!/usr/bin/env ruby
# coding: utf-8
#
# Test data must be downloaded via:
# $ wget http://togows.org/entry/ncbi-nucleotide/J00231.fasta
#
# References: http://qiita.com/sato32ha6/items/6b762b0d0314a5db7dc3
require "pycall/import"