Manual¶
CLI help¶
# Get help in the command line
plot_nucmer --help
Required¶
Arguments |
Required |
Default value |
Description |
|---|---|---|---|
|
Y |
NA |
Path to FASTA file to be used as subject in alignment. |
|
Y |
NA |
Prefix (name) to be used for subject FASTA. If prefix has a space it must be double quoted. |
|
Y |
NA |
Path to FASTA file to be used as query in alignment. |
|
Y |
NA |
Prefix (name) to be used for query FASTA. If prefix has a space it must be double quoted. |
Optinal customisation¶
Arguments |
Required |
Default value |
Description |
|---|---|---|---|
|
N |
plot_nucmer_${QUERY_PREFIX}_vs_${SUBJECT_PREFIX} |
Prefix for nucmer plot outputs. |
|
N |
gray70 |
R color for subject contigs. |
|
N |
steelblue |
R color for query contigs. |
|
N |
1000 |
Min. alignment length to be considered for plot. |
|
N |
90 |
Min. alignment identity to be considered for plot. |
For a better understanding see the Quickstart.