Hi,
I've created a read model with the following script:
mitty create-read-model synth-illumina
100.pkl
--read-length 100
--mean-template-length 250
--std-template-length 20
--bq0 30
--k 200
--sigma 5
And when I check the read model in Mitty with the following:
mitty describe-read-model 100.pkl 100.png
It looks as expected:

But when I generate reads using the model with the following code:
k=HG00632
i=100
mitty -v4 generate-reads GRCh38.p12.fa
./final_vcfs/${k}all.vcf.gz
${k} all_merged_sorted.bed
${i}.pkl
40
7
${k}${i}reads-test.1.fq
${k}${i}-lq.txt
--fastq2 ${k}_${i}reads-test.2.fq
2> vcf-${i}${k}.log
The generated reads have a flat BQ of 9 when I check them with FastQC:

And when I run the god-aligner to create a bam file, I can see in IGV that the reads are a mess. I've tried running different individuals, different read lengths but get the same pattern.
Have I misunderstood something with the read model generation?
Thank you very much for any help you can provide on the matter.
Hi,
I've created a read model with the following script:
mitty create-read-model synth-illumina
100.pkl
--read-length 100
--mean-template-length 250
--std-template-length 20
--bq0 30
--k 200
--sigma 5
And when I check the read model in Mitty with the following:
mitty describe-read-model 100.pkl 100.png
It looks as expected:

But when I generate reads using the model with the following code:
k=HG00632
i=100
mitty -v4 generate-reads GRCh38.p12.fa
./final_vcfs/${k}all.vcf.gz
${k} all_merged_sorted.bed
${i}.pkl
40
7
${k}${i}reads-test.1.fq
${k}${i}-lq.txt
--fastq2 ${k}_${i}reads-test.2.fq
2> vcf-${i}${k}.log
The generated reads have a flat BQ of 9 when I check them with FastQC:

And when I run the god-aligner to create a bam file, I can see in IGV that the reads are a mess. I've tried running different individuals, different read lengths but get the same pattern.
Have I misunderstood something with the read model generation?
Thank you very much for any help you can provide on the matter.