Git Product home page Git Product logo

Comments (8)

MikkelSchubert avatar MikkelSchubert commented on June 27, 2024

PALEOMIX definitely should not take that long to validate prefixes, as that just involves a bit of file IO. I'd expect a few seconds normally and maybe a couple of minutes if one of them needs to be indexed.

Are your FASTA files by any chance located on a network drive that was not properly connected? That is the only case I can currently think of that could cause it to hang like this.

If it is still running, or if it happens when you run it, then please try to press Ctrl+C and copy/paste the output here. It should give us a clue as to where the program got stuck.

Best,
Mikkel

from paleomix.

xuefenfei712 avatar xuefenfei712 commented on June 27, 2024

Thanyou for your reply, I just use the example data you provided, and reference is rCRS.fasta, also indexed well (see blow picture1), and this time I use "paleomix bam_pipeline dryrun 000_makefile.yaml" also get the same problem. Sorry for that, my friends (Clio) and I don't know how to solve it.
image

from paleomix.

MikkelSchubert avatar MikkelSchubert commented on June 27, 2024

This definitely should not happen, but I cannot find any obvious reasons why your copy of PALEOMIX would lock up in this manner.

You say that you are able to trigger the same problem using "paleomix bam_pipeline dryrun 000_makefile.yaml", but what happens if you kill the process using CTRL+C? Are you able to do that and does Python print a traceback upon being killed? If possible, try to paste that traceback here, as it may include information about the cause of this problem.

Best,
Mikkel

from paleomix.

xuefenfei712 avatar xuefenfei712 commented on June 27, 2024

Thankyou for your reply, I type ctrl+c and get the below result
^CTraceback (most recent call last):
File "/home/user/anaconda3/envs/python27/bin/paleomix", line 11, in
load_entry_point('paleomix==1.2.14', 'console_scripts', 'paleomix')()
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/init.py", line 38, in run
return paleomix.main.main(argv)
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/main.py", line 235, in main
return module.main(argv[1:])
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/tools/bam_pipeline/pipeline.py", line 319, in main
return run(config, args[1:], pipeline_variant=pipeline)
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/tools/bam_pipeline/pipeline.py", line 213, in run
index_references(config, makefiles)
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/tools/bam_pipeline/pipeline.py", line 157, in index_references
dependencies=(valid_node,))
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/nodes/picard.py", line 106, in init
builder = picard_command(config, "CreateSequenceDictionary")
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/nodes/picard.py", line 253, in picard_command
jre_options=config.jre_options)
File "/home/user/anaconda3/envs/python27/lib/python2.7/site-packages/paleomix/atomiccmd/builder.py", line 366, in init
close_fds=True)
File "/home/user/anaconda3/envs/python27/lib/python2.7/subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "/home/user/anaconda3/envs/python27/lib/python2.7/subprocess.py", line 1073, in wait
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File "/home/user/anaconda3/envs/python27/lib/python2.7/subprocess.py", line 121, in _eintr_retry_call
return func(*args)
I used anaconda to install paleomix, also python work well in my server.
Thankyou!
X

from paleomix.

MikkelSchubert avatar MikkelSchubert commented on June 27, 2024

The problem seems to happen when Paleomix tries to check if the version of java that is installed.

The command that Paleomix tries to run is something close to the following:

   java -server -Djava.awt.headless=true -XX:+UseSerialGC -d64 -version

Try to run that command directly on your server and see what happens.

from paleomix.

xuefenfei712 avatar xuefenfei712 commented on June 27, 2024

after running your code, and get the result:
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
However, also not working now.....
I also reinstalled paleomix, Adapteremoval and the result like before.
Thankyou more!

from paleomix.

MikkelSchubert avatar MikkelSchubert commented on June 27, 2024

from paleomix.

MikkelSchubert avatar MikkelSchubert commented on June 27, 2024

Closing due to lack of activity.
Feel free to open a new issue if you still have this problem

from paleomix.

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.