Skip to content

Commit

Permalink
Update preprocessing.md
Browse files Browse the repository at this point in the history
Corrected small spelling mistake
  • Loading branch information
Marcel-Mueck authored Apr 4, 2024
1 parent 1356ed2 commit 6b36af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/preprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The important files that this pipeline produces that are needed in DeepRVAT are:

- **preprocessed/genotypes.h5** *The main sparse hdf5 file*

- **norm/variants/variants.parquet** *List of variants i parquet format*
- **norm/variants/variants.parquet** *List of variants in parquet format*

## Setup environment

Expand Down Expand Up @@ -229,4 +229,4 @@ After configuration and activating the environment run the pipeline using snakem

```shell
snakemake -j<nr_cores> --configfile config/deeprvat_preprocess_config.yaml -s preprocess_no_qc.snakefile
```
```

0 comments on commit 6b36af5

Please sign in to comment.