Skip to content

Commit

Permalink
adding kraken db [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Apr 14, 2022
1 parent 89749ad commit e9b5fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
# remove large unneeded files
rm GCA_009914755.4_T2T-CHM13v2.0_genomic.fna GRCh38_latest_genomic.fna NC_001422.fna human-GCA-phix.fna
tar zcvf human-db.mmi.tgz human*.mmi
# get kraken2 human db and add it to the final packages
curl -L -o kraken2-human-db.tar.gz https://ndownloader.figshare.com/files/25627058
tar zcvf human-db.tgz human*.mmi kraken2-human-db.tar.gz
- name: Create Release
id: create_release
Expand Down

0 comments on commit e9b5fbc

Please sign in to comment.