Skip to content
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

Open
HozumiLv opened this issue May 10, 2023 · 6 comments
Open

example data core dumped "{EXE}_sse4.1""$@" #47

HozumiLv opened this issue May 10, 2023 · 6 comments

Comments

@HozumiLv
Copy link

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

@baoxingsong
Copy link
Owner

baoxingsong commented May 12, 2023

Hi, Lv

I could not repeat your error message.

image

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.
https://github.com/baoxingsong/AnchorWave/blob/master/installation.md

@HozumiLv
Copy link
Author

Hi, Dr Song,

I used conda to install AnchorWave,I use AnchorWave version 1.2.1.
I only used x86 CPU to install and run AnchorWave.
image

Best,
Lv

@baoxingsong
Copy link
Owner

Could you run cat /proc/cpuinfo, free -h, anchorwave, ls -ls and share the screenshot, please?

@HozumiLv
Copy link
Author

  1. cat /proc/cpuinfo
    cpuinfo.txt

  2. free -h
    image

  3. anchorwave
    image

  4. ls -ls
    image

Thanks!

@baoxingsong
Copy link
Owner

I did not find any potential problem with your screenshot.

Since I could not repeat your error, this problem might not be solved quickly.
If you give me access to your computer, that would help. songbaoxing168@163.com

@HozumiLv
Copy link
Author

Ok, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants