@@ -21,21 +21,20 @@ When submitting jobs to the HTC system, large data needs to be stored and handle
21213 . CHTC's guide for [ File Transfer] ( htc-job-file-transfer )
2222
2323{% capture content %}
24- - [ 1. Policies and Intended Use] ( #1-policies-and-intended-use )
25- * [ A. Intended Use] ( #a-intended-use )
26- * [ B. Access to Large Data Staging] ( #b-access-to-large-data-staging )
27- * [ C. User Data Management Responsibilities] ( #c-user-data-management-responsibilities )
28- * [ D. Data Access Within Jobs] ( #d-data-access-within-jobs )
29- - [ 2. Staging Large Data] ( #2-staging-large-data )
30- * [ A. Get a Directory] ( #a-get-a-directory )
31- * [ B. Reduce File Counts] ( #b-reduce-file-counts )
32- * [ C. Use the Transfer Server] ( #c-use-the-transfer-server )
33- * [ D. Remove Files After Jobs Complete] ( #d-remove-files-after-jobs-complete )
34- - [ 3. Using Staged Files in a Job] ( #3-using-staged-files-in-a-job )
35- * [ A. Transferring Large Input Files] ( #a-transferring-large-input-files )
36- * [ B. Transferring Large Output Files] ( #b-transferring-large-output-files )
37- - [ 4. Submit Jobs Using Staged Data] ( #4-submit-jobs-using-staged-data )
38- - [ 5. Related Pages] ( #5-related-pages )
24+ - [ Introduction] ( #introduction )
25+ - [ Policies and intended use] ( #policies-and-intended-use )
26+ * [ Intended use] ( #intended-use )
27+ * [ User responsibilities] ( #user-responsibilities )
28+ - [ Stage large data] ( #stage-large-data )
29+ * [ Request a ` /staging ` directory] ( #request-a-staging-directory )
30+ * [ Reduce file counts] ( #reduce-file-counts )
31+ * [ Use the transfer server] ( #use-the-transfer-server )
32+ * [ Remove files after jobs complete] ( #remove-files-after-jobs-complete )
33+ - [ Use staged files in a job] ( #use-staged-files-in-a-job )
34+ * [ Transfer large input files] ( #transfer-large-input-files )
35+ * [ Transfer large output files] ( #transfer-large-output-files )
36+ - [ Submit jobs using staged data] ( #submit-jobs-using-staged-data )
37+ - [ Related pages] ( #related-pages )
3938{% endcapture %}
4039{% include /components/directory.html title="Table of Contents" %}
4140
@@ -54,7 +53,7 @@ Our large data staging location is ***only*** for input and output files that ar
5453Users are expected to abide by this intended use expectation and follow the
5554instructions for using ` /staging ` written in this guide.
5655
57- ### User Responsibilities
56+ ### User responsibilities
5857
5958As with all CHTC data spaces, users should:
6059
@@ -145,7 +144,7 @@ In the example above, `file1` and `file2` are transferred to `/staging` via two
145144
146145Read more about how to transfer output data, including the ` output_destination ` option, in our [ file transfer guide] ( htc-job-file-transfer ) .
147146
148- ## Submit Jobs Using Staged Data
147+ ## Submit jobs using staged data
149148
150149In order to properly submit jobs using staged large data, always do the following:
151150
@@ -184,8 +183,8 @@ Requirements = (Target.HasCHTCStaging == true)
184183queue
185184```
186185
187- ## Related Pages
186+ ## Related pages
188187
189- * [ Data Storage Locations on the HTC] ( htc-job-file-transfer )
188+ * [ Use and transfer data in jobs on the HTC system ] ( htc-job-file-transfer )
190189* [ Check Disk Quota and Usage] ( check-quota )
191190* [ Request a /staging directory or quota change] ( quota-request )
0 commit comments