How to output VarsScan variant calling results in a .tab or txt/csv file?
0
0
Entering edit mode
7.2 years ago

How to output VarsScan variant calling results in a .tab or txt/csv file? I run code line

samtools mpileup -f H37Rv_reference.fa ls_sorted.bam | java -jar VarScan.jar pileup2snp --output-file varscan_results.tab

but there is not saved output, it says:

1115568 bases in pileup file 979731 met minimum coverage of 8x 7055 SNPs predicted

how to save results in a file?

varscan variant calling samtools • 1.3k views
ADD COMMENT
0
Entering edit mode

You are using mpileup with pileup2snp, did you try using with mpileup2snp?

ADD REPLY

Login before adding your answer.

Traffic: 2802 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6