pg-main from prod server added

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

3
pgx-main/pgx_update.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
comm -13 <(aws s3 ls s3://quantgene-portland-pgx/ --summarize --human-readable --recursive | awk '{print $5}' | egrep '\.json$' | sed 's/.json$//' | sort) <(aws s3 ls s3://quantgene-portland-pgx/ --summarize --human-readable --recursive | awk '{print $5}' | egrep '\.vcf$' | sed 's/.vcf$//' | sort) | sed 's/^/s3:\/\/quantgene-portland-pgx\//; s/$/.vcf/' | ./get_pgx_result.sh