Is it possible to estimate execution time for Bowtie2 ?
2
0
Entering edit mode
9.0 years ago

I have a reference that is 1Gb in size, and two sets of reads with the same size. How to estimate the execution time of Bowtie2 given the features of my machine?

Bowtie2 • 5.2k views
ADD COMMENT
2
Entering edit mode
9.0 years ago

Honestly, your best bet is to just align a million reads or so (see the -u option) and extrapolate from that.

ADD COMMENT
0
Entering edit mode

Does execution time scale linearly with number of reads?

ADD REPLY
0
Entering edit mode

Approximately, yes.

ADD REPLY
0
Entering edit mode
9.0 years ago
Ray Lee • 0

1. use `bowtie2-build` to build index for the reference: bowtie2-build reference**.fa a_custom_name_as_index_name

2. use bowtie to align reads to the reference geneme: bowtie2 -p thread_num -x a_custom_name_as_index_name -1 left_reads.fq -2 right_reads.fq -S output_alignment_results.sam

tophat/HAIST -> bowtie2

ADD COMMENT

Login before adding your answer.

Traffic: 2711 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