-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestcommand
More file actions
31 lines (30 loc) · 899 Bytes
/
testcommand
File metadata and controls
31 lines (30 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
nextflow run main.nf \
#--samplesheet "input/test3/samplesheet_phenotype.csv" \
#--countsframe "input/test3/GSE91061_BMS038109Sample.hg19KnownGene.raw.tsv" \
#--reflevel "Pre-treatment" \
--samplesheet "input/test2/samplesheet_phenotype.csv" \
--countsframe "input/test2/salmon.merged.gene_counts.tsv" \
--reflevel "nurse" \
--outdir "output" \
--nperms 20 \
--truecutoff 0.00001 \
--synthstep true \
--synthdeg_pct 0.1 \
--mlstep false \
--pareml true \
-w work \
-resume
nextflow run main.nf \
--samplesheet "input/test5/samplesheet.csv" \
--countsframe "input/test5/salmon.merged.gene_counts.tsv" \
--reflevel "nurse" \
--outdir "output" \
--nperms 3 \
--truecutoff 0.00001 \
--synthstep true \
--synthdeg_pct 0.1 \
--mlstep true \
--pareml true \
--stepsize 10 \
-w work \
-resume