Skip to content

Commit

Permalink
GenomicsDB directory should not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jun 21, 2024
1 parent ce3085f commit 463aef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rules/gatk_germline.smk
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ rule gatk_germline_genomicsdbimport:
# to a non-existent or empty directory.
if [ -d "{params.gdb}" ]; then
rm -rf "{params.gdb}";
mkdir -p "{params.gdb}";
fi
# Import gVCFs into a TileDB GenomicsDB
Expand Down

0 comments on commit 463aef1

Please sign in to comment.