gatk --java-options"-Xmx20g -Djava.io.tmpdir=./" Mutect2 $ponopt-R${reffa}-A FisherStrand -A QualByDepth -A StrandArtifact -A DepthPerAlleleBySample --enable_strand_artifact_filter-I${i}--output${prefix}.mutect.vcf
singularity exec-H /tmp/${user} /project/apps/singularity-images/gatk4/gatk-4.x.simg /gatk/gatk --java-options"-Xmx20g" Mutect2 -R${reffa}-A FisherStrand -A QualByDepth -A StrandArtifact -A DepthPerAlleleBySample -I${tumor}-tumor${tid}-I${normal}-normal${nid}--output${tid}.mutect.vcf
gatk --java-options"-Xmx20g -Djava.io.tmpdir=./" Mutect2 $ponopt-R${reffa}-A FisherStrand -A QualByDepth -A StrandArtifact -A DepthPerAlleleBySample --enable_strand_artifact_filter-I${tumor}-tumor${tid}-I${normal}-normal${nid}--output${tid}.mutect.vcf