Skip to content

Commit b7672cf

Browse files
committed
Update TOCs, text formatting
1 parent 5a52956 commit b7672cf

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

_uw-research-computing/file-avail-largedata.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@ When submitting jobs to the HTC system, large data needs to be stored and handle
2121
3. 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
5453
Users are expected to abide by this intended use expectation and follow the
5554
instructions for using `/staging` written in this guide.
5655

57-
### User Responsibilities
56+
### User responsibilities
5857

5958
As 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

146145
Read 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

150149
In order to properly submit jobs using staged large data, always do the following:
151150

@@ -184,8 +183,8 @@ Requirements = (Target.HasCHTCStaging == true)
184183
queue
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)

_uw-research-computing/htc-job-file-transfer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This guide covers general information on using and transferring data on the HTC
2121
* [Specify which output files to transfer with `transfer_output_files`](#specify-which-output-files-to-transfer-with-transfer_output_files)
2222
* [Transfer files to other locations with `transfer_output_remaps`](#transfer-files-to-other-locations-with-transfer_output_remaps)
2323
* [Transfer files to other locations with `output_destination`](#transfer-files-to-other-locations-with-output_destination)
24+
- [Transfer and unpack files with `osdf:///`](#transfer-and-unpack-files-with-osdf)
2425
- [Related pages](#related-pages)
2526
{% endcapture %}
2627
{% include /components/directory.html title="Table of Contents" %}

_uw-research-computing/htc-uwdf-researchdrive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
highlighter: none
33
layout: guide
4-
title: Directly transfer files between ResearchDrive and your Jobs
4+
title: Directly transfer files between ResearchDrive and your jobs
55
guide:
66
category: Manage data
77
tag:

0 commit comments

Comments
 (0)