DOKK / manpages / debian 10 / phyx / pxsw.1.en
PXSW(1) User Commands PXSW(1)

pxsw - Conduct Smith-Waterman analysis for all the seqs in a file.

pxsw [OPTION]... [FILE]...

Conduct Smith-Waterman analysis for all the seqs in a file. This will take fasta, fastq, phylip, and nexus inputs. Output is a list of the scores and distances (and the alignments if asked). Can read from stdin or file.

input sequence file, stdin otherwise
output score/distance file, stout otherwise
output sequence file, won't output otherwise
sequence type, default=DNA (DNA=0,AA=1)
scoring matrix, default DNA=EDNAFULL, AA=BLOSUM62
number of threads (open mp), default=2
make the output more verbose, turns off parallel
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 pxsw 0.99+ds