Mentions légales du service

Skip to content

#136 dnadna predict from a list of files

Julien Rabault requested to merge #136-dnadna-predict-from-a-list-of-files into master

#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.

Merge request reports