next up previous contents index
Next: Tokens Up: Rqtl input files Previous: Rqtl input files   Contents   Index

First line

it is critical that the first line start with a pound symbol, a space, a number, a -filetype token and the qtls.inp filetype:

# 12345789    -filetype qtls.inp
 ^          ^          ^
space      space     space

The spaces are necessary, because the input is token based. The program will read the second token in the file as a long integer and use it as an identifier for the file. Thus, each file should have a unique identifier following the pound symbol.

The -filetype qtls.inp tells the QTL Cartographer programs that this is a qtls.inp formatted file.



Christopher Basten 2002-03-27