mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2025-10-20 13:23:47 +08:00
Fix user and permissions on untar mmcif_files
PiperOrigin-RevId: 701297900
This commit is contained in:
@ -27,7 +27,8 @@ readonly SOURCE=https://storage.googleapis.com/alphafold-databases/v3.0
|
||||
echo "Start Fetching and Untarring 'pdb_2022_09_28_mmcif_files.tar'"
|
||||
wget --quiet --output-document=- \
|
||||
"${SOURCE}/pdb_2022_09_28_mmcif_files.tar.zst" | \
|
||||
tar --use-compress-program=zstd -xf - --directory="${db_dir}" &
|
||||
tar --no-same-owner --no-same-permissions \
|
||||
--use-compress-program=zstd -xf - --directory="${db_dir}" &
|
||||
|
||||
for NAME in mgy_clusters_2022_05.fa \
|
||||
bfd-first_non_consensus_sequences.fasta \
|
||||
|
Reference in New Issue
Block a user