DOKK / manpages / debian 10 / phyx / pxcat.1.en
PXCAT(1) User Commands PXCAT(1)

pxcat - Sequence file concatenation.

pxcat [OPTION]...

Sequence file concatenation. Can use wildcards e.g.:

pxcat -s *.phy -o my_cat_file.fa

for x in *.phy; do echo $x >> flist.txt; done

pxcat -f flist.txt -o my_cat_file.fa

This will take fasta, fastq, phylip, and nexus inputs. Individual files can be of different formats.

list of input sequence files (space delimited)
file listing input files (one per line)
output sequence file, stout otherwise
output partition file, none otherwise
display this help and exit
display version and exit

Report bugs to: <https://github.com/FePhyFoFum/phyx/issues> phyx home page: <https://github.com/FePhyFoFum/phyx>

This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

May 2018 pxcat 0.99+ds