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
In the case of 0 matches and 0 mismatches, guidescan enumerate --format csv fails to produce any output line corresponding to the kmer. guidescan enumerate --format sam produces a line, but it is truncated and does not have all expected columns.
This is the case regardless of --mode succinct or --mode complete.
The desired behavior is to still produce the output line with the appropriate values so it is not simply "lost" in processing.
This was tested in guidescan v2.1.6
The text was updated successfully, but these errors were encountered:
In the case of 0 matches and 0 mismatches,
guidescan enumerate --format csv
fails to produce any output line corresponding to the kmer.guidescan enumerate --format sam
produces a line, but it is truncated and does not have all expected columns.For example, the kmer file:
processed against
hg38.index
produces the sam line:This is the case regardless of
--mode succinct
or--mode complete
.The desired behavior is to still produce the output line with the appropriate values so it is not simply "lost" in processing.
This was tested in
guidescan v2.1.6
The text was updated successfully, but these errors were encountered: