-
Notifications
You must be signed in to change notification settings - Fork 0
align.multifastas.parallel.sh
Simon Crameri edited this page Apr 3, 2022
·
1 revision
Align multi-sequence FASTA files for a batch of target regions in parallel.
align.multifastas.parallel.sh -d <directory> -m <string> -t <positive integer>
mafft
# Required
-d Path to directory with multifasta files. This directory should contain a FASTA file for each
target region, each with unaligned contigs of multiple samples.
# Optional [DEFAULT]
-m [`localpair`] MAFFT alignment model. Choose between 'localpair', 'globalpair' or 'genafpair'.
See MAFFT documentation for further details.
-t [4] Number of parallel threads.
This script creates an output directory of the form mafft.${nind}.${nloc}, where
align.multifastas.parallel.sh -d multifasta.63.2396 -m 'localpair' -t 20
CaptureAl v0.1 Documentation