From fa3f4c2a60ac64e7079e113b90f802480d0fed90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20P=C3=A4ll?= Date: Mon, 15 Feb 2021 22:26:02 +0200 Subject: [PATCH] removed line --- workflow/Snakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 3bb0438..ba9d6dd 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -31,7 +31,6 @@ PLATFORM = "ILLUMINA" # Consensus sequence metadata, let's keep it simple for now. # Will be moved to sample.tsv to allow more flexibility if config["metadata"]["file"]: - print(config["metadata"]["file"]) df = pd.read_csv( config["metadata"]["file"], sep=None, dtype=str, engine="python" ).set_index(["sample"], drop=False)