-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error on running ONT data #93
Comments
Thanks, I will have a look into this. Do you have a lower version of gcc you can try with a fresh installation? What type of system are you running on? |
Hi Nadia, I meet the same issue when run JAFFAL version 2.3 in CentOS Linux release 7.9.2009:
I used simulated data that you provided. Here is the log:
gcc version:
java version:
Could you please provide me with some advice on how to resolve this issue? Thank you! Best, |
Hi @yuyun-zhang, This looks like an issue we've seen before relates to the gcc version. However, we previously through that gcc 4.9.1 should be okay. Therefore can I ask you to check a couple of things:
Cheers, |
Hi Nadia, Thanks for the reply! It seems GCC 4.9.1 was not compatible with my process_transcriptome_align_table program. After reinstalling, the program is now working well for processing the simulated data. Thank you very much! Best, |
Hi there, nice job!
i already install the tools and all steps perfectly installed , but running it on my own data or on the provided data(simulated one)
im getting same error
"terminate called after throwing an instance of 'std::regex_error'
what(): Mismatched '[' and ']' in regular expression
"
gcc i used is version 9.5 and the command i use is
bpipe run ../../JAFFAL.groovy ../../LongReadFusionSimulation/ONT_fus_sim_75err.fastq.gz
i would be happy to get some help in order to solve the issue.
Thanks
The text was updated successfully, but these errors were encountered: