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
Copy file name to clipboardExpand all lines: bin/qtl-analysis
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ if [ ${#failedJobs[@]} -gt 0 ]; then
426
426
printError "job '$failedJob' returned non-zero exit code; error log dump:"
427
427
cat $logDir/$failedJob.err
428
428
if [ "$failedJob"="hipo-check" ];then
429
-
printWarning "These HIPO files are TIMELINE files; if this '$failedJob' job is the ONLY failed job, you may proceed with timeline deployment, but these failed timelines will not be deployed."
429
+
printWarning "These HIPO files are TIMELINE files; they will NOT be published"
- the dataset is _given_ the name `"rga_sp19_v5"` (and does not have to be related to any name given from Step 1)
66
66
- the output from `clas12-workflow` is `/path/to/output/files`; its subdirectories should be run numbers
67
+
- the publish directory given by `-p` is a subdirectory of the web server; see `qtl analysis` usage guide
67
68
68
-
**Otherwise**, you may omit the `-i /path/to/output/files` option (unless you customized it from Step 1):
69
-
```bash
70
-
-d rga_sp19_v5
71
-
```
69
+
**Otherwise**, you may omit the `-i /path/to/output/files` option (unless you customized it from Step 1)
72
70
- the dataset name must match that of Step 1, otherwise you need to specify the path to the input files with `-i`
73
71
74
72
@@ -78,28 +76,3 @@ qtl physics # for physics timelines (will eventually be combined with 'qtl ana
78
76
> see [its documentation](/qa-detectors/README.md)
79
77
> - physics timeline production and QA are handled by the [`qa-physics/` subdirectory](/qa-physics);
80
78
> see [their documentation](/qa-physics/README.md)
81
-
82
-
<!-- FIXME
83
-
we need to remove 'qtl deploy' stuff everywhere...
84
-
-->
85
-
86
-
<!-- ## 🟢 Step 3: Deployment -->
87
-
<!---->
88
-
<!-- To view the timelines on the web, you must deploy them by copying the timeline HIPO files to a directory with a running web server. Note that you must have write-permission for that directory. To deploy, run (with no arguments, for the usage guide): -->
89
-
<!---->
90
-
<!-- ```bash -->
91
-
<!-- qtl deploy -->
92
-
<!-- ``` -->
93
-
<!---->
94
-
<!-- If all went well, a URL for the new timelines will be printed; open it in a browser to view them. -->
95
-
<!---->
96
-
<!-- ### Example -->
97
-
<!-- ```bash -->
98
-
<!-- qtl deploy -d rga_sp19_v5 -t rga/sp19/pass0/v5 -D # deploy to a run-group web directory (for chefs) -->
99
-
<!-- ### or ### -->
100
-
<!-- qtl deploy -d rga_sp19_v5 -t $LOGNAME/my_test -D # deploy to a personal web directory (for testing) -->
101
-
<!-- ``` -->
102
-
<!-- - this will _only_ print what will be done: deploy the timelines from dataset `"rga_sp19_v5"` (defined in previous step(s)) to the printed path -->
103
-
<!-- - you must have write access to that path; contact the maintainers if you need help with this -->
104
-
<!-- - if you are a chef, consider using the appropriate run group subdirectory, _e.g._, `rga/sp19/pass0/v5` -->
105
-
<!-- - if it looks correct, remove the `-D` option to deploy for real and follow the printed URL -->
0 commit comments