Hello All,
I'm attempting my first few runs on BFAST, and while everything seems to run fine through the index searching step, I cannot get past the localalign step; the program always dies with the following output:
$ bfast localalign -f <file>.fa -m <file>.cs.1.bmf -A 1 -n 8 -t > <file>.cs.1.baf
************************************************************
Checking input parameters supplied by the user ...
Validating fastaFileName <file>.fa.
Validating matchFileName<file>.cs.1.bmf.
**** Input arguments look good! *****
************************************************************
************************************************************
Printing Program Parameters:
programMode: [ExecuteProgram]
fastaFileName: <file>.fa
matchFileName: <file>.cs.1.bmf
scoringMatrixFileName: [Not Using]
ungapped: [Not Using]
unconstrained: [Not Using]
space: [Color Space]
startReadNum: 1
endReadNum: 2147483647
offsetLength: 20
maxNumMatches: 384
avgMismatchQuality: 10
numThreads: 8
queueLength: 10000
pairedEndLength: [Not Using]
mirroringType: [Not Using]
forceMirroring: [Not Using]
timing: [Using]
************************************************************
************************************************************
Reading in reference genome from <file>.fa.nt.brg.
************************************************************
In function "RGBinaryReadBinary": Fatal Error[OpenFileError]. Variable/Value: <file>.fa.nt.brg.
Message: Could not open brgFileName for reading.
The file stream error was:: No such file or directory
***** Exiting due to errors *****
************************************************************
Why does it insist in finding a nucleotide space reference file? Everything up until this point has been done in color space, and it is so indicated in the command option values. Has anyone else encountered this problem?
Regards to all...
I'm attempting my first few runs on BFAST, and while everything seems to run fine through the index searching step, I cannot get past the localalign step; the program always dies with the following output:
$ bfast localalign -f <file>.fa -m <file>.cs.1.bmf -A 1 -n 8 -t > <file>.cs.1.baf
************************************************************
Checking input parameters supplied by the user ...
Validating fastaFileName <file>.fa.
Validating matchFileName<file>.cs.1.bmf.
**** Input arguments look good! *****
************************************************************
************************************************************
Printing Program Parameters:
programMode: [ExecuteProgram]
fastaFileName: <file>.fa
matchFileName: <file>.cs.1.bmf
scoringMatrixFileName: [Not Using]
ungapped: [Not Using]
unconstrained: [Not Using]
space: [Color Space]
startReadNum: 1
endReadNum: 2147483647
offsetLength: 20
maxNumMatches: 384
avgMismatchQuality: 10
numThreads: 8
queueLength: 10000
pairedEndLength: [Not Using]
mirroringType: [Not Using]
forceMirroring: [Not Using]
timing: [Using]
************************************************************
************************************************************
Reading in reference genome from <file>.fa.nt.brg.
************************************************************
In function "RGBinaryReadBinary": Fatal Error[OpenFileError]. Variable/Value: <file>.fa.nt.brg.
Message: Could not open brgFileName for reading.
The file stream error was:: No such file or directory
***** Exiting due to errors *****
************************************************************
Why does it insist in finding a nucleotide space reference file? Everything up until this point has been done in color space, and it is so indicated in the command option values. Has anyone else encountered this problem?
Regards to all...
Comment