Dear group,
Previously I used index like the following on human genome:
bwa index -a bwtsw -c Hsapiens37.fasta
I ran the subsequent analysis steps and compared the end result with others where they just used
bwa index Hsapiens37.fasta
and carried out end analysis resulting in .sam file.
now when i compare results from -a bwtsw option to no parameter indexing (2nd option), majority of reads are aligned reversed etc.
one should use this option or not?
what happns using -a bwtsw and -c and what happens if I dont.
could some one help me here. thanks
Adrian
Previously I used index like the following on human genome:
bwa index -a bwtsw -c Hsapiens37.fasta
I ran the subsequent analysis steps and compared the end result with others where they just used
bwa index Hsapiens37.fasta
and carried out end analysis resulting in .sam file.
now when i compare results from -a bwtsw option to no parameter indexing (2nd option), majority of reads are aligned reversed etc.
one should use this option or not?
what happns using -a bwtsw and -c and what happens if I dont.
could some one help me here. thanks
Adrian
Comment