From af827895a0577a45fefb6f0f3e30fc1e39f66995 Mon Sep 17 00:00:00 2001 From: Nadia Tahiri Date: Fri, 22 Nov 2024 16:20:52 -0500 Subject: [PATCH] define bootstrap_amount --- aphylogeo/params.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aphylogeo/params.yaml b/aphylogeo/params.yaml index f5d384c..ed36e55 100644 --- a/aphylogeo/params.yaml +++ b/aphylogeo/params.yaml @@ -5,7 +5,7 @@ bootstrap_threshold: 0 dist_threshold: 60 window_size: 200 step_size: 100 -bootstrap_amount: 100 +bootstrap_amount: 100 #The number of bootstrap samples to generate. data_names: ['ALLSKY_SFC_SW_DWN_newick', 'T2M_newick', 'QV2M_newick', 'PRECTOTCORR_newick', 'WS10M_newick'] reference_gene_dir: './datasets/example' reference_gene_file: 'sequences.fasta'