|
10 | 10 | "type": "object", |
11 | 11 | "fa_icon": "fas fa-terminal", |
12 | 12 | "description": "Define where the pipeline should find input data and save output data.", |
| 13 | + "help_text": "Specify input samplesheet, step and output folder.", |
13 | 14 | "required": ["step", "outdir"], |
14 | 15 | "properties": { |
| 16 | + "input": { |
| 17 | + "type": "string", |
| 18 | + "format": "file-path", |
| 19 | + "mimetype": "text/csv", |
| 20 | + "pattern": "^\\S+\\.csv$", |
| 21 | + "schema": "assets/schema_input.json", |
| 22 | + "description": "Path to comma-separated file containing information about the samples in the experiment.", |
| 23 | + "help_text": "A design file with information about the samples in your experiment. Use this parameter to specify the location of the input files. It has to be a comma-separated file with a header row. See [usage docs](https://nf-co.re/sarek/usage#input).\n\nIf no input file is specified, sarek will attempt to locate one in the `{outdir}` directory.", |
| 24 | + "fa_icon": "fas fa-file-csv" |
| 25 | + }, |
15 | 26 | "step": { |
16 | 27 | "type": "string", |
17 | 28 | "default": "mapping", |
|
27 | 38 | "annotate" |
28 | 39 | ] |
29 | 40 | }, |
30 | | - "input": { |
31 | | - "type": "string", |
32 | | - "format": "file-path", |
33 | | - "mimetype": "text/csv", |
34 | | - "pattern": "^\\S+\\.csv$", |
35 | | - "schema": "assets/schema_input.json", |
36 | | - "description": "Path to comma-separated file containing information about the samples in the experiment.", |
37 | | - "help_text": "A design file with information about the samples in your experiment. Use this parameter to specify the location of the input files. It has to be a comma-separated file with a header row. See [usage docs](https://nf-co.re/sarek/usage#input).\n\nIf no input file is specified, sarek will attempt to locate one in the `{outdir}` directory.", |
38 | | - "fa_icon": "fas fa-file-csv" |
39 | | - }, |
40 | 41 | "outdir": { |
41 | 42 | "type": "string", |
42 | 43 | "format": "directory-path", |
43 | 44 | "description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.", |
44 | 45 | "fa_icon": "fas fa-folder-open" |
45 | 46 | } |
46 | | - }, |
47 | | - "help_text": "" |
| 47 | + } |
48 | 48 | }, |
49 | 49 | "main_options": { |
50 | 50 | "title": "Main options", |
|
0 commit comments