Closed mozack closed 1 year ago
The PGR-TK is not designed for searching for short sequencing. If you read the algorithm section, it needs the sequence long enough for creating the minimizer anchors. Please take a look at the provided examples. You can increase the windows of the sequences that you want to search to get results.
Ok, thanks.
Hi,
I am attempting to use pgr-query to search the human pangenome draft. Known exact hits are not being found. For example:
pgr-query pangenome_draft1_v1.1 test1.fa test1_output
returns no hits and an empty fasta:
The input sequence is definitely present:
Querying a contig with agc returns the sequence:
What might cause this? Is there a minimum query sequence length?