Skip to content

Commit

Permalink
remove --overwrite from tar. incompatible with bsdtar, is default for…
Browse files Browse the repository at this point in the history
… gnutar anyway
  • Loading branch information
cademirch committed Mar 7, 2024
1 parent 5b479be commit b3c2025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/bam2vcf_gatk_intervals.smk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rule create_db_mapfile:

rule gvcf2DB:
"""
todo
Create GenomicsDB.
"""
input:
unpack(get_gvcfs_db),
Expand Down Expand Up @@ -112,7 +112,7 @@ rule gvcf2DB:
--tmp-dir {resources.tmpdir} \
--sample-name-map {input.db_mapfile} &> {log}
tar --overwrite -cf {output.tar} {output.db}
tar -cf {output.tar} {output.db}
"""

rule DB2vcf:
Expand Down

0 comments on commit b3c2025

Please sign in to comment.