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
I tried using --force and --blast_targets $target_fasta and changing --tsv to --xml and the error stays the same.
I am confused about --blast_targets flag. When is it needed?
I could find only this similar issue that mentions regular expressions when importing BLAST data: #392
Should I try to rerun makeblastdb without -parse_seqids?
It was also mentioned in another issue that some combination of blast results columns have to be unique. But the error there was different... I did not do any filtering of BLAST results.
Any ideas, what is causing the problem?
The text was updated successfully, but these errors were encountered:
I simplified fasta headers to only include seq ID (e.g. Q8RWX4) and checked for potential duplicates. I created a new BLAST DB, rerun BLAST and the error stays the same. For some reason, the target IDs in the tsv file include string sp|<actual_id>|.
Because of this I also tried to use IDs with a prefix (e.g. uniprot_Q8RWX4) and the IDs in the tsv now match fasta headers, but the error stays the same.
What else can I try? I'm running out of ideas.
Should I rerun some previous stages of mikado after creating new BLAST results?
I did not rerun any, only updated the path to BLAST target fasta in configuration yaml (for --json-conf).
Hi,
When running
mikado serialise
with BLAST tsv results I get error:Cannot use a compiled regex as replacement pattern with regex=False
Serialise log:
Command used:
First 20 lines of $out_dir/mikado_prepared.blast.tsv:
I tried using
--force
and--blast_targets $target_fasta
and changing--tsv
to--xml
and the error stays the same.I am confused about
--blast_targets
flag. When is it needed?Blast tsv was constructed with:
I could find only this similar issue that mentions regular expressions when importing BLAST data: #392
Should I try to rerun
makeblastdb
without-parse_seqids
?It was also mentioned in another issue that some combination of blast results columns have to be unique. But the error there was different... I did not do any filtering of BLAST results.
Any ideas, what is causing the problem?
The text was updated successfully, but these errors were encountered: