Skip to content
Snippets Groups Projects
Commit d2fd70a5 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

install curl

parent 3f450ff5
No related branches found
No related tags found
No related merge requests found
Pipeline #112449 failed with stages
in 4 minutes and 48 seconds
...@@ -44,6 +44,7 @@ pfam: ...@@ -44,6 +44,7 @@ pfam:
image: ubuntu:23.04 image: ubuntu:23.04
stage: pfam stage: pfam
before_script: before_script:
- apt update && apt install -y curl
- curl https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.dat.gz --output pfam-data.gz - curl https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.dat.gz --output pfam-data.gz
- ls -al - ls -al
script: script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment