From c0561753409f50e839f56f69db81d2751c0fbab8 Mon Sep 17 00:00:00 2001 From: farhangkl Date: Mon, 25 Mar 2024 12:16:19 -0500 Subject: [PATCH] update contigs --- .../Tyke/TykeVarSimulator/TykeVarSimulator.py | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/scripts/Tyke/TykeVarSimulator/TykeVarSimulator.py b/scripts/Tyke/TykeVarSimulator/TykeVarSimulator.py index e101f04..03b1a2a 100644 --- a/scripts/Tyke/TykeVarSimulator/TykeVarSimulator.py +++ b/scripts/Tyke/TykeVarSimulator/TykeVarSimulator.py @@ -19,8 +19,8 @@ minAFsnp=0.05 # minimum allele frequency SNV maxAFsnp=0.25 # maximum allele frequency SNV file=sys.argv[1] # source bam to simulate SVs from -nosv=50 # no of SVs to simulate -nosnv=200 # no of SNVs to simulate +nosv=5 # no of SVs to simulate +nosnv=1 # no of SNVs to simulate minsvl=50 # minimum SV length maxsvl=10000 # maximum SV length maxsnp=10 # maximum size of indel SNV @@ -171,6 +171,31 @@ def main(): '##INFO=', '##INFO=', '##INFO=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', + '##contig=', '\t'.join(['#CHROM', 'POS', 'ID', 'REF', 'ALT', 'QUAL', 'FILTER', 'INFO', 'FORMAT', 'SAMPLE']) ] insertno=1