samtools sort -@ 30 any.sam > sorted.bam samtools index sorted.bam samtools tview sorted.bam Trinity.fasta -p "ID:35" -d T > result
samtools tview sorted.bam ../../2-Trinity/Trinity.fasta -p "comp0_c0_seq1:35" -d H > 123.html
*.bam file *.fasta file -p posation, fasta nameand star posation ofthe fasta :
Install
wget -c https://github.com/samtools/samtools/releases/download/1.12/samtools-1.12.tar.bz2 tar -xjf samtools-1.12.tar.bz2 cd samtools-1.12 ls ./configure make & make install