Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 251 Bytes

align-compare

Pipeline to make pairwise comparisons of matched fasta sequences.

Usage

nextflow run BCCDC-PHL/align-compare \
  --fasta_1_input </path/to/fastas> \
  --fasta_2_input </path/to/other_fastas> \
  --outdir </path/to/outdir>