hi all
i am tyring to align a .fq file to a reference genome (.fa).
so i start mqking indexe like :
bwa indexe -a bwtsw exome/exome.fa -p exome
and i get the 8 indexe files.
then i am trying the "aln" command like :
bwa aln exome s_1_1_sequence.fq > s_1_1_sequence.sai
and i got an error saying that: [bwa_seq_open] fail to open file 's_1_1_sequence.fq' . Abort!
i dont know what is wrong.. so i will be very thankfull if someone could give me the right command line to do that.
thanks in advance
wassim
i am tyring to align a .fq file to a reference genome (.fa).
so i start mqking indexe like :
bwa indexe -a bwtsw exome/exome.fa -p exome
and i get the 8 indexe files.
then i am trying the "aln" command like :
bwa aln exome s_1_1_sequence.fq > s_1_1_sequence.sai
and i got an error saying that: [bwa_seq_open] fail to open file 's_1_1_sequence.fq' . Abort!
i dont know what is wrong.. so i will be very thankfull if someone could give me the right command line to do that.
thanks in advance
wassim
Comment