Skip to content

Instantly share code, notes, and snippets.

@cory-ko-g
Created February 25, 2012 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cory-ko-g/1907490 to your computer and use it in GitHub Desktop.
Save cory-ko-g/1907490 to your computer and use it in GitHub Desktop.
SRSサーバにmethod: url経由でアクセスするDB定義
DB refseq [ # USAで使うデータベースの名前
type: N # 取得できる配列の種類 ('N' => nucleotide, 'P' => protein)
format: genbank # フォーマット
method: url # 固定
fields: "sv des org key" #
url: "http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-e+[REFSEQGENREL:'%s']+-ascii+1"
comment: "showdbのComment欄はこちらにどうぞ"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment