Skip to content

Commit c9d7656

Browse files
committed
Update docs with working examples for manual testing
1 parent 1a46a31 commit c9d7656

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/development/manual_tests.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,16 +1136,14 @@ nextflow run main.nf -profile test,docker --outdir ./results -w work/ --convert_
11361136
11371137
### MTDNA HAPLOGROUP CLASSIFICATION
11381138
1139-
#### ALAINA TODO: ADD SOMETHING HERE
1140-
11411139
```bash
11421140
#### MTDNA HAPLOGROUP CLASSIFICATION with default settings
11431141
## Expect: Directory created 'mtdna_haplogroup/<reference>/<sample_id>' containing a .txt file for each sample with haplogroup assignments
11441142
## Expect: The haplogroup .txt file contains at minimum columns for rank, name, quality, range, and details of the haplogroup assignment
1145-
nextflow run main.nf -profile docker,test --outdir ./results/mtdna_haplogroup_test --run_mtdna_haplogroup -resume
1143+
nextflow run main.nf -profile docker,test --outdir ./results/mtdna_haplogroup_test --run_classify_mtdna_haplogroup --run_genotyping --genotyping_tool ug --genotyping_source raw -resume
11461144

11471145
#### MTDNA HAPLOGROUP CLASSIFICATION with specific arguments
11481146
## Expect: Directory created 'mtdna_haplogroup/<reference>/<sample_id>' containing a .txt file for each sample with haplogroup assignments
11491147
## Expect: The haplogroup assignment may differ based on the classification settings
1150-
nextflow run main.nf -profile docker,test --outdir ./results/mtdna_haplogroup_test_args --run_mtdna_haplogroup --haplogrep_args '--extend-report' -resume
1148+
nextflow run main.nf -profile docker,test --outdir ./results/mtdna_haplogroup_test --run_classify_mtdna_haplogroup --run_genotyping --genotyping_tool ug --genotyping_source raw --haplogrep3_tree_id phylotree-fu-rcrs@1.2 -resume
11511149
```

0 commit comments

Comments
 (0)