Currently, the qualitycheck.py script will move files that do not match the template established in the file qualitycheck_config.py to the temporary directory specified in the configuration file. Moving files should be made an explicit option in the config file just as renaming files is an explicit option.
The default behavior of the qualitycheck.py script should be set to produce a log that describes the dataset, but does nothing to the files themselves. Explicit options can then be set to move or rename files based on whether they adhere to the config file specifications.
Currently, the
qualitycheck.pyscript will move files that do not match the template established in the filequalitycheck_config.pyto the temporary directory specified in the configuration file. Moving files should be made an explicit option in the config file just as renaming files is an explicit option.The default behavior of the qualitycheck.py script should be set to produce a log that describes the dataset, but does nothing to the files themselves. Explicit options can then be set to move or rename files based on whether they adhere to the config file specifications.