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
Each pair should be concatenated and separated by a N character.
The k-mers overlapping that position should have a specific marker in the output, e.g. C (concatenation).
The hit and coverage masks should not contain the concatenation k-mers, but the two reads should be separated by a pipe (|).
read1 ref1 8 2 8 1|1
Alternative solutions
If there is a cleaner way to obtain the same result without concatenating reads with N, we should consider it (e.g. query the two parts indipendently).
The text was updated successfully, but these errors were encountered:
Add support for paired-end reads to the
query
command.Updated specification
Behavior
Each pair should be concatenated and separated by a
N
character.The k-mers overlapping that position should have a specific marker in the output, e.g.
C
(concatenation).Example
k=4
in1.fq
:in2.fq
:Extended Kraken format
output:
Bitmask output format (#14 )
The hit and coverage masks should not contain the concatenation k-mers, but the two reads should be separated by a pipe (
|
).Alternative solutions
If there is a cleaner way to obtain the same result without concatenating reads with
N
, we should consider it (e.g. query the two parts indipendently).The text was updated successfully, but these errors were encountered: