incomplete download of pgx-main

This commit is contained in:
2025-08-18 12:12:55 +02:00
parent fe48df8676
commit 75c821b975
984 changed files with 0 additions and 878657 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}/")