Dear all,
I am working on a plant system. I have sequenced the transcriptome of the two species of the same genus. Now a draft genome has been released recently for a third species. I want to find out SNPs in case of these three species. Here is my approach that I have taken.
1. Align rna-seq paired reads using STAR aligner to the draft genome. (>85% alignment I am getting after playing with various options).
2. Convert the alignment into BAM.
3. Sort the alignment.
4. SNP call using smatools mpileup and bcftools.
Here I am getting an error Incorrect number of fields!!!!!
Could it has anything to do with the extra information in the header of the reference draft genome???
Please help.....
I am working on a plant system. I have sequenced the transcriptome of the two species of the same genus. Now a draft genome has been released recently for a third species. I want to find out SNPs in case of these three species. Here is my approach that I have taken.
1. Align rna-seq paired reads using STAR aligner to the draft genome. (>85% alignment I am getting after playing with various options).
2. Convert the alignment into BAM.
3. Sort the alignment.
4. SNP call using smatools mpileup and bcftools.
Here I am getting an error Incorrect number of fields!!!!!
Could it has anything to do with the extra information in the header of the reference draft genome???
Please help.....
Comment