pgx-main from prod added
This commit is contained in:
3
pgx-main/pgx_update_show.sh
Normal file
3
pgx-main/pgx_update_show.sh
Normal 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/'
|
||||
Reference in New Issue
Block a user