MikkelSchubert / paleomix

Pipelines and tools for the processing of ancient and modern HTS data.
https://paleomix.readthedocs.io/en/stable/
MIT License
43 stars 19 forks source link

GATK error #26

Closed deFerran closed 4 years ago

deFerran commented 4 years ago

Hello,

I'm getting the following error when trying to run Paleomix:

Version could not be determined for GenomeAnalysisTK:

Attempted to run command:
    $ java -server -Djava.io.tmpdir=/pool/genomics/xxx/xxxxx/xxxxxxx/xxxxxxxxxx/temp -Djava.awt.headless=true -XX:+UseSerialGC -Xmx2g -jar /home/xxxxxxxx/install/jar_root/GenomeAnalysisTK.jar --version

Program may be broken or a version not supported by the
pipeline; please refer to the PALEOMIX documentation.

    Required:       prior to v4.0.x
    Search string:  ^(?:The Genome Analysis Toolkit \(GATK\) v)?(\d+)\.(\d+)

But when I try to run the command showed above: $ java -server -Djava.io.tmpdir=/pool/genomics/xxx/xxxxx/xxxxxxx/xxxxxxxxxx/temp -Djava.awt.headless=true -XX:+UseSerialGC -Xmx2g -jar /home/xxxxxxxx/install/jar_root/GenomeAnalysisTK.jar --version

I get: 3.8-1-0-gf15c1c3ef

So, I`m not sure why it is not working.

Thank you.

MikkelSchubert commented 4 years ago

Hi,

The error message that you received should have included additional output from running the command shown in the error message. Can you copy/paste that as well?

Best regards, Mikkel

On Wed, Feb 12, 2020 at 5:05 PM VeradeFerran notifications@github.com wrote:

Hello,

I'm getting the following error when trying to run Paleomix:

Version could not be determined for GenomeAnalysisTK:

Attempted to run command: $ java -server -Djava.io.tmpdir=/pool/genomics/xxx/xxxxx/xxxxxxx/xxxxxxxxxx/temp -Djava.awt.headless=true -XX:+UseSerialGC -Xmx2g -jar /home/xxxxxxxx/install/jar_root/GenomeAnalysisTK.jar --version

Program may be broken or a version not supported by the pipeline; please refer to the PALEOMIX documentation.

Required:       prior to v4.0.x
Search string:  ^(?:The Genome Analysis Toolkit \(GATK\) v)?(\d+)\.(\d+)

But when I try to run the command showed above: $ java -server -Djava.io.tmpdir=/pool/genomics/xxx/xxxxx/xxxxxxx/xxxxxxxxxx/temp -Djava.awt.headless=true -XX:+UseSerialGC -Xmx2g -jar /home/xxxxxxxx/install/jar_root/GenomeAnalysisTK.jar --version

I get: 3.8-1-0-gf15c1c3ef

So, I`m not sure why it is not working.

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MikkelSchubert/paleomix/issues/26?email_source=notifications&email_token=AASMY26QBSQPZOACW4RRJMTRCQM5FA5CNFSM4KT4TRTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM7QCMA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASMY24PFF3ALOFP7SZR5GLRCQM5FANCNFSM4KT4TRTA .

deFerran commented 4 years ago

Hello Mikkel, I just found out what the problem was. I haven't realized that there was an error log files in "temp" folder. I just check it and it was related to amount of memory available. As I was just testing to see if I had installed Paleomix right, I was trying to run it with little memory/threads. I just increased it and now it is working perfectly. Thank you for your time and for all your work with Paleomix! Best regards, Vera