Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
4cb05ff4
Commit
4cb05ff4
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
format pfam
parent
d2fd70a5
No related branches found
No related tags found
No related merge requests found
Pipeline
#112450
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-7
22 additions, 7 deletions
.gitlab-ci.yml
with
22 additions
and
7 deletions
.gitlab-ci.yml
+
22
−
7
View file @
4cb05ff4
...
...
@@ -9,7 +9,8 @@ cache:
-
node_modules/
stages
:
-
pfam
-
get-data
-
format-data
-
build
-
deploy
...
...
@@ -40,19 +41,33 @@ stages:
# when: on_success
# expire_in: "30 days"
pfam
:
get-
pfam
:
image
:
ubuntu:23.04
stage
:
pfam
stage
:
get-data
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
-
ls -al
script
:
-
gunzip pfam-data.gz
-
ls -al
# artifacts:
# paths:
# - mycv.p
-
ls -al pfam-data/
artifacts
:
paths
:
-
pfam-data/Pfam-A.hmm.dat
format-pfam
:
image
:
python:3.11
needs
:
-
"
get-pfam"
before_script
:
-
pip install pandas
-
mv pfam-data/Pfam-A.hmm.dat scripts
script
:
-
./scripts/pfam-a-hmm-to-csv.py
-
mv ./scripts/Pfam-A.hmm.dat.csv content/_partial/pfam-a-hmm.csv
artifacts
:
paths
:
-
content/_partial/pfam-a-hmm.csv
build:dev
:
extends
:
.build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment