pollution 污染
parent
8712b6dea3
commit
19c169ac62
|
|
@ -61,7 +61,7 @@ def single_monitoring(name, vcf, bed, freq_range, output_dir):
|
||||||
count_exception=count_exception,
|
count_exception=count_exception,
|
||||||
z_score=z_score
|
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
|
# 根据小bed筛选vcf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue