Skip to content

FischbachLab/nf-megahit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A simple script showing the megahit assembly example for the Nextflow framework.

Run on a local machine

nextflow run -resume main.nf --seedfile 's3://genomics-workflow-core/Results/Megahit/2seedfile.csv' --output_path 's3://genomics-workflow-core/Results/Megahit/2samples' -profile docker

Updated version with a seedfile as the input file

aws batch submit-job \
    --job-name nf-megahit \
    --job-queue priority-maf-pipelines \
    --job-definition nextflow-production \
    --container-overrides command="FischbachLab/nf-megahit, \
"--seedfile", "s3://genomics-workflow-core/Results/Megahit/2seedfile.csv", \
"--output_path", "s3://genomics-workflow-core/Results/Megahit/2samples" "

About

MAG assembly and binning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published