GithubHelp home page GithubHelp logo

Fails to run about simka HOT 16 OPEN

gatb avatar gatb commented on July 17, 2024
Fails to run

from simka.

Comments (16)

raw937 avatar raw937 commented on July 17, 2024

used a cmake/3.3.0 and gcc/6.1.0 to install.

from simka.

rchikhi avatar rchikhi commented on July 17, 2024

command line?

from simka.

raw937 avatar raw937 commented on July 17, 2024

from simka.

raw937 avatar raw937 commented on July 17, 2024

?

from simka.

rchikhi avatar rchikhi commented on July 17, 2024

thanks for the command-line. I don't see what's wrong with it, except maybe quite small k-mer sizes. (possibly outside the range of tested kmer sizes)
I'll let simka's developers investigate and reply to this one..
Meanwhile could you please report whether the command worked with larger kmer size? e.g. 10

from simka.

michoug avatar michoug commented on July 17, 2024

Hi,
I have the same issue installing from source, so version 2,0
However it works fine with version 1.3.2 installing with the release version
Best
Greg

from simka.

GatouResearch avatar GatouResearch commented on July 17, 2024

Hi,
This command works fine for me on mac and linux.
Can you send me the output of the failing job with the following command:
cat simka_test_tmp/simka_database/kmer_spectrums/A/log.txt

from simka.

michoug avatar michoug commented on July 17, 2024

Hi,
here is the output for my issue

lala
[0.0%] Computing k-mer spectrums    [Time: 0:00:00]A job failed (simka_temp/simka_database/kmer_spectrums/BODY/), exiting simka
python /home/michoug/simka/scripts/simka2/core/simka2-run-job.py simka_temp/simka_database/kmer_spectrums/BODY/ count /home/michoug/simka/scripts/simka2/core/../bin/simka2-count -id BODY -in simka_temp/simka_tmp/BODY_temp/input.txt -out-tmp simka_temp/simka_tmp/BODY_temp -out simka_temp/simka_database/kmer_spectrums/BODY -kmer-size 21 -max-reads 10000000 -min-read-size 0 -read-shannon-index 0 -nb-dataset 2 -abundance-min 2 -abundance-max 2147483647 -nb-partitions 5 -max-memory 50000 -nb-cores 2

[DSK: Pass 1/1, Step 1: partitioning     ]  0    %   elapsed:   0 min 0  sec   remaining:   0 min 0  sec   cpu:  -1.0 %   mem: [   8,    8,    8] MB Segmentation fault (core dumped)
[DSK: Pass 1/1, Step 1: partitioning     ]  0    %   elapsed:   0 min 0  sec   remaining:   0 min 0  sec   cpu:  -1.0 %   mem: [   8,    8,    8] MB Segmentation fault (core dumped)
[DSK: Pass 1/1, Step 1: partitioning     ]  0    %   elapsed:   0 min 0  sec   remaining:   0 min 0  sec   cpu:  -1.0 %   mem: [   8,    8,    8] MB Segmentation fault (core dumped)


------
['/home/michoug/simka/scripts/simka2/core/simka2-run-job.py', 'simka_temp/simka_database/kmer_spectrums/BODY/', 'count', '/home/michoug/simka/scripts/simka2/core/../bin/simka2-count', '-id', 'BODY', '-in', 'simka_temp/simka_tmp/BODY_temp/input.txt', '-out-tmp', 'simka_temp/simka_tmp/BODY_temp', '-out', 'simka_temp/simka_database/kmer_spectrums/BODY', '-kmer-size', '21', '-max-reads', '10000000', '-min-read-size', '0', '-read-shannon-index', '0', '-nb-dataset', '2', '-abundance-min', '2', '-abundance-max', '2147483647', '-nb-partitions', '5', '-max-memory', '50000', '-nb-cores', '2']


------
/home/michoug/simka/scripts/simka2/core/../bin/simka2-count -id BODY -in simka_temp/simka_tmp/BODY_temp/input.txt -out-tmp simka_temp/simka_tmp/BODY_temp -out simka_temp/simka_database/kmer_spectrums/BODY -kmer-size 21 -max-reads 10000000 -min-read-size 0 -read-shannon-index 0 -nb-dataset 2 -abundance-min 2 -abundance-max 2147483647 -nb-partitions 5 -max-memory 50000 -nb-cores 2 


Exec
/home/michoug/simka/scripts/simka2/core/../bin/simka2-count -id BODY -in simka_temp/simka_tmp/BODY_temp/input.txt -out-tmp simka_temp/simka_tmp/BODY_temp -out simka_temp/simka_database/kmer_spectrums/BODY -kmer-size 21 -max-reads 10000000 -min-read-size 0 -read-shannon-index 0 -nb-dataset 2 -abundance-min 2 -abundance-max 2147483647 -nb-partitions 5 -max-memory 50000 -nb-cores 2 
Ret: 35584
Nb try: 1


Exec
/home/michoug/simka/scripts/simka2/core/../bin/simka2-count -id BODY -in simka_temp/simka_tmp/BODY_temp/input.txt -out-tmp simka_temp/simka_tmp/BODY_temp -out simka_temp/simka_database/kmer_spectrums/BODY -kmer-size 21 -max-reads 10000000 -min-read-size 0 -read-shannon-index 0 -nb-dataset 2 -abundance-min 2 -abundance-max 2147483647 -nb-partitions 5 -max-memory 50000 -nb-cores 2 
Ret: 35584
Nb try: 2


Exec
/home/michoug/simka/scripts/simka2/core/../bin/simka2-count -id BODY -in simka_temp/simka_tmp/BODY_temp/input.txt -out-tmp simka_temp/simka_tmp/BODY_temp -out simka_temp/simka_database/kmer_spectrums/BODY -kmer-size 21 -max-reads 10000000 -min-read-size 0 -read-shannon-index 0 -nb-dataset 2 -abundance-min 2 -abundance-max 2147483647 -nb-partitions 5 -max-memory 50000 -nb-cores 2 
Ret: 35584
End: 35584

from simka.

GatouResearch avatar GatouResearch commented on July 17, 2024

Ok, unfortunatelly I won't be able to solve this issue without running simka myself with your dataset.
Is "BODY" dataset a public dataset ?

from simka.

michoug avatar michoug commented on July 17, 2024

Unfortunately no,
As of now, the version 1.3.2 works so I'll continue with it.
If I have the same issue with a public dataset, I'll send it to you

from simka.

aponsero avatar aponsero commented on July 17, 2024

Hi!
Sorry to bother you. But I do have the same trouble.
When I run the toy exemple line :
python ./scripts/simka2/simka.py -in ./example/data/simka_input.txt -out simka_results -out-tmp simka_temp

I get :

lala [0.0%] Computing k-mer spectrums [Time: 0:00:00]A job failed (simka_temp/simka_database/kmer_spectrums/A/), exiting simka

And when I installed it, I noticed it sent an error (error_installing_SIMKA.txt )
I installed it using :

git clone https://github.com/GATB/simka.git
cd simka
sh INSTALL

from simka.

GatouResearch avatar GatouResearch commented on July 17, 2024

Hi
Oh yes you have an install issue, can I know what are your cmake and gcc versions ?
you can get them by typing "cmake --version" and "gcc --version"

from simka.

aponsero avatar aponsero commented on July 17, 2024

Thank you so much for your rapid answer ! Because of previous comments on this thread, I tried the installation of the previous release (V1.3.2), and it also fails.

cmake version 2.8.12.2
gcc (GCC) 5.2.0

Also, I got the same error when installing on another HPC cluster (same cmake version, gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17) )

from simka.

aponsero avatar aponsero commented on July 17, 2024

Hi again,
After multiple trials, I managed to have a complete installation on a ubuntu VM with the following settings :
gcc 4.9.4
cmake 2.8.12.2

no other version of gcc worked for me...

However, the toy example still fails. and in the /simka/simka_temp/simka_database/kmer_spectrums/A folder , the log.txt reveal a problem with the kmer spectrum
log.txt

What can I do ?

from simka.

GatouResearch avatar GatouResearch commented on July 17, 2024

Hi,

thanks for your feedback,
unfortunately at the moment, I have no ideas how to fix those issues...

You can also try precompiled binaries in the release tab: https://github.com/GATB/simka/releases/tag/v1.3.2
There are for linux (bin-Linux) and mac (bin-darwin).

from simka.

GatouResearch avatar GatouResearch commented on July 17, 2024

Hi everyone,

I have released a new version of Simka v1.4 : https://github.com/GATB/simka/releases/tag/v1.4.0
It should fix a lot of compilation issues and integrate new functionalities.

I hope it's going to fix this issue.

from simka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.