<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>menseki</author_name>
  <author_url>https://blog.hatena.ne.jp/menseki/</author_url>
  <blog_title>・・・</blog_title>
  <blog_url>https://menseki.hatenablog.jp/</blog_url>
  <categories>
    <anon>Rust</anon>
  </categories>
  <description>Rustが注目を集めているらしいので流行りにのって使ってみました。 RustにはRust-Bioというバイオインフォマティクス用パッケージが存在します。そこで、今回はこれを用いてGzip圧縮されたFASTAファイルを読み込むプログラムを書いてみます。 まずはコードの全体から。 use structopt::StructOpt; use std::fs::File; use bio::io::fasta::{self, FastaRead}; use flate2::bufread::MultiGzDecoder; use std::io::BufReader; use std::ffi::Os…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmenseki.hatenablog.jp%2Fentry%2F2021%2F09%2F08%2F000000&quot; title=&quot;Rust-BioでGzip圧縮されたFASTAを読み込む - ・・・&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-09-08 00:00:00</published>
  <title>Rust-BioでGzip圧縮されたFASTAを読み込む</title>
  <type>rich</type>
  <url>https://menseki.hatenablog.jp/entry/2021/09/08/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
