Entering edit mode
11.9 years ago
pmuench
▴
140
I want to find miRNAs on a fastq file with mirDeep2. After adapter clipping and alignment (with mapper.pl from mirDeep2) against human_g1k_v37
(indexed with bowtie) I get following error message:
Error: Genome file /PathToFile/human_g1k_v37.fasta has not allowed whitespaces in its first identifier
The first line of the reference file looks like this:
>1 dna:chromosome chromosome:GRCh37:1:1:249250621:1
If I delete all white spaces in the identifiers, and rerun the mapping and mirDeep2, I get an other error message:
The mapped reference id 1 from file exmaple_collapsed.arf is not an id of the genome file /PathToFile/human_g1k_v37.fasta
Any idea how i have to convert the reference file? Thank you!
Hi,
I know this post has been out for a while but I'd appreciate some help. I tried a few data sets on mirdeep2 and I always got this error:
I have tried to remove whitespaces several times to ensure my fasta file is OK but the error keeps returning. Please, kindly help.