Illumina / strelka

Strelka2 germline and somatic small variant caller
GNU General Public License v3.0
358 stars 103 forks source link

no variants - wgs data #166

Open StephanHolgerD opened 4 years ago

StephanHolgerD commented 4 years ago

Hello, I tried to run strelka on a wgs dataset with matched tumor and normal tissue, i also fed in the smallindels file from manta but unfortunately the result vcf files are all empty. The header of the .vcf files is correct but herea are not variants reported. But as far as I see there are no errors in the log files.

vymao commented 4 years ago

Hi Stephan, I am getting the same error. Did you figure this out?

StephanHolgerD commented 4 years ago

I remapped my data using bwa-mem afterwards everything worked out fine for me

Gaodelike commented 3 years ago

之后我使用 bwa-mem 重新映射了我的数据,一切对我来说都很好

After remapped, do you need to sort and tag the repeat sequence again for the bamfile?

sagitaninta commented 2 years ago

Just wanna add to this discussion for future people that stumbled on the same problem: I experienced the same thing after filtering my BAM file and the working solution is to sort the filtered BAM first before running strelka. It works for me.