Closed dmacguigan closed 1 year ago
Hi, @dmacguigan
The parameter corr_correct_options
is incomplete.
corr_correct_options =--score=weight:lc=16 --aligner edlib --filter1 oh=1000:ohr=0.01 --candid>
It should be
corr_correct_options =--score=weight:lc=16 --aligner edlib --filter1 oh=1000:ohr=0.01
or
corr_correct_options=--score=weight:lc=16 --aligner edlib --filter1 oh=1000:ohr=0.01 --candidate n=400:f=20
Ah thank you @lemene, that line was accidentally truncated when copying an older config file. Read correction is running fine now.
Hello,
I am running PECAT v.0.0.3 to correct reads on a SLURM cluster. Here is my config file.
I was able to complete the alignment portion of
pecat.pl correct
. However, I then encountered the following error message.If we look at the log file for one of the "correct" scripts, we see the following syntax error.
Any suggestion on how to fix this?
Thanks! Dan