Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 671 Bytes

arbopan

A pangenomics pipeline tailored for arboviruses.

Usage

The pipeline only supports conda environments at the moment.

nextflow run mbbu/arbopan -profile conda --input "sample_data/*.fa" --results "sample_results" -r main

References

  1. vgteam/vg: Variation graph toolkit.
  2. GSLBiotech/mafft: Multiple sequence alignment tool.
  3. sanger-pathogens/snp-sites: Rapidly extracts SNPs from a multi-FASTA alignment.
  4. samtools/htslib: Provides tabix for indexing and bgzip for zipping.