Skip to content

Commit cbe7cc8

Browse files
committed
add comments
1 parent 574b649 commit cbe7cc8

File tree

1 file changed

+10
-10
lines changed
  • subworkflows/local/prepare_references

1 file changed

+10
-10
lines changed

subworkflows/local/prepare_references/main.nf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ workflow PREPARE_REFERENCES {
4141
ch_target_bed // channel: [mandatory for WES] [ path(bed) ]
4242
ch_vcfanno_extra_unprocessed // channel: [mandatory] [ val(meta), path(vcf) ]
4343
ch_vep_cache // channel: [mandatory for annotation] [ path(cache) ]
44-
val_aligner
45-
val_analysis_type
46-
val_bwa
47-
val_bwamem2
48-
val_bwameme
49-
val_fai
50-
val_mtaligner
51-
val_mtfasta
52-
val_run_mt_for_wes
53-
val_genome_dict
44+
val_aligner // String: "bwa", "bwamem2", "sentieon" or "bwameme"
45+
val_analysis_type // String: "wgs", "wes", or "mito"
46+
val_bwa // String: path to bwa index
47+
val_bwamem2 // String: path to bwamem2 index
48+
val_bwameme // String: path to bwameme index
49+
val_fai // String: path to genome fasta index
50+
val_mtaligner // String: "bwa", "bwamem2", or "sentieon"
51+
val_mtfasta // String: path to mitochondrial fasta
52+
val_run_mt_for_wes // Boolean
53+
val_genome_dict // String: path to genome dictionary
5454

5555
main:
5656
ch_versions = channel.empty()

0 commit comments

Comments
 (0)