Published May 1, 2022
| Version v0.6.0
Software
Open
althonos/pyhmmer: v0.6.0
Description
Added
pyhmmer.daemonmodule with an client implementation to communicate to ahmmpgmdserver.Pipeline.argumentsmethods to get a list of CLI arguments from the parameters used to initialize thePipeline.- Setters for
name,accessionanddescriptionproperties ofplan7.Hit. - Constructor for individual
plan7.Traceobjects outside aplan7.Traceslist. plan7.Trace.from_sequenceconstructor to create a faux trace from a single sequence.manually_includeandmanually_dropmethods toplan7.Hitfor manually selecting the inclusion status of aHitin aTopHitsinstance.compare_rankingmethod toplan7.TopHitsfor comparing the order of the hits compared to a previous run on the same targets stored in aneasel.KeyHashobject.Pipeline.iterate_seqandPipeline.iterate_hmmto run iterative queries like JackHMMER.reprimplementations foreasel.MSAFile,easel.SequenceFileandeasel.HMMFileshowing the path or file object they were created from.reprimplementation foreasel.Randomnessshowing the seed and the RNG algorithm in use.strimplementation forplan7.Alignmentusing HMMER original code to display a domain alignment like in search/scan results.
plan7.Trace.posterior_probabilitiesproperty may now beNonein case no memory is allocated for the posteriors in theP7_TRACEstruct.TopHits.to_msacan now add additional sequences passed as arguments to the alignment.plan7.HMMPressedFilenow raises an exception on attempts to create a new instance manually.ignore_gapsargument ofeasel.SequenceFileis now deprecated.reprimplementations foreaseltypes now use the fully qualified class name.
easel.SequenceFile.readintodocstring not rendering properly in documentation.- Type annotations of
hits_includedandhits_reportedofplan7.TopHitsmarking these properties asboolinstead ofint. - Setters of
name,accession,descriptionandauthorproperties ofeasel.MSAcrashing when givenNonevalues. - Exception value raised from Easel code not being properly extracted.
- Plain strings being used in example for
easel.TextSequenceandeasel.TextMSAconstructors where byte strings are expected (#20).
Files
althonos/pyhmmer-v0.6.0.zip
Files
(8.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:57cd4624045b05ab1157b9c7445cb49f
|
8.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/althonos/pyhmmer/tree/v0.6.0 (URL)