-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to index fasta file #3
Comments
I have inspected https://github.com/Oshlack/Toblerone/blob/master/src/utils.rs and found the fasta header was not in the expected format. I have suffixed each header with a " gene=IKZF1" and the error disappeared. However, I get no assigned counts with my tidx whereas I get some counts if I use the IKZF1.tidx file in the github repo.
|
The I realise it may not be documented well. Can you try with that script? Or at least look at the lines
|
Thanks for your answer, I came up with something similar: There is a typo in your shebang: Toblerone/scripts/create_index.bash Line 1 in 971ef2a
I also wrote a script to retrieve bed12 from UCSC from gene symbol that may be of interest for you: |
I am unable to get an index for any fasta I try. Here is below what I get if I try IKZF1 as a test:
I tried to use both v0.0.8 and 0.0.9 with the same issue.
Here is attached the fasta I try to index.
toblerone_transcriptome_IKZF1.zip
Can you share a working fasta so I can understand what is wrong with mine?
The text was updated successfully, but these errors were encountered: