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

error in path

parent 4f015343
No related branches found
No related tags found
No related merge requests found
Pipeline #112455 failed
...@@ -64,10 +64,11 @@ format-pfam: ...@@ -64,10 +64,11 @@ format-pfam:
- "get-pfam" - "get-pfam"
before_script: before_script:
- pip install pandas - pip install pandas
- mv Pfam-A.hmm.dat scripts/ - ls -al
# - mv Pfam-A.hmm.dat scripts/
script: script:
- ./scripts/pfam-a-hmm-to-csv.py - ./scripts/pfam-a-hmm-to-csv.py
- mv ./scripts/Pfam-A.hmm.dat.csv content/_partial/pfam-a-hmm.csv - mv Pfam-A.hmm.dat.csv content/_partial/pfam-a-hmm.csv
artifacts: artifacts:
paths: paths:
- content/_partial/pfam-a-hmm.csv - content/_partial/pfam-a-hmm.csv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment