Skip to content

hinagaur/Nextflow_Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nextflow exercise

This nextflow script performs read cleaning, genome assembly, assembly quality assessment, and bacterial genome characterization of unassembled reads from a bacterial isolate.

Prerequisites:

Create a conda environment with the following tools installed:

conda create -n nextflow_env -y

Activate the conda environment:

conda activate nextflow_env

Installing all the necessary tools:

conda install -c bioconda -c conda-forge skesa fastp mlst quast nextflow -y

Run the nextflow script as following (change the path of reads to your own reads):

nextflow run main_test1.nf --inputR1 ./SRR3215024_1.fastq.gz --inputR2 ./SRR3215024_2.fastq.gz 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors