Skip to content

Commit

Permalink
Explicitely specify index and temp directories
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 1, 2024
1 parent c488188 commit 2cc3116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get -y install git curl unzip gawk sqlite3 libsqlite3-dev pv nodejs wget uuid-runtime pigz lz4 parallel
- name: Generate tsv.gz files
shell: bash
run: ./scripts/build_database.sh -m "128M" database "swissprot" "https://ftp.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.xml.gz" "output"
run: ./scripts/build_database.sh -i "/index" -d "/unipept-temp" -m "128M" database "swissprot" "https://ftp.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.xml.gz" "output"
- name: Rename the tsv.gz files according to the branch used
shell: bash
run: cd output && for file in *.tsv.gz; do mv "$file" "${file%.tsv.gz}.${{ matrix.branch }}.tsv.gz"; done
Expand Down

0 comments on commit 2cc3116

Please sign in to comment.