segul 0.18.1

An ultrafast and memory efficient alignment tool for phylogenomics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod utils;

use std::env;

use predicates::Predicate;

use segul::helper::finder::Files;
use segul::helper::types::InputFmt;

#[test]
fn test_convert() {
    initiate_cmd!(cmd, "convert", "tests/files/concat/", tmp_dir);
    cmd.arg("-F").arg("phylip").assert().success();
    test_results!(4, tmp_dir, "SEGUL-Convert", Phylip);
}