Skip to content

Commit e2f3505

Browse files
committed
update manual tests for mva
1 parent c17a068 commit e2f3505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/manual_tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,8 +1136,8 @@ nextflow run main.nf -profile test,docker --outdir ./results -w work/ -resume --
11361136
11371137
Based on test_microbial, but forcing GATK_UG genotyping. Multi Reference.
11381138
```bash
1139-
## Gatk UG on raw reads
1139+
## Gatk UG on raw reads. Use BWA because circularmapper runs into issues with BWA, due to difference in MT chrom length.
11401140
## Expect: One VCF + .tbi index per sample/reference combination. Also 1 bcftools_stats file per VCF. Additional IR/ subdirectory with 1 bam and 1 bai per sample/reference combination.
11411141
## Expect: MVCFA runs.
1142-
nextflow run main.nf -profile test_microbial,docker --outdir ./results -w work/ -resume --run_genotyping --genotyping_tool 'ug' --genotyping_source 'raw' --genotyping_gatk_ug_keeprealignbam -ansi-log false -dump-channels --run_consensus_sequence --consensus_tool 'multivcfanalyzer'
1142+
nextflow run main.nf -profile test_microbial,docker --outdir ./results -w work/ -resume --run_genotyping --genotyping_tool 'ug' --genotyping_source 'raw' --genotyping_gatk_ug_keeprealignbam -ansi-log false -dump-channels --run_consensus_sequence --consensus_tool 'multivcfanalyzer' --mapper 'bwaaln'
11431143
```

0 commit comments

Comments
 (0)