Started running InterProscan locally. Looks like the process isn't progressing well. Can you look at the report?
0
0
Entering edit mode
7 weeks ago
Vijith ▴ 90

Performing interproscan (v.5.69-101.0) locally with Docker container. My fasta file consists of ~5 lakh sequences. The process looks like it was stuck at 14%. The server machine has 8 cores and 245GB memory. Herewith, I have provided the report hitherto. Can someone provide any valuable input?

report: https://docs.google.com/document/d/1RH8SHBXB1UJ-b6zu6ePkLnFDcf4DcUsTRYVZQKsXBvU/edit?usp=sharing

genome interproscan annotation • 483 views
ADD COMMENT
2
Entering edit mode

As in 500,000 sequences? If it's getting stuck, it might be better to split the input into smaller chunks and loop through them instead. At least if there are a set of sequences that are causing interproscan to hang, you'll be able to identify which more easily.

ADD REPLY
0
Entering edit mode

Its always good practice to check if a process is "stuck" by looking at

  • RAM - htop, top
  • CPU usage - are the cpus still occupied ? htop, bottom etc.
  • hard disk or network activity - glances, bottom etc
  • log files and working directories - are outputs being written, increasing in size. When was the last write ? ls -lh, etc.
ADD REPLY

Login before adding your answer.

Traffic: 2224 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6