Skip to content

Commit

Permalink
Add aspera image
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Aug 21, 2024
1 parent 8d34067 commit 39eb5c2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions images/aspera/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM google/cloud-sdk:486.0.0

# Aspera doesn't install for the root user.
RUN useradd -m aspera
USER aspera
WORKDIR /home/aspera

RUN curl https://d3gcli72yxqn2z.cloudfront.net/downloads/connect/latest/bin/ibm-aspera-connect_4.2.12.780_linux_x86_64.tar.gz | tar xz && \
./ibm-aspera-connect_4.2.12.780_linux_x86_64.sh && \
rm ibm-aspera-connect_4.2.12.780_linux_x86_64.sh

# Allow Hail Batch to create files in /io.
USER root
6 changes: 6 additions & 0 deletions images/aspera/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Aspera CLI

Repository: https://github.com/IBM/aspera-cli#container
Official container: https://hub.docker.com/r/martinlaurent/ascli

This container was migrated from the [hgdp repository](https://github.com/populationgenomics/hgdp/tree/main/download_crams), and upgraded to a later version of Aspera.

0 comments on commit 39eb5c2

Please sign in to comment.