Hi, I have a weird problem with the bfast match step on Fedora 14. It looks something like this:
bfast match -f refGenome.fna -r /home/proj/data/reads/4.fastq
Its not about the writing rights of the tmpDir, as full writing rights don't seem to help. Do I miss something obvious..?
Thanks in advance.
bfast match -f refGenome.fna -r /home/proj/data/reads/4.fastq
...
************************************************************
Searching for main indexes...
Found 1 index (1 file).
Not using secondary indexes.
************************************************************
Reading in reference genome from refGenome.fna.nt.brg.
In total read 10 contigs for a total of 1000000000 bases
************************************************************
Reading /home/proj/data/reads/4.fastq into a temp file.
************************************************************
In function "OpenTmpGZFile": Fatal Error[OpenFileError]. Variable/Value: ./.bfast.tmp.2QJsyX.
Message: Could not open temporary file.
The file stream error was:: No such file or directory
***** Exiting due to errors *****
************************************************************
Searching for main indexes...
Found 1 index (1 file).
Not using secondary indexes.
************************************************************
Reading in reference genome from refGenome.fna.nt.brg.
In total read 10 contigs for a total of 1000000000 bases
************************************************************
Reading /home/proj/data/reads/4.fastq into a temp file.
************************************************************
In function "OpenTmpGZFile": Fatal Error[OpenFileError]. Variable/Value: ./.bfast.tmp.2QJsyX.
Message: Could not open temporary file.
The file stream error was:: No such file or directory
***** Exiting due to errors *****
Thanks in advance.
Comment