skip to main content
Roche logo
3. SFF Tools Commands : 3.4 fnafile
3.4
fnafile [options] (fastafile or PHDfile or SCFfile or directory)...
The trimpoint values are 1-based position values that denote the first and last base of the trimmed region (e.g. for a read 800 bases in length, the example above specify that bases 1-11 and 544-800 should be ignored, and bases 12-543 form the trimmed region of the read). A value of 0 specifies that the beginning or end of the read should be used (e.g. for a read 800 bases in length, the line “accno 12 0” sets the trimmed region to 12-800).
The fnafile command will execute the command string “command accnodescription’” for each read, where “command” is the value of the –ac option, “accno” is the first non-whitespace string on the input read’s description line, and “description” is the input read’s full description line (including the accno).
Note: This command is not aware of consed’s phd_dir versioning of reads. If a phd_dir directory is given that contains multiple versions of the PHD file for a single read, all versions will be read and used by the command, and multiple versions of those reads will appear in the output FASTA file. The same holds true if a phd.ball file and individual PHD files are given on the command line.