This nextflow script performs read cleaning, genome assembly, assembly quality assessment, and bacterial genome characterization of unassembled reads from a bacterial isolate.
conda create -n nextflow_env -y
conda activate nextflow_env
conda install -c bioconda -c conda-forge skesa fastp mlst quast nextflow -y
nextflow run main_test1.nf --inputR1 ./SRR3215024_1.fastq.gz --inputR2 ./SRR3215024_2.fastq.gz