Moving this to an answer. It's detailed enough IMO.
• 0 views
•
link
Hello All,
Can anyone give me a detailed explanation about this command?
samtools sort [-on] [-m <maxMem>] <in.bam> <out.prefix>
I had read some tutorials, but I didn't understand how to use the parameters.
Thanks
This is a basic linux command syntax
The ones in [ ] are optional and the ones in < > are necessary arguments.
SO samtools sort command takes two mandatory options, one is input.bam and output_bam_prefix. The -n -o and -m are optional.
Moving this to an answer. It's detailed enough IMO.
Log in to answer this question.