From ef1ce82f579df7b6bf4eb7e9bba039521362d572 Mon Sep 17 00:00:00 2001 From: aln Date: Tue, 27 Feb 2024 18:55:33 +0200 Subject: [PATCH] copy import conflicts with deepcopy --- camp_{{cookiecutter.module_slug}}/workflow/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camp_{{cookiecutter.module_slug}}/workflow/Snakefile b/camp_{{cookiecutter.module_slug}}/workflow/Snakefile index 1000e16..25a25d5 100644 --- a/camp_{{cookiecutter.module_slug}}/workflow/Snakefile +++ b/camp_{{cookiecutter.module_slug}}/workflow/Snakefile @@ -5,7 +5,7 @@ from contextlib import redirect_stderr import os from os.path import abspath, basename, dirname, join import pandas as pd -from shutil import copy +import shutil from utils import Workflow_Dirs, ingest_samples