-
Notifications
You must be signed in to change notification settings - Fork 0
create.multifastas.parallel.sh
Simon Crameri edited this page Apr 3, 2022
·
1 revision
Create multi-sequence FASTA files uf unaligned contigs, for a batch of target regions in parallel.
create.multifastas.parallel.sh -s <file> -l <file> -d <directory> -t <positive integer>
# Required
-s Path to file with sample basenames (without header or '>').
-l Path to file with locus names (without header or '>').
-d Path to directory with exonerate results. This directory should contain a subdirectory for each sample,
with FASTA files with the best-matching contigs.
# Optional [DEFAULT]
-t [15] Number of alignments processed in parallel.
This script creates an output directory of the form multifasta.${nind}.${nloc}, where
create.multifastas.parallel.sh -s samlples.txt -l loci.txt -d NovaSeq-run1_exonerate -t 20
CaptureAl v0.1 Documentation