Skip to content

Commit

Permalink
Replace direct links with references to the resources file.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Sep 13, 2024
1 parent 2926a89 commit 7d4b503
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions website/docs/modules/train_gcnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ The order of IDs in this list should match the order of files in `count_files`.
A list of per-sample coverage counts generated in the [GatherSampleEvidence](./gse#outputs) workflow.

#### `contig_ploidy_priors`
A tabular file with ploidy prior probability per contig.
You may use the following file as this input:

```
gs://gatk-sv-resources-public/gcnv-exome/contig_ploidy_prior_hg38.tsv
```
A tabular file with ploidy prior probability per contig.
You may find the link to this input from
[this reference](https://github.com/broadinstitute/gatk-sv/blob/main/inputs/values/resources_hg38.json).


<details>
<summary>File description</summary>
Expand Down Expand Up @@ -110,13 +108,8 @@ gs://gatk-sv-resources-public/gcnv-exome/contig_ploidy_prior_hg38.tsv
`reference_fasta`, `reference_index`, `reference_dict` are respectively the
reference genome sequence in the FASTA format, its index file, and a corresponding
[dictionary file](https://gatk.broadinstitute.org/hc/en-us/articles/360035531652-FASTA-Reference-genome-format).
You may use the following files for these inputs.

```json
"reference_fasta": "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta",
"reference_index": "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta.fai",
"reference_dict" : "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.dict"
```
You may find links to these files from
[this reference](https://github.com/broadinstitute/gatk-sv/blob/main/inputs/values/resources_hg38.json).


## Outputs
Expand Down

0 comments on commit 7d4b503

Please sign in to comment.