Hi,
I am trying to use the (-T) option in the bfast "match" command to specify the directory to which temporary files will be written instead of the default directory (current directory), but not yet able to do so!
I am trying to use the following command:
bfast match -f phi.x.174.fa -r reads.phi.x.174.fastq -T '/home/student/bfast/tmpDir' > bfast.matches.file.phi.x.174.bmf
and I get this error:
In function "BfastMatchValidateInputs": Fatal Error[IllegalPath]. Variable/Value: tmpDir.
Message: Command line argument.
***** Exiting due to errors *****
Could anyone please advise on how to specify the "path" in the (-T) option?
Thanks in advance.
I am trying to use the (-T) option in the bfast "match" command to specify the directory to which temporary files will be written instead of the default directory (current directory), but not yet able to do so!
I am trying to use the following command:
bfast match -f phi.x.174.fa -r reads.phi.x.174.fastq -T '/home/student/bfast/tmpDir' > bfast.matches.file.phi.x.174.bmf
and I get this error:
In function "BfastMatchValidateInputs": Fatal Error[IllegalPath]. Variable/Value: tmpDir.
Message: Command line argument.
***** Exiting due to errors *****
Could anyone please advise on how to specify the "path" in the (-T) option?
Thanks in advance.
Comment