Hello,
I looked at the forum but I couldn't find any answer to my question.
Since I don't have access to my actual dataset right now, I installed and tried test data to look for SNPs however results_reads1_reads2_k41_coherents_type_0a.fa or results_reads1_reads2_k41_coherents_type_0b.fa files are empty, It only gives output for Alternative Splicing events which is stored in results_reads1_reads2_k41_coherents_type_1.fa.
I used -s switch with either 1 or 2 but it still does not give me any results for SNP. Since I am new to SNP calling, I'm sorry if I'm asking something silly.
Thanks in advance! WM
Dear Bilal Sarwar,
If KisSplice is taking too much time to run, you could try running the experimental algorithm by adding
--experimental
to your command line. It can be faster, at the cost of using more RAM.Note also that by using
-s 1
you will get only the Type0a-SNPs, which are single SNP within the sequence. If you are interested in multiple SNPs, you need to use-s 2
.You can find the full documentation of KisSplice options here: KisSplice Documentation
Kind regards.