Skip to content

Commit

Permalink
Update master_downloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoLab committed Oct 25, 2024
1 parent 3d5dadf commit 95ecf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/master_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main(args):


# Step 6 Make iPHoP db
#os.system(f"wget -c https://portal.nersc.gov/cfs/m342/iphop/db/iPHoP.latest_rw.tar.gz --no-check-certificate -O {os.path.join(args['db_dir'], 'iPHoP.latest_rw.tar.gz')}")
os.system(f"wget -c https://portal.nersc.gov/cfs/m342/iphop/db/iPHoP.latest_rw.tar.gz --no-check-certificate -O {os.path.join(args['db_dir'], 'iPHoP.latest_rw.tar.gz')}")
os.mkdir(args['iPHoP_db'])
os.system(f"tar xzf {os.path.join(args['db_dir'], 'iPHoP.latest_rw.tar.gz')} --directory {args['iPHoP_db']}")
os.system(f"mv {os.path.join(args['db_dir'], 'iPHoP_db/*_pub_rw/*')} {args['iPHoP_db']}")
Expand Down

0 comments on commit 95ecf59

Please sign in to comment.