im analyzing a miRNA run from illumina genome analyzer. i received the data with the adapter already trimmed off, and im now at the point of aligning my reads against a reference.
when i try and align the reads using bwa's default params:
bwa aln ref.fasta read.fasta > read.sai
im getting <10% alignment (~90% of the reads are not getting aligned).
when i tried aligning using novoalign (that has the -s parameter to allow trimming) around 50% of the reads were aligned. this leads me to believe there is a parameter set in bwa that is more suitable for short RNA (including miRNA) alignment.
thoughts?