Skip to content

Commit

Permalink
Fixed rootpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jul 30, 2024
1 parent ea1a7eb commit 3a8ddac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/heal/ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ python heal/get_heal_platform_mds_data_dicts.py /data/heal

# Step 2. Upload the files to BDC.
echo Uploading dbGaP XML files to LakeFS
# -l: local path
# -l: local path (must end in `/`)
# -r: remote path
# -e: repository
# -b: branch
python lakefsclient_upload.py -l "/data/heal/dbGaPs" -r "" -e "bdc-test3" -b "main"
python lakefsclient_upload.py -l "/data/heal/dbGaPs/" -r "" -e "bdc-test3" -b "main"

# Report errors.
echo Downloads complete at `date`.

0 comments on commit 3a8ddac

Please sign in to comment.