Multitasking and Rbwa
1
0
Entering edit mode
@d12fee30
Last seen 10 months ago
Spain

Hello !

How can I activate multitasking with Rbwa when creating a reference index or alignment?

The "-t" parameter doesn't work...

Thank you!

Rbwa Alignment • 565 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 17 minutes ago
United States

There is no -t argument for bwa_build_index, so if that's what you are basing your question on, that's the reason. There is a -t argument for bwa_aln, and it looks like Rbwa just calls bwa_aln directly, so it should work.

ADD COMMENT
0
Entering edit mode

Indeed, one can pass additional arguments to the bwa_aln function in Rbwa:

 bwa_aln(type="single", 
     index_prefix=index_prefix, 
     fastq_files=fastq_files,
     sai_files=sai_files,
     t=3)
ADD REPLY

Login before adding your answer.

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