Skip to content

Commit

Permalink
Update transfer_files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Jan 9, 2024
1 parent 8fcc3a5 commit abe2387
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/transfer_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:


jobs:
list-databases:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- id: set-matrix
run: echo "::set-output name=matrix::$(ls databases/*.json | jq -R -s -c 'split("\n")[:-1]')"

transfer-all-files:
strategy:
fail-fast: false
matrix:
FILENAME:
- databases/blast.json
- databases/gtdb-tk.json
- databases/card.json
- databases/checkm.json
- databases/plsdb.json
- databases/alphafold.json
- databases/uniprot.json

FILENAME: ${{ fromJson(needs.list-manifests.outputs.matrix) }}

# Add more files as needed
uses: ./.github/workflows/transfer_file.yml
Expand Down

0 comments on commit abe2387

Please sign in to comment.