Skip to content

Pipeline for analyzing HIVDR samples sequenced using Oxford Nanopore Technologies (ONT).

Notifications You must be signed in to change notification settings

AMTL-BDMU/Figaro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Amplicon-based ONT

nextflow run Figaro \
	--ontAmplicon \
	--inDir <input directory> \
	--outDir <output directory> \
	--reference <reference.fasta> \
	--primer <primer bed file> \
	--medakaModel <medaka model>
Parameter Description
inDir directory containing sub-directories with non-concatenated fastq files or directory containing concatenated fastq files
reference custom reference, e.g. whole genome or pol gene only
primer bed file used for primer trimming. See sample assets/primers/primerpair_pol.bed. If primers are not within the reference fasta, just use 0 for the genomic range in the bed file.
medakaModel see list



Running Shotgun short-reads

nextflow run Figaro \
	--illuminaShotgun \
	--inDir <input directory > \
	--outDir <output directory>
Parameter Description
inDir directory containing the forward and reverse fastq files



Updating HIVDB Algorithm

Download xml files here then revise --sierraXML in the nextflow.config.

About

Pipeline for analyzing HIVDR samples sequenced using Oxford Nanopore Technologies (ONT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published