-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lr-kallisto quant-tcc seg fault with bulk ONT #463
Comments
Hi, Sean, since you are processing bulk, it should only print out |
If I run with
However, if I set
This occurs regardless of whether I start the process with a single .fastq or multiple .fastq files. |
@sbresnahan can you post the exact commands you’re running? And can you try the official binaries on the Releases page to make sure it’s not a compilation error? |
Building transcriptome index:
Running lr-kallisto:
I will try the linked binary and get back to you. |
I do get a similar error
|
Very strange — quant-tcc seems to have issues with the input files supplied. If you are able to upload the files somewhere (the files supplied to quant-tcc) and email them to me, I can help debug. |
Sorted it |
Oh good catch! And yay! |
Version:
kallisto 0.51.1
I'm following a workflow outlined in issue 456 for using lr-kallisto with bulk ONT.
kallisto bus
,bustools sort
, andbustools count
steps complete without errors. However, thekallisto quant-tcc
step is being dumped by LSF with554689 Segmentation fault
shortly afterprocessing sample/cell N
.I'm using a kallisto index with kmer-length=63 built from transcripts pulled from the GCA_000001405.15_GRCh38_no_alt_analysis_set.fasta and gencode v45 gtf using gffread. An index built from these transcripts with kmer-length=31 have no issues with
kallisto quant
using short reads.The text was updated successfully, but these errors were encountered: