-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
67 lines (36 loc) · 1.55 KB
/
TODO
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
If score threshold doesn't exist in file, the step 5 breaks
pipeline_type parameter currently doesn't do anything
Check required parameters by step...
convert docker to singularity image
docker run \
> -v /var/run/docker.sock:/var/run/docker.sock \
> -v $PWD:/output \
> --privileged -t --rm \
> singularityware/docker2singularity \
> kdrew/msblender
To access local files, wrap them in file() in the process definition. As in the feature_processes.nf
See https://groups.google.com/forum/#!topic/nextflow/KjTp_M4VyKg
FYI docker build -t clairemcwhite/cfmsflow:latest .
# Docker done
#Progress on docker...
# Start with just getting everything installed
# Then worry about the external github repositories
# Test that feature selection worked
Where are defaults coming from?
Change help to show default values
#jq -s 'reduce .[] as $item ({}; . * $item)' json_files/*
#Change TPOT to GroupKFold
#Change training output to named objects
# example training still taking > 2 minutes
Add option to limit featsel, and scalingto tpot
Something changed between TPOT 0.9.3 and 0.10.0 to slow it down. Probably scanning more things. Explore ways to speed up
Now requires TPOT >= 0.10.0
Break up model and applying model steps (break step 4 into two steps)
Check required parameters by step range
Break out gold standard step - OK
Check with python2 and python3
Clean up params
Add option to plot or not
Contrive example ( or do three tries from gold standard set?)
Add final optional annotation
walktrap,and optional elution and annotations