-
Notifications
You must be signed in to change notification settings - Fork 20
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
example data core dumped "{EXE}_sse4.1""$@" #47
Comments
Hi, Lv I could not repeat your error message. May I ask how did you install AnchorWave? Via source code compiling or conda? Which version are you using? Are your using cluster? Are you using different CPUs to install AnchorWave and run AnchorWave, please? For example, install it on an X86 CPU but run it on an ARM CPU? If you would like to run AnchorWave on an ARM CPU, please refer to this document. |
Could you run |
Thanks! |
I did not find any potential problem with your screenshot. Since I could not repeat your error, this problem might not be solved quickly. |
Ok, thank you very much! |
Hi, Dr Song,
Thanks for your wonderful tool. I meet an error when run the example(guideline zea & sorghum).
wget ftp://ftp.ensemblgenomes.org/pub/plants/release-34/fasta/zea_mays/dna/Zea_mays.AGPv4.dna.toplevel.fa.gz
wget ftp://ftp.ensemblgenomes.org/pub/plants/release-34/gff3/zea_mays/Zea_mays.AGPv4.34.gff3.gz
wget http://ftp.ensemblgenomes.org/pub/plants/release-54/fasta/sorghum_bicolor/dna/Sorghum_bicolor.Sorghum_bicolor_NCBIv3.dna.toplevel.fa.gz
gunzip *.gz
anchorwave gff2seq -r Zea_mays.AGPv4.dna.toplevel.fa -i Zea_mays.AGPv4.34.gff3 -o cds.fa
minimap2 -x splice -t 10 -k 12 -a -p 0.4 -N 20 Sorghum_bicolor.Sorghum_bicolor_NCBIv3.dna.toplevel.fa cds.fa > cds.sam
minimap2 -x splice -t 10 -k 12 -a -p 0.4 -N 20 Zea_mays.AGPv4.dna.toplevel.fa cds.fa > ref.sam
anchorwave proali -i Zea_mays.AGPv4.34.gff3 -as cds.fa -r Zea_mays.AGPv4.dna.toplevel.fa -a cds.sam -ar ref.sam -s Sorghum_bicolor.Sorghum_bicolor_NCBIv3.dna.toplevel.fa -n align.anchors -R 1 -Q 2 -t 1 -o alignment.maf -f alignment.f.maf
Then I got a "core dumped" error when running proali. Here is the message:
line 22: 3415 Segmentation fault core dumped "{EXE}_sse4.1""$@"
Do you have any idea about this error? Thanks!
Lv
The text was updated successfully, but these errors were encountered: