Skip to content

A simple nextflow that performs blastn with Docker support

License

Notifications You must be signed in to change notification settings

hoelzer/nf_blast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple nextflow that performs blastn with Docker support

Usage

nextflow run main.nf --help
nextflow run main.nf --fasta 'data/*.fa' --db data/db.fasta --cores 4 --outdir results -profile conda

You can switch between execution using docker containers and conda environments via

-profile [docker|conda]

Use the --chunk n parameter to automatically split a Fasta file into multiple Fasta files each containing n sequences. The chunked Fasta files will processed separately and, if possible, in parallel. The final output will be merged and is the same like no chunk parameter was used.

About

A simple nextflow that performs blastn with Docker support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published