Skip to content
Snippets Groups Projects
Unverified Commit 0aa1b4a1 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix deprecated link in Gitlab workflow

parent b0c51026
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ test:ubuntu22.04:
- make -j 2
- echo " ... done building OST."
- echo " Downloading chemical compounds..."
- wget ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz
- wget https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz
- echo " ... done downloading compounds"
- echo " Building a compound library..."
- stage/bin/chemdict_tool create components.cif.gz compounds.chemlib pdb -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment