-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camisim encountered an error when specifying the --hmm_model parameter in pbsim2 #183
Comments
Hi, without knowing what exactly you changed this is very hard to tell, is the above screenshot the only position in the code you changed? Unfortunately, the PBsim version for which CAMISIM was implemented is quite old (i.e. not even PBsim2) and the output of PBsim may have changed in the meantime, so the subsequent scripts are likely to fail. The error you encounter stems from the anonymisation step, but it is my guess that something is wrong with the data before that already (e.g. there is no data here |
Yes, that is the only position in the code I changed. And I ran CAMISIM with
|
Adding PBSim2 to CAMISIM is on my todo list (#131), but it has not been completed yet. Your error most likely occurs because of some changes in PBSim2 in comparison to PBSim1 (most likely in terms of output, e.g. file names or formats). Just changing the command line options and the executable unfortunately will not suffice to implement PBSim2 into CAMISIM. |
Hi,
I modified script "readsimulationwrapper.py" to use pbsim2 to simulate pacbio CLR reads.
When I set "--sample-fastq" parameter to simulate pacbio HiFi reads, it work well. But when I set "--hmm_model" parameter , it encountered an error.
How to deal with it?
Thank you in advance.
The text was updated successfully, but these errors were encountered: