Help with samtools command
1
0
Entering edit mode
9.2 years ago
Mehmet ▴ 820

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

ChIP-Seq genome next-gen alignment RNA-Seq • 1.7k views
ADD COMMENT
1
Entering edit mode
9.2 years ago

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.

ADD COMMENT
0
Entering edit mode

Moving this to an answer. It's detailed enough IMO.

ADD REPLY

Login before adding your answer.

Traffic: 2806 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6