# Genomics data

You can access genomics data in one of the following locations:

* Download via [Globus](https://docs.terraref.org/how-to-access-data#globus-browse-and-transfer-files).
* The [CyVerse Data Store](https://docs.terraref.org/how-to-access-data#cyverse) for download or use within the CyVerse computing environment.
* The [CoGe](https://docs.terraref.org/how-to-access-data#coge) computing environment.

Please review our [data use policy](https://docs.terraref.org/user-manual/data-use-policy).

The data is structured on both the TERRA-REF strorage (accessible via Globus and Workbench) and CyVerse Data Store infrastructures as follows:

```
|-terraref
|  |-genomics
|  |  |-raw_data
|  |  |  |-bap
|  |  |  |  |-resequencing
|  |  |  |-ril
|  |  |  |  |-gbs
|  |  |-derived_data
|  |  |  |-bap
|  |  |  |  |-resequencing
|  |  |  |  |  |-danforth_center
|  |  |  |-ril
|  |  |  |  |-gbs
|  |  |  |  |  |-kansas_state
```

## Whole-genome resequencing

### Raw data

Raw data are in bzip2 FASTQ format, one per read pair (\*\_R1.fastq.bz2 and \*\_R2.fastq.bz2). 384 samples are available. For a list of the lines sequenced, see the [sample table](https://gist.github.com/dlebauer/6b7b0e181cc5ae5034b992f725712ba4#file-sorghum-lines-genomics-md).

### Derived data

Data derived from analysis of the raw resequencing data at the Danforth Center (version1) are available as gzipped, genotyped variant call format (gVCF) files and the final combined hapmap file.

## Genotyping-by-sequencing (GBS)

### Raw data

Raw data are in gzip FASTQ format. 768 samples are available. For a list of lines sequenced, see the [sample table](https://gist.github.com/dlebauer/6b7b0e181cc5ae5034b992f725712ba4#file-sorghum_mac_1-md).

### Derived data

Combined genotype calls are available in VCF format.

## KSU Genomics Pipeline / GBS/RIL analysis

### Raw Data

* genomics/raw\_data/ril/gbs
  * &#x20;H5JYFBCXY\_1\_fastq.txt
  * &#x20;H5JYFBCXY\_2\_fastq.txt
  * Key\_ril\_terra

### Derived Data

* genomics/derived\_data/ril/gbs/kansas\_state/version1/imp\_TERRA\_RIL\_SNP.vcf


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terraref.org/user-manual/data-products/genomics-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
