Skip to content

Commit

Permalink
Remove vcf dir
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Dec 5, 2023
1 parent 382489a commit 50d1d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pipelines/config/deeprvat_preprocess_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ working_dir: workdir
data_dir: data

# These paths are all relative to the data dir
input_vcf_dir_name : vcf
metadata_dir_name: metadata

# These paths are all relative to the working dir
Expand All @@ -34,4 +33,4 @@ vcf_files_list: vcf_files_list.txt
preprocess_threads: 16

# You can specify a different zcat cmd for example gzcat here, default zcat
zcat_cmd:
zcat_cmd: gzcat
1 change: 0 additions & 1 deletion pipelines/preprocess.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ preprocessing_cmd = "deeprvat_preprocess"
working_dir = Path(config["working_dir"])
data_dir = Path(config["data_dir"])
preprocessed_dir = working_dir / config["preprocessed_dir_name"]
vcf_dir = data_dir / config["input_vcf_dir_name"]
metadata_dir = data_dir / config["metadata_dir_name"]
reference_dir = working_dir / config["reference_dir_name"]

Expand Down

0 comments on commit 50d1d6b

Please sign in to comment.