Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 20, 2024
1 parent 5d0c321 commit 385d9fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import tarfile


# targets
def get_all_targets():
targets = []
Expand Down Expand Up @@ -62,7 +65,6 @@ def get_input_dataset(wildcards):
# import
def cmd_extract_dataset(wildcards, input, output):
cmds = []
import tarfile

# supports tar, tar.gz, tgz, or folder name
dataset_path = Path(input.dataset_path)
Expand Down

0 comments on commit 385d9fe

Please sign in to comment.