Man page - cut-range(1)
Packages contains this manual
- alignment-consensus(1)
- cut-range(1)
- alignment-thin(1)
- alignment-max(1)
- bali-phy-pkg(1)
- bp-analyze(1)
- alignment-draw(1)
- summarize-ancestors(1)
- extract-ancestors(1)
- stats-select(1)
- mctree-mean-lengths(1)
- trees-consensus(1)
- alignment-find(1)
- bali-phy(1)
- statreport(1)
- alignment-indices(1)
- tree-mean-lengths(1)
- pickout(1)
- draw-tree(1)
- alignment-gild(1)
- alignment-distances(1)
- alignment-info(1)
- tree-tool(1)
- alignments-diff(1)
- trees-bootstrap(1)
- mcon-tool(1)
- alignment-cat(1)
- alignment-chop-internal(1)
- alignment-translate(1)
- trees-distances(1)
- bali-subsample(1)
apt-get install bali-phy
Manual
cut-range
NAMESYNOPSIS
DESCRIPTION
ALL OPTIONS:
EXAMPLES:
REPORTING BUGS:
AUTHORS
NAME
cut-range - Select lines from multiple input files based on lines containing key = value.
SYNOPSIS
cut-range filename1.fastas [filename2.fastas ...] [OPTIONS]
DESCRIPTION
Select lines from multiple input files based on lines containing key = value.
ALL OPTIONS:
-h , –help
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.
EXAMPLES:
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
REPORTING BUGS:
BAli-Phy online help: http://www.bali-phy.org/docs.php .
Please send bug reports to bali-phy-users@googlegroups.com .
AUTHORS
Benjamin Redelings.