The command I am using is :
"./bfast-0.7.0/bin/bfast match -f human_g1k_v37.fa -r part2.fa > test.bmf"
The human_g1k_v37.fa has been indexed.
Error Message:
“In function "RGIndexReadHeader": Fatal Error[ReadFileError]. Message: Could not read header.”
Dose somebody have encountered this error? Or can you give some ideas on what may be the reason for this error?
The input is indexed fasta and fastq. I don't think there is read header in these inputs. Read header, as I know, appears in SAM or BAM format files, which are output of alignment. But now I am working on alignment, how can the inputs have read header. It's strange.
"./bfast-0.7.0/bin/bfast match -f human_g1k_v37.fa -r part2.fa > test.bmf"
The human_g1k_v37.fa has been indexed.
Error Message:
“In function "RGIndexReadHeader": Fatal Error[ReadFileError]. Message: Could not read header.”
Dose somebody have encountered this error? Or can you give some ideas on what may be the reason for this error?
The input is indexed fasta and fastq. I don't think there is read header in these inputs. Read header, as I know, appears in SAM or BAM format files, which are output of alignment. But now I am working on alignment, how can the inputs have read header. It's strange.
Comment