#!/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
#!/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
网友评论