Parsing Jackhmmer Output
1
4
Entering edit mode
12.6 years ago

What are the options available to parse output (full output with alignments) from jackhmmer? As far as I can test, BioPerl hmmer module isn't able to read it correctly. Are there any ready-to-use libraries (language doesn't matter), or I should write something on my own?

parsing • 3.4k views
ADD COMMENT
0
Entering edit mode

Is there any update on this? Has a parsing program been updated or written to handle jackhmmer output?

ADD REPLY
2
Entering edit mode
12.5 years ago

Well, apparently the correct answer is that no library exists that parses full jackhmmer output. Its authors even write:

The output format is designed to be human-readable, but is often so voluminous that reading it is impractical, and parsing it is a pain. The --tblout and --domtblout options save output in simple tabular formats that are concise and easier to parse.

In case one needs sequences of hits, there are two options. One is to painfully write a parser. The other one is to extract sequence based on coordinates provided by tabular formats.

ADD COMMENT

Login before adding your answer.

Traffic: 2607 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