-
Notifications
You must be signed in to change notification settings - Fork 34
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
Segmentation fault (core dumped) #42
Comments
Hi Hailong, Best regards, |
bwa index 02.flye/Kp819/assembly.fasta |
And what is the corresponding racon command? The errors you got indicate that you might misplaced input parameters. |
Hi @rvaser ,the following are racon commands: |
The commands look fine, if the |
@rvaser |
Dropbox? Google drive? Not sure :/ |
Hi @rvaser ,
I used racon (v1.4.13) to polish assembly,there are 20+ samples, only 2 of them have the following different problems:
(1)
racon -m 8 -x -6 -g -8 -w 500 -t 8 sample1.porechopQC.filtered_reads.fq.gz sample1.sam sample1.flye.assembly.fasta > sample1.racon.fasta
[racon::Polisher::initialize] loaded target sequences 0.225069 s
[racon::Polisher::initialize] loaded sequences 70.247542 s
[racon::Polisher::initialize] loaded overlaps 18.639637 s
[racon::Polisher::initialize] aligning overlaps [====================] 11.493455 s
Segmentation fault (core dumped)
(2)
racon -m 8 -x -6 -g -8 -w 500 -t 8 sample2.porechopQC.filtered_reads.fq.gz sample2.sam sample2.flye.assembly.fasta > sample2.racon.fasta
[racon::Polisher::initialize] loaded target sequences 0.068931 s
[racon::Polisher::initialize] loaded sequences 64.135422 s
[racon::Polisher::initialize] loaded overlaps 16.719191 s
[racon::Overlap::find_breaking_points] error: overlap is not transmuted!
Could you give some advice, Thanks in advance!
Hailong
The text was updated successfully, but these errors were encountered: