From 19c169ac6208e41178a639e58b9ebf9bc14a3960 Mon Sep 17 00:00:00 2001 From: chaopower Date: Mon, 4 Dec 2023 13:53:30 +0800 Subject: [PATCH] =?UTF-8?q?pollution=20=E6=B1=A1=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/pollution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/pollution.py b/script/pollution.py index ad99fde..c88c4ba 100755 --- a/script/pollution.py +++ b/script/pollution.py @@ -61,7 +61,7 @@ def single_monitoring(name, vcf, bed, freq_range, output_dir): count_exception=count_exception, z_score=z_score ) - pd.DataFrame([res]).to_csv(os.path.join(f'{name}_pollution.csv'), sep="\t", index=False) + pd.DataFrame([res]).to_csv(os.path.join(output_dir, f'{name}_pollution.csv'), sep="\t", index=False) # 根据小bed筛选vcf