Skip to content

Commit

Permalink
Update 02_QualityAndAssembly.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona authored Oct 15, 2023
1 parent 348cc13 commit 229437c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exercises/02_QualityAndAssembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ An now run the main nextflow command for pre-processing

```
nextflow run ../../bacterial_wgs_training/main.nf
-c ../../bacterial_wgs_training/nextflow_2.config \
--reads '../RAW/DOWNSAMPLED/*_R{1,2}.fastq.gz' \
-profile conda \
--fasta ../REFERENCES/listeria_NC_021827.1_NoPhagues.fna \
Expand Down Expand Up @@ -215,7 +214,6 @@ Now we can run the assembly process

```
nextflow run ../../bacterial_wgs_training/main.nf \
-c ../../bacterial_wgs_training/nextflow_2.config \
-resume \
-profile conda \
--reads '../RAW/DOWNSAMPLED/*_R{1,2}.fastq.gz' \
Expand Down

0 comments on commit 229437c

Please sign in to comment.