pgx-main from prod added

This commit is contained in:
2025-08-18 13:09:30 +02:00
parent 75c821b975
commit ce66f54509
918 changed files with 834526 additions and 0 deletions

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/'