Skip to content

Pisces Quick Start 5.2.7

tamsen edited this page Jul 6, 2018 · 14 revisions

Recent preprint

https://www.biorxiv.org/content/early/2018/04/16/291641

Data used in paper

https://basespace.illumina.com/s/6vuFN2Cn0Ems

Suggested configuration

Somatic and germline Pisces settings below were used for the Amplicon data in the paper above. The paper results are from Pisces v5.2.5. The ultra low freq command is typically used with a UMI-collapsed BAM, and is included with the caveat that although this will find your variants, it will also call a lot of noise, so further filtering is suggested.

  • Somatic: -bam {Bam} -CallMNVs false -g {genome folder} -gVCF false -i {interval file} -OutFolder {outfolder} -RMxNFilter 5,9,0.35

  • Germline: -bam {Bam} -CallMNVs false -crushvcf true -g {genome folder} -gVCF false -i {interval file} -ploidy diploid -OutFolder {outfolder} -RMxNFilter 5,9,0.35

  • Ultra low freq: -bam {Bam} -g {genome folder} -OutFolder {outfolder} -MinVF 0.0005 -SSFilter false -MinBQ 65 -MaxVQ 100 -MinDepthFilter 500 -MinVQ 0 -VQFilter 20 -ReportNoCalls True -CallMNVs False -RMxNFilter 5,9,0.35 -MinDepth 5 -threadbychr true

  • High Speed: (To get results on a exome / WGS bam fast as possible) -bam {Bam} -CallMNVs false -g {genome folder} -gVCF false -OutFolder {outfolder} -ThreadByChr True

Please note that exact syntax might change, version to version. The version-specific commands are directly available from the command line help, or from the version-specific wiki page ie, https://github.com/Illumina/Pisces/wiki/Pisces-5.2.7-Supported-Options.

Docker Files

https://github.com/Illumina/Pisces/tree/master/docker

General

5.2.10

5.2.9

5.2.7

5.2.5

5.2.0

5.1.6

5.1.3

Clone this wiki locally