Skip to content

Commit

Permalink
bootstraps - boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed May 2, 2024
1 parent f27f9f9 commit c031263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ params {
multiqc_config = null
max_multiqc_email_size = '25.MB'
skip_freyja = false
skip_freyja_bootstraps = false
skip_freyja_boot = false
freyja_repeats = 100
freyja_depthcutoff = null
freyja_db_name = 'freyja_db'
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"fa_icon": "fas fa-forward",
"description": "Skip freyja deep SARS-CoV-2 variant analysis using a depth weighted approach."
},
"skip_freyja_bootstraps": {
"skip_freyja_boot": {
"type": "boolean",
"fa_icon": "fas fa-forward",
"description": "Skip the bootstrapping module of Freyja"
Expand Down
1 change: 1 addition & 0 deletions workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ workflow ILLUMINA {
BAM_VARIANT_DEMIX_BOOT_FREYJA(
ch_bam,
PREPARE_GENOME.out.fasta,
params.skip_freyja_boot,
params.freyja_repeats,
params.freyja_db_name,
params.freyja_barcodes,
Expand Down

0 comments on commit c031263

Please sign in to comment.