I am making FASTA files from a bowtie index using bowtie-inspect. When I use this file in mirDeep I get the error:
'Error: Genome file file.fa has not allowed whitespaces in its first identifier'
I know the whitespace is between the >sequencid and the sequence but for the life of me I cannot figure how to add one that will be recognized.
I have been trying text editors, vi, emacs to no avail by adding a space or tab and none of these work. A colleague suggested I sed it but I am not sure what I would use to replace the space that is there with white space.
Any suggestions are appreciated.
'Error: Genome file file.fa has not allowed whitespaces in its first identifier'
I know the whitespace is between the >sequencid and the sequence but for the life of me I cannot figure how to add one that will be recognized.
I have been trying text editors, vi, emacs to no avail by adding a space or tab and none of these work. A colleague suggested I sed it but I am not sure what I would use to replace the space that is there with white space.
Any suggestions are appreciated.
Comment