Skip to content

Commit 32f640c

Browse files
authored
Update README.md
1 parent 67e9309 commit 32f640c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ Run Snakemake by indicating the number of jobs or cores that are available to ru
126126
```linux
127127
# command to run the pipeline without attempting to remove any pseudogenes
128128
# be sure to choose the appropriate config file for your amplicon, or edit to match your primers (eg. BR5 shown here)
129-
snakemake --jobs 24 --snakefile snakefile_withoutPseudogeneFiltering --config_BR5.yaml
129+
snakemake --jobs 24 --snakefile snakefile_withoutPseudogeneFiltering --configfile config_BR5.yaml
130130
131131
# command to run the pipeline to remove arthropod pseudogenes
132-
snakemake --jobs 24 --snakefile snakefile_withPseudogeneFiltering --config_BR5.yaml
132+
snakemake --jobs 24 --snakefile snakefile_withPseudogeneFiltering --configfile config_BR5.yaml
133133
```
134134

135135
You can view read number and length (min, max, mean, median, mode) statistics for each sample at steps of the bioinformatic pipeline.

0 commit comments

Comments
 (0)