removed pgx-main

This commit is contained in:
2025-08-18 12:05:31 +02:00
parent f66cd01b21
commit fcb0e9aa4c
956 changed files with 0 additions and 934400 deletions

View File

@@ -1,10 +0,0 @@
import os
import shutil
x = "pgx_results"
with open("genes.txt", "r") as f:
genes = [g.strip() for g in f.readlines() if g.strip()]
for d in os.listdir(x):
for g in genes:
shutil.copy(f"data/{d[:-10]}{g}.alleles", f"{x}/{d}/")