[014e6e]: / softwares_database / samtools.txt

Download this file

5 lines (4 with data), 167 Bytes

1
2
3
4
5
1. Install samtools
mamba install -c bioconda samtools -y
2. Sort sam files and output them as bam files
samtools sort <path to sam file> -o <path to output bam file>