Skip to content

Commit

Permalink
update SwissProt URL in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored Feb 15, 2024
1 parent 8921c1b commit 68d65bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Delete previously generated files
run: rm -rf megago/resources && mkdir -p megago/resources
- name: Download the most recent SwissProt associations file
run: wget "https://www.uniprot.org/uniprot/?query=reviewed:yes&format=tab&force=true&columns=id,go-id" -O megago/resources/associations-swissprot.tab
run: wget "https://rest.uniprot.org/uniprotkb/search?fields=accession,go_id&format=tsv&query=(*)+AND+(reviewed:true)" -O megago/resources/associations-swissprot.tab
- name: Remove spaces after semicolons from UniProt file
run: sed -i "s/; /;/g" megago/resources/associations-swissprot.tab
- name: Download the most recent GO DAG file
Expand Down

0 comments on commit 68d65bc

Please sign in to comment.