From 6b36af592152895f32b75cbc9adf9123af9cb741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCck?= Date: Thu, 4 Apr 2024 13:22:36 +0200 Subject: [PATCH] Update preprocessing.md Corrected small spelling mistake --- docs/preprocessing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/preprocessing.md b/docs/preprocessing.md index 502b1e62..2af3ddb9 100644 --- a/docs/preprocessing.md +++ b/docs/preprocessing.md @@ -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 @@ -229,4 +229,4 @@ After configuration and activating the environment run the pipeline using snakem ```shell snakemake -j --configfile config/deeprvat_preprocess_config.yaml -s preprocess_no_qc.snakefile -``` \ No newline at end of file +```