Skip to content

Pipelines to assemble long and short reads into a draft assembly then annotate.

License

Notifications You must be signed in to change notification settings

tdcollingsworth/assemble-annotate-nf

Repository files navigation

⚠️ In Development

Unicycler

https://github.com/rrwick/Unicycler

docker build --no-cache -t collingswortht/unicycler -f DOCKER/UNICYCLER/Dockerfile-unicycler .

Smartdenovo

https://github.com/ruanjue/smartdenovo

docker build --no-cache -t collingswortht/smartdenovo -f DOCKER/SMARTDENOVO/Dockerfile-smartdenovo .

MaSuRCA

https://github.com/alekseyzimin/masurca/

docker build --no-cache -t collingswortht/masurca -f DOCKER/MASURCA/Dockerfile-masurca .

BRAKER

https://github.com/Gaius-Augustus/BRAKER

docker build --no-cache -t collingswortht/annotate -f DOCKER/ANNOTATE/annotate_dockerfile .

Example run:

Collect read data (short reads, forward and reverse, as well as long reads "*.fastq.gz") and a reference fasta ("*.faa").

Place in "DATA/" directory and edit "*.nf" parameters.

nextflow run masurca_assemble-annotate.nf -c CONFIG/masurca.config

About

Pipelines to assemble long and short reads into a draft assembly then annotate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published