You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Timestamp | Latest execution timestamp. <br>It shows start time, end time and elapsed time of the workflow. |
28
-
| ID | Workflow's unique id. <br>This is same as the directory name for the whole results of the workflow. |
29
-
| Name | User-defined workflow name. You can edit the name by clicking the name. |
30
-
| Success | Workflow's status. Success, error or running. |
31
-
| Reproduce | Button to reproduce the workflow to the WORKFLOW field. <br>You can visualize the results for the workflow by clicking the button. |
32
-
| Workflow | Button to download the workflow config yaml file. <br>This file can be used on import workflow button on WORKFLOW tab. <br>See details in [](ImportWorkflowYaml). |
33
-
| SnakeFile | Button to download the snakemake config file. |
34
-
| NWB | Button to download the analysis results as NWB file. |
35
-
| Delete | Button to delete the workflow record from the OPTINIST_DIR. |
| Timestamp | Latest execution timestamp. <br>It shows start time, end time and elapsed time of the workflow. |
31
+
| ID | Workflow's unique id. <br>This is same as the directory name for the whole results of the workflow.|
32
+
| Name | User-defined workflow name. You can edit the name by clicking the name.|
33
+
| Success | Workflow's status. Success, error or running.|
34
+
| Reproduce | Button to reproduce the workflow to the WORKFLOW field. <br>You can visualize the results for the workflow by clicking the button. |
35
+
| Workflow | Button to download the workflow config yaml file. <br>This file can be used on import workflow button on WORKFLOW tab. <br>See details in [](ImportWorkflowYaml). |
36
+
| SnakeFile | Button to download the snakemake config file. |
37
+
| NWB | Button to download the analysis results as NWB file.|
38
+
| Delete | Button to delete the workflow record from the OPTINIST_DIR.|
36
39
37
40
### Details
41
+
38
42
You can check the results of each node by clicking arrow icon on the left of the table.
| nodeID | Unique id of the node. <br>This is same as the directory name for the results of the node. <br> This id is shown on the each node's bottom. |
48
-
| Success | Node's status. Success, error or running. |
49
-
| NWB | Button to download the analysis results for the algorithm as NWB file. |
| nodeID | Unique id of the node. <br>This is same as the directory name for the results of the node. <br> This id is shown on the each node's bottom. |
52
+
| Success | Node's status. Success, error or running.|
53
+
| NWB | Button to download the analysis results for the algorithm as NWB file.|
50
54
51
55
If status is error, you can see the error message by clicking status icon.
52
56
@@ -55,7 +59,9 @@ If status is error, you can see the error message by clicking status icon.
55
59
</p>
56
60
57
61
(ReproduceButton)=
62
+
58
63
### Reproduce Button
64
+
59
65
Clicking the Reproduce arrow retrieves the pipeline onto the workflow.
60
66
61
67
This function is convenient when you want to check the results of the past workflow or reuse the same analysis pipeline.
@@ -72,6 +78,7 @@ This function is convenient when you want to check the results of the past workf
72
78
```
73
79
74
80
(DownloadButtons)=
81
+
75
82
### Download Buttons
76
83
77
84
<br>
@@ -81,8 +88,8 @@ This function is convenient when you want to check the results of the past workf
81
88
82
89
You can download 3 types of config files here.
83
90
84
-
| FileType | Description |
85
-
| --- | --- |
86
-
| Workflow | It includes the workflow and parameters information to reproduce in OptiNiSt GUI. <br>This file can be used on import workflow button on WORKFLOW tab. <br>See details in [](ImportWorkflowYaml). |
87
-
| SnakeFile | It includes the workflow and parameters information used by Snakemake. |
88
-
| NWB | NWBfile which contains the data and its analysis results. |
| Workflow | It includes the workflow and parameters information to reproduce in OptiNiSt GUI. <br>This file can be used on import workflow button on WORKFLOW tab. <br>See details in [](ImportWorkflowYaml). |
94
+
| SnakeFile | It includes the workflow and parameters information used by Snakemake. |
95
+
| NWB | NWBfile which contains the data and its analysis results.|
0 commit comments