parsnp - rapid core genome multi-alignment
|--Parsnp 1.5.6--| For detailed documentation please see
--> http://harvest.readthedocs.org/en/latest usage: parsnp [-h]
[-c] -d SEQUENCES [SEQUENCES ...] [-r REFERENCE]
- [-g GENBANK [GENBANK ...]] [-o OUTPUT_DIR] [-q QUERY] [-U
MAX_MUMI_DISTR_DIST | -mmd MAX_MUMI_DISTANCE] [-F] [-M] [--use-ani]
[--min-ani MIN_ANI] [--use-mash] [--max-mash-dist MAX_MASH_DIST] [-a
MIN_ANCHOR_LENGTH] [-m MUM_LENGTH] [-C MAX_CLUSTER_D] [-z
MIN_CLUSTER_SIZE] [-D MAX_DIAG_DIFF] [-n {mafft,muscle,fsa,prank}] [-u]
[--use-fasttree] [--vcf] [-p THREADS] [-P MAX_PARTITION_SIZE] [-v] [-x]
[-i INIFILE] [-e] [-V]
- Parsnp quick start for three example scenarios: 1) With reference &
genbank file: python Parsnp.py -g <reference_genbank_file1
reference_genbank_file2 ...> -d <seq_file1 seq_file2 ...>
-p <threads>
- 2) With reference but without genbank file: python Parsnp.py -r
<reference_genome> -d <seq_file1 seq_file2 ...>
-p <threads>
- 3) Autorecruit reference to a draft assembly: python Parsnp.py -q
<draft_assembly> -d <seq_file1 seq_file2 ...> -p
<threads>
- -D MAX_DIAG_DIFF,
--max-diagonal-difference MAX_DIAG_DIFF, --DiagonalDiff
MAX_DIAG_DIFF
- Maximal diagonal difference. Either percentage (e.g. 0.2) or bp (e.g.
100bp)
- -n {mafft,muscle,fsa,prank},
--alignment-program {mafft,muscle,fsa,prank}, --alignmentprog
{mafft,muscle,fsa,prank}
- Alignment program to use
- -u,
--unaligned
- Output unaligned regions
This manpage was written by Nilesh Patra for the Debian
distribution and
can be used for any other usage of the program.