Skip to content

Commit

Permalink
Fix internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Nov 22, 2023
1 parent 486443d commit 6eb7915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The config above would use the following directory structure:

```

Bcf files created by the [preprocessing pipeline](https://github.com/PMBio/deeprvat/blob/Annotations/deeprvat/preprocessing/README.md) are used as input data.
Bcf files created by the [preprocessing pipeline](preprocessing.md) are used as input data.
The pipeline also uses the variant.tsv file as well as the reference file from the preprocesing pipeline.
The pipeline beginns by installing the repositories needed for the annotations, it will automatically install all repositories in the `repo_dir` folder that can be specified in the config file relative to the annotation working directory.
The text file mapping blocks to chromosomes is stored in `metadata` folder. The output is stored in the `output_dir/annotations` folder and any temporary files in the `tmp` subfolder. All repositories used including VEP with its corresponding cache as well as plugins are stored in `repo_dir/ensempl-vep`.
Expand Down
4 changes: 2 additions & 2 deletions docs/seed_gene_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To run the pipeline, an experiment directory with the `config.yaml` has to be cr

## Input data

The experiment directory in addition requires to have the same input data as specified for [DeepRVAT](https://github.com/PMBio/deeprvat/tree/main/README.md), including
The experiment directory in addition requires to have the same input data as specified for [DeepRVAT](usage.md), including
- `annotations.parquet`
- `protein_coding_genes.parquet`
- `genotypes.h5`
Expand All @@ -23,7 +23,7 @@ The `annotations.parquet` data frame should have the following columns:

### Run the seed gene discovery pipeline with example data

Create the conda environment and activate it, (instructions can be found in the [DeepRVAT README](https://github.com/PMBio/deeprvat/tree/main/README.md) )
Create the conda environment and activate it, (instructions can be found here [DeepRVAT instructions](usage.md) )


```
Expand Down

0 comments on commit 6eb7915

Please sign in to comment.