Skip to content

Commit 5587263

Browse files
committed
linting
1 parent 09ed479 commit 5587263

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/development/manual_tests.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@ nextflow run main.nf -profile test,docker --outdir ./results -w work/ --convert_
11271127
# MultiVCFAnalyzer
11281128
11291129
Based on GATK_UG test, but with added consensus sequence.
1130+
11301131
```bash
11311132
## Gatk UG on raw reads
11321133
## 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.
@@ -1135,9 +1136,10 @@ nextflow run main.nf -profile test,docker --outdir ./results -w work/ -resume --
11351136
```
11361137
11371138
Based on test_microbial, but forcing GATK_UG genotyping. Multi Reference.
1139+
11381140
```bash
11391141
## Gatk UG on raw reads. Use BWA because circularmapper runs into issues with BWA, due to difference in MT chrom length.
11401142
## 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.
11411143
## Expect: MVCFA runs.
11421144
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'
1143-
```
1145+
```

0 commit comments

Comments
 (0)