Add cwl and docker files
[lightning.git] / cwl / lightning / readme.md
1 Running tiling workflow
2 ===
3
4 Command
5 ---
6
7 arvados-cwl-runner --submit --no-wait --project-uuid <project_uuid> fasta2numpy-wf.cwl <input_yml>
8
9 For examples of input yml files, see yml/fasta2numpy-wf-100test.yml and yml/fasta2numpy-wf-0831_0315.yml
10
11 Notable parameters for input yml
12 ---
13
14 fastadirs: an array of fasta directories, in our implementation, each directory consists of around 100 fasta pairs
15 batchsize: an integer determining the batch size when running lighting-import step, e.g., for batchsize 12, we run lightning-import for 12 fasta directories together as a batch, the resulting libraries then get merged by lightning-slice
16 matchgenome: a string pattern used for obtaining a subset of the cohort, e.g, matchgenome "ADNI|WCAP" runs tiling for all samples with "ADNI" or "WCAP" in their name, matchgenome "" runs for the entire cohort
17 trainingsetsize: a float between 0 and 1 to determine the training set size