I want to generate reads with 5000 long and 0.85 accuracy, so I used following command in linux:
pbsim --data-type CLR --depth 20 --model_qc /usr/share/pbsim/models/model_qc_clr --length-min 5000 --length-max 5000 --accuracy-min 0.85 --accuracy-max 0.85 e-coli_genome.fasta
However, the even reads in .fastq file and .maf file are not the same, while the odd reads are consistent.
What's the problem?
I want to generate reads with 5000 long and 0.85 accuracy, so I used following command in linux:
pbsim --data-type CLR --depth 20 --model_qc /usr/share/pbsim/models/model_qc_clr --length-min 5000 --length-max 5000 --accuracy-min 0.85 --accuracy-max 0.85 e-coli_genome.fastaHowever, the even reads in .fastq file and .maf file are not the same, while the odd reads are consistent.
What's the problem?