segul 0.23.2

An ultrafast and memory-efficient tool for phylogenomics
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
NAME="segul-ManyLinux-x86_64.tar.gz"
EXE="segul"

echo "Filename: ${NAME}"

echo "Stripping ${EXE}"
strip $EXE

tar czvf $NAME $EXE