Skip to content
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

pseudoalignments.bam to bed file? #174

Open
dtomas1989 opened this issue Jun 1, 2018 · 1 comment
Open

pseudoalignments.bam to bed file? #174

dtomas1989 opened this issue Jun 1, 2018 · 1 comment

Comments

@dtomas1989
Copy link

Hi all,
I am using kallisto with this command:

kallisto quant -i kallisto_index --bias --genomebam --chromosomes chrm.sizes.txt --gtf ITAG3.10_gene_models.gtf -o test R2_001.tr.fq.gz R2_001.tr.fq.gz

But now I want convert my bam file from kallisto to a bed file but i have the following mistake:

bedtools bamtobed -i pseudoalignments.bam

Error:
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 13)
Any suggestions?, thanks in advance

@Rhinogradentia
Copy link

I had kind of a similar problem which was solved by using another gtf. The main problem was the gtf format.
The error message seems to has something to do with coordinates or sequence lenghts I would suggest. Maybe the information to the gtf file format in this thread helps:
#155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants