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

test build pfam

parent 1beca3ea
No related branches found
No related tags found
No related merge requests found
Pipeline #112446 failed with stages
in 14 seconds
......@@ -9,6 +9,7 @@ cache:
- node_modules/
stages:
- pfam
- build
- deploy
......@@ -39,6 +40,16 @@ stages:
# when: on_success
# expire_in: "30 days"
pfam:
image: ubuntu:23.04
stage: pfam
before_script:
- wget https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.dat.gz
- ls -al
script:
- gunzip Pfam-A.hmm.dat.gz
- ls -al
build:dev:
extends: .build
rules:
......
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