Skip to content

Commit

Permalink
Update uniprot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii authored Feb 14, 2024
1 parent 9f29b7d commit 88133cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uniprot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
##Create temp. folder to store the data in
mkdir -p datasources/uniprot/data
##Download uniprot file
wget https://ftp.ebi.ac.uk/pub/databases/genenames/uniprot/archive/quarterly/tsv/${SEC_AC_NEW}
wget https://ftp.ebi.ac.uk/pub/databases/genenames/uniprot/archive/quarterly/tsv/${DELAC_SP_NEW}
wget https://ftp.ebi.ac.uk/pub/databases/genenames/uniprot/archive/quarterly/tsv/${UNIPROT_SPROT_NEW}
wget https://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/${SEC_AC_NEW}
wget https://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/${DELAC_SP_NEW}
wget https://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/${UNIPROT_SPROT_NEW}
mv $DELAC_SP_NEW $SEC_AC_NEW $UNIPROT_SPROT_NEW datasources/uniprot/data
##Check file size if available
ls -trlh datasources/uniprot/data

0 comments on commit 88133cd

Please sign in to comment.