Releases: erikrikarddaniel/hmmrank
Releases · erikrikarddaniel/hmmrank
Rank now based on score, evalue and profile
To avoid ties: base rank on evalue and profile name besides score.
Fix # problem
It seems read_fwf
from readr
doesn't ignore #
lines of input when they come after the content anymore.
Add symlink
Many scripts depend on the hmmrank
symlink, so I added that. (Hope it works...)
Add option --maxscore
The --maxscore
option allows the user to maximise scores from a score file provided with --scorefile
.
Annotation table
This release adds the possibility to merge the table with an annotation table, specified with --annottable
.
It also adds --qfromfname
that overwrites the query name in the file with the name of the result file minus .tblout
. This is to make it easier to create a score file from e.g. Pfam hmm files without having to translate from accession to full name.