Skip to content

Commit 56cbabf

Browse files
committed
update default number of permutations to 200
1 parent d3aed9e commit 56cbabf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fishnet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Usage: fishnet.sh [options]
5555
(e.g. --study data/pvals/exampleRR/)
5656
--num-permutations <integer>
5757
Configures the number of permutations
58-
Default: 10
58+
Default: 200
5959
EOF
6060
}
6161

@@ -82,7 +82,7 @@ BONFERRONI_ALPHA=0.05 # for phase 1 nextflow scripts
8282

8383
FDR_THRESHOLD=0.05
8484
PERCENTILE_THRESHOLD=99
85-
NUM_PERMUTATIONS=10
85+
NUM_PERMUTATIONS=200
8686
STUDY_PATH="NONE"
8787
STUDY_RANDOM_PATH="NONE"
8888
STUDY="NONE"

0 commit comments

Comments
 (0)