Entering edit mode
7.4 years ago
biomagician
▴
410
Dear all,
I have created a Hera index using:
./output/software/hera/build/hera_build --fasta output/genome/celegans/ref/seq/celegans.fa --gtf output/genome/celegans/ref/annotation/celegans.gtf --outdir output/genome/celegans/ref/index/hera/
This creates 3 files: index, reference.inf, transcripts.fasta
I then use:
./output/software/hera/build/hera quant -i output/genome/celegans/ref/index/hera/ output/reads/illumina/trimmed/pooled/altadena1.fastq
but this creates the following error:
Can not open index file or file is not exist!!!
Can anybody help me, please?
Thanks.
Best,
C.
Hi cristian, I have created a similar working directory as your command and tried to map a fastq read file on c.elegans genome (from ensembl). It turned out to work normally on my system.
Can you give me more details about your system (uname -a) and results from index step (ls -lha output/genome/celegans/ref/index/hera/)?
Hi phuongthao.12csh,
Since your reaction is a query for more information and not (yet) an answer to OPs question I have moved your reaction to a comment rather than an answer.
Cheers,
Wouter
Hi, Thanks.
Best, C.
And,
Perhaps another recommendation for the developers would be to change that error message from:
To:
Thanks WouterDeCoster. We have fixed the typos but still can't reproduce the error!
Hi Cristian, Thank you for the bug report and sorry for the error! Can you tell me what is the output of "ls output/genome/celegans/ref/index/hera/"
Hi,
Here it is.
Best, C.
Have you checked
hera
help? It looks like you may need to include the basename for the index. Instead of-i output/genome/celegans/ref/index/hera/
e.g.-i output/genome/celegans/ref/index/hera/genome
.Hi,
I tried your change but it did not work. Why two forward slashes? And why 'genome' in particular? What is the basename?
From what is written here: https://github.com/bioturing/hera I cannot find anything about the basename.
Thanks.
Best,
C.
Double-slashes were a typo. Fixed.