We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aed9e commit 56cbabfCopy full SHA for 56cbabf
1 file changed
fishnet.sh
@@ -55,7 +55,7 @@ Usage: fishnet.sh [options]
55
(e.g. --study data/pvals/exampleRR/)
56
--num-permutations <integer>
57
Configures the number of permutations
58
- Default: 10
+ Default: 200
59
EOF
60
}
61
@@ -82,7 +82,7 @@ BONFERRONI_ALPHA=0.05 # for phase 1 nextflow scripts
82
83
FDR_THRESHOLD=0.05
84
PERCENTILE_THRESHOLD=99
85
-NUM_PERMUTATIONS=10
+NUM_PERMUTATIONS=200
86
STUDY_PATH="NONE"
87
STUDY_RANDOM_PATH="NONE"
88
STUDY="NONE"
0 commit comments