LiuzLab / AI_MARRVEL

AI-MARRVEL (AIM) is an AI system for rare genetic disorder diagnosis
GNU General Public License v3.0
8 stars 5 forks source link

switching from globus to s3 #12

Closed sasidharPasupuleti closed 5 months ago

sasidharPasupuleti commented 5 months ago

Now the data dependencies can be downloaded from S3

  1. Install the AWS CLI: Follow the instructions provided in the AWS CLI Installation Guide.
  2. Navigate to Your Desired Directory: Change to the directory where you want your data dependencies downloaded. For example, in Ubuntu, use:
    
    cd <desired/folder/path>
  3. Use the following command to sync the S3 bucket to your local directory:
    
    aws s3 sync s3://aim-data-dependencies-public . --no-sign-request