Skip to content

Commit f154aef

Browse files
authored
Merge pull request #858 from marcel-keller/patch-1
Corrected the --bamutils_clip flags in tutorials
2 parents ef683d0 + 7efae62 commit f154aef

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

docs/usage.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ nextflow run nf-core/eager \
12721272
--bam_mapping_quality_threshold 25 \
12731273
--bam_unmapped_type 'discard' \
12741274
--run_trim_bam \
1275-
--bamutils_clip_half_udg_left 2 \
1276-
--bamutils_clip_half_udg_right 2 \
1275+
--bamutils_clip_double_stranded_half_udg_left 2 \
1276+
--bamutils_clip_double_stranded_half_udg_right 2 \
12771277
<...>
12781278
```
12791279
@@ -1342,8 +1342,8 @@ nextflow run nf-core/eager \
13421342
--bam_mapping_quality_threshold 25 \
13431343
--bam_unmapped_type 'discard' \
13441344
--run_trim_bam \
1345-
--bamutils_clip_half_udg_left 2 \
1346-
--bamutils_clip_half_udg_right 2 \
1345+
--bamutils_clip_double_stranded_half_udg_left 2 \
1346+
--bamutils_clip_double_stranded_half_udg_right 2 \
13471347
--run_sexdeterrmine \
13481348
--sexdeterrmine_bedfile '../Reference/genome/1240k.sites.bed' \
13491349
--run_nuclear_contamination \
@@ -1383,8 +1383,8 @@ nextflow run nf-core/eager \
13831383
--bam_mapping_quality_threshold 25 \
13841384
--bam_unmapped_type 'discard' \
13851385
--run_trim_bam \
1386-
--bamutils_clip_half_udg_left 2 \
1387-
--bamutils_clip_half_udg_right 2 \
1386+
--bamutils_clip_double_stranded_half_udg_left 2 \
1387+
--bamutils_clip_double_stranded_half_udg_right 2 \
13881388
--run_sexdeterrmine \
13891389
--sexdeterrmine_bedfile '../Reference/genome/1240k.sites.bed' \
13901390
--run_nuclear_contamination \
@@ -1425,8 +1425,8 @@ nextflow run nf-core/eager \
14251425
--bam_mapping_quality_threshold 25 \
14261426
--bam_unmapped_type 'discard' \
14271427
--run_trim_bam \
1428-
--bamutils_clip_half_udg_left 2 \
1429-
--bamutils_clip_half_udg_right 2 \
1428+
--bamutils_clip_double_stranded_half_udg_left 2 \
1429+
--bamutils_clip_double_stranded_half_udg_right 2 \
14301430
--run_sexdeterrmine \
14311431
--sexdeterrmine_bedfile '../Reference/genome/1240k.sites.bed' \
14321432
--run_nuclear_contamination \
@@ -2397,10 +2397,10 @@ nextflow run nf-core/eager \
23972397
--run_bedtools_coverage \
23982398
--anno_file '../Reference/genome/Yersinia_pestis_C092_GCF_000009065.1_ASM906v1.gff'
23992399
--run_trim_bam \
2400-
--bamutils_clip_half_udg_left 2 \
2401-
--bamutils_clip_half_udg_right 2 \
2402-
--bamutils_clip_none_udg_left 3 \
2403-
--bamutils_clip_none_udg_right 3 \
2400+
--bamutils_clip_double_stranded_half_udg_left 2 \
2401+
--bamutils_clip_double_stranded_half_udg_right 2 \
2402+
--bamutils_clip_double_stranded_none_udg_left 3 \
2403+
--bamutils_clip_double_stranded_none_udg_right 3 \
24042404
<...>
24052405
```
24062406
@@ -2436,10 +2436,10 @@ nextflow run nf-core/eager \
24362436
--bam_unmapped_type 'discard' \
24372437
--dedupper 'markduplicates' \
24382438
--run_trim_bam \
2439-
--bamutils_clip_half_udg_left 2 \
2440-
--bamutils_clip_half_udg_right 2 \
2441-
--bamutils_clip_none_udg_left 3 \
2442-
--bamutils_clip_none_udg_right 3 \
2439+
--bamutils_clip_double_stranded_half_udg_left 2 \
2440+
--bamutils_clip_double_stranded_half_udg_right 2 \
2441+
--bamutils_clip_double_stranded_none_udg_left 3 \
2442+
--bamutils_clip_double_stranded_none_udg_right 3 \
24432443
--run_bedtools_coverage \
24442444
--anno_file '../Reference/genome/Yersinia_pestis_C092_GCF_000009065.1_ASM906v1.gff' \
24452445
--run_genotyping \
@@ -2479,10 +2479,10 @@ nextflow run nf-core/eager \
24792479
--bam_unmapped_type 'discard' \
24802480
--dedupper 'markduplicates' \
24812481
--run_trim_bam \
2482-
--bamutils_clip_half_udg_left 2 \
2483-
--bamutils_clip_half_udg_right 2 \
2484-
--bamutils_clip_none_udg_left 3 \
2485-
--bamutils_clip_none_udg_right 3 \
2482+
--bamutils_clip_double_stranded_half_udg_left 2 \
2483+
--bamutils_clip_double_stranded_half_udg_right 2 \
2484+
--bamutils_clip_double_stranded_none_udg_left 3 \
2485+
--bamutils_clip_double_stranded_none_udg_right 3 \
24862486
--run_bedtools_coverage \
24872487
--anno_file '../Reference/genome/Yersinia_pestis_C092_GCF_000009065.1_ASM906v1.gff' \
24882488
--run_genotyping \

0 commit comments

Comments
 (0)