0 Posted 2020-07-28Updated 2024-01-11Biology / Bioinformatics / Software / Visualizationa minute read (About 125 words)IGV IGV Dowload https://software.broadinstitute.org/software/igv/download open: bash igv.sh build index bowtie2-build --threads 8 genome.fa genome.fa build sam file bowtie2 -p 8 -q --no-unal -k 20 -x genome.fa -U reads.fq -S bowtie2.sambowtie2 -p 8 -q --no-unal -k 20 -x genome.fa -1 reads_1.fq -2 reads_2.fq -S bowtie2.sam##Exp:bowtie2 -p 8 -q --no-unal -k 20 -x Trinity.fasta -U SRR771602.fastq -S bowtie2.sam sam to bam samtools view -b -S bowtie2.sam > bowtie2.bamsamtools sort bowtie2.bam -o bowtie2.coordSorted.bam > bowtie2.coordSorted.bamsamtools index bowtie2.coordSorted.bamsamtools faidx Trinity.fasta IGV ~/Biosoft/IGV_2.4.10/igv.sh -g Trinity.fasta bowtie2.coordSorted.bam IGVhttps://karobben.github.io/2020/07/28/Bioinfor/igv/AuthorKarobbenPosted on2020-07-28Updated on2024-01-11Licensed under#BioinformaticsSoftware