Closed capoony closed 2 months ago
Thanks for the report, Martin.
I was able to reproduce the AttributeError on my end - I believe it was due to a bug where in genome mode, the reads aligned to the reference using minimap2 were in fasta format, despite you specifying --fastq
.
I have pushed a quick fix in this branch: https://github.com/bcgsc/NanoSim/tree/fastq_fix This fixed the issue on my end (using equivalent parameters to your command), but I'd greatly appreciate if you could test to see if it fixed the error on your end as well!
Thanks! Lauren
Update - the fixes were merged to master branch in https://github.com/bcgsc/NanoSim/pull/222
Thanks a lot, works like a charm :-)
Hi all,
when running
read_analysis.py
with the--fastq
flag set, I get the following SyntaxWarnings and an error at the end, which apparently results in no output of the base-quality error profile files. Accordingly it is subsequently not possible to run thesimulator.py
script with the--fastq
option since these files are required.Thanks for your help
Best, Martin