#136 dnadna predict from a list of files
#136 (closed) and #104 (closed)
I made the following modifications:
- The input for
dnadna predict
can be one or more files or a text file containing SNP matrices in one of the supported formats, or a dataset config file. In the case of a dataset config file, all files in the dataset are processed, except if you use the --test option. - An option,
--test
, which can be one or more split names to use for testing only. If the requested split does not exist or is set to None, or if it is not provided, we predict on the entire file.