You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a single query fasta file with sequences and a set of hmm files with corresponding reference tree and alignment, search the query sequences with all hmm files. Among hits that qualify above a bitscore and/or e-value cutoff, identify the hmm(s) for which each sequence scored best (bitscore). For every hmm, pass the assigned sequences to placement.
The pipeline will be called with a samplesheet without the queryseqfile. Query sequences will instead be passed via --queryseqfile. This combination of parameters, i.e. --input in combination with --queryseqfile, will trigger the new behaviour. Parameters, passed to hmmsearch, for minimum bitscore and maximum e-value will be added.
The text was updated successfully, but these errors were encountered:
Description of feature
Given a single query fasta file with sequences and a set of hmm files with corresponding reference tree and alignment, search the query sequences with all hmm files. Among hits that qualify above a bitscore and/or e-value cutoff, identify the hmm(s) for which each sequence scored best (bitscore). For every hmm, pass the assigned sequences to placement.
The pipeline will be called with a samplesheet without the
queryseqfile
. Query sequences will instead be passed via--queryseqfile
. This combination of parameters, i.e.--input
in combination with--queryseqfile
, will trigger the new behaviour. Parameters, passed tohmmsearch
, for minimum bitscore and maximum e-value will be added.The text was updated successfully, but these errors were encountered: