DOKK / manpages / debian 13 / bali-phy / cut-range.1.en
cut-range(1) cut-range(1)

cut-range - Select lines from multiple input files based on lines containing key = value.

cut-range filename1.fastas [filename2.fastas ...] [OPTIONS]

Select lines from multiple input files based on lines containing key = value.

produce help message
–key arg (=iterations)
cut based on values of key=value
–skip arg
the number of samples to skip
–until arg
last sample to use
–size arg
maximum number of samples to use
–verbose
Output more log messages on stderr.

Select alignments after the first 100 iterations from two different runs:

% cut-range --skip=100 run-1/C1.P1.fastas run-2/C1.P1.fastas > P1.fastas
    

BAli-Phy online help: http://www.bali-phy.org/docs.php.

Please send bug reports to bali-phy-users@googlegroups.com.

Benjamin Redelings.

Feb 2018