This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to output VarsScan variant calling results in a .tab or txt/csv file?

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

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

0 answers

No answers yet.

Log in to answer this question.