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
Hi Themisto developers,
After running themisto build I wanted to use pseudoaligment.
I am getting an error:
terminate called after throwing an instance of 'std::runtime_error'
what(): BUG: dead end in get_color_set_id
The command is:
themisto pseudoalign --query-file /cluster/work/users/.../Repair_4/1/abc_1.repair.fastq.gz --out-file /cluster/work/users/.../mSWEEP/1/abc_R1_Kleb_pseudo_alignment.aln --rc --index-prefix /cluster/work/users/.../mSWEEP/themisto_index/themisto --temp-dir /cluster/work/users/.../mSWEEP/tmp_sweep --n-threads 8 --sort-output-lines --gzip-output
Could you tell me where is the problem coming from?