soh-i / Ivy

Detection method for RNA editng sites based on high-throughput sequencing data
GNU General Public License v2.0
1 stars 0 forks source link

並列化への対応 #62

Closed soh-i closed 10 years ago

soh-i commented 10 years ago

seq.pyにおいて、染色体毎に与えられたfastaファイルを分割してpysamオブジェクトを生成するところまでを書いた。

なるべく、既存のクラスに変更を加えることなく、並列化に対応させる。

soh-i commented 10 years ago