If a test resulted in 'Failed' instead of 'Passed', the stdout is printed in log.
Sometimes, files are not tested because present in _exp_dir_ but not in _obs_dir_. Then a log `ft_[STEP].not_tested` is created containing names of missing files. In **02_assembly**, there are two possible assembly programs that can be used: _metaspades_ and _megahit_, resulting in this `.not_tested log` file. Not tested files are not counted in missed count.
Sometimes, files are not tested because present in exp_dir but not in obs_dir. Then a log ft_\[step\].not_tested is created containing names of missing files. In 02_assembly, there are two possible assembly programs that can be used: metaspades and megahit, resulting in this .not_tested log file. Not tested files are not counted in missed count.
### Test methods
...
...
@@ -113,23 +113,14 @@ Sometimes, files are not tested because present in _exp_dir_ but not in _obs_dir
sort_diff: simple bash difference between two files
`diff <(sort exp_path) <(sort obs_path)`
-**diff**: simple bash difference between two files
`diff exp_path obs_path`
-**zdiff**: simple bash difference between two gzipped files
`zdiff exp_path obs_path`
-**no_header_diff**: remove the headers of .annotations and .seed_orthologs files