美文网首页
hasit2 build index

hasit2 build index

作者: e8a37405cb53 | 来源:发表于2017-12-24 20:08 被阅读0次
    #!/bin/bash
    if [ $# !=3 ];then
        echo $0 <gtf> <fasta> <refOut>"
    if
    extract_splice_sites.py $1 >splice_sites.txt
    extract_exons.py $1 >exons.txt
    hisat2-build --exon exons.txtt --ss splice_sites.txt $2 $3
    

    相关文章

      网友评论

          本文标题:hasit2 build index

          本文链接:https://www.haomeiwen.com/subject/lughgxtx.html