Skip to content

Commit

Permalink
Remove uniprot_entries.tsv.lz4 again...
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 12, 2024
1 parent 29c5357 commit e062189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
mkdir -p build/$SP_VERSION
lz4 -d build/input/uniprot_entries.tsv.lz4 | cut -f2,4,7,8 > build/$SP_VERSION/proteins.tsv
lz4 -d build/input/taxons.tsv.lz4 > build/$SP_VERSION/taxons.tsv
mv build/input/uniprot_entries.tsv.lz4 build/$SP_VERSION/uniprot_entries.tsv.lz4
# Step 8: Run the sa-builder command
- name: Run sa-builder
Expand All @@ -68,7 +67,7 @@ jobs:
# Zip the contents of the build/$SP_VERSION directory
- name: Zip build contents
run: |
cd "build/$SP_VERSION" && zip "index_$SP_VERSION.zip" "proteins.tsv" "taxons.tsv" "sa_sparse3_compressed.bin" "uniprot_entries.tsv.lz4"
cd "build/$SP_VERSION" && zip "index_$SP_VERSION.zip" "proteins.tsv" "taxons.tsv" "sa_sparse3_compressed.bin"
# Create a GitHub release and upload the zip file
- name: Upload or Update Release
Expand Down

0 comments on commit e062189

Please sign in to comment.