This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Topic | |
|---+ Biological data resources | |
| |---+ Laboratory resources | |
| |---> Microarrays | |
| |---> Cell culture resources | |
| +---> Medical informatics resources | |
| +---+ Biological science resources | |
|---> Cell biology resources | |
|---+ Developmental biology resources | |
| +---> Embryology resources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use '[clojure.java.io :only [reader]]) | |
(use '[clojure.string :only [split]]) | |
(def read-keys [:id :status :pos-contig :pos-position :pos-strand :neg-contig :neg-position :neg-strand]) | |
(defn split-line [x] | |
(split x #"\t")) | |
(defn create-read [x] | |
(with-meta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you'd obviously have more settings somewhere | |
set :scm, :git | |
set :repository, "[email protected]:defunkt/github.git" | |
set :branch, "origin/master" | |
set :migrate_target, :current | |
set(:latest_release) { fetch(:current_path) } | |
set(:release_path) { fetch(:current_path) } | |
set(:current_release) { fetch(:current_path) } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'www/mechanize' | |
# Patches WWW::Mechanize for Cucumber + Webrat | |
module WWW | |
class Mechanize | |
def self.log_disabled | |
@@log ||= Logger.new(STDOUT) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BLAST protein YDL177C | |
BLAST dna YDL177C |