-
Notifications
You must be signed in to change notification settings - Fork 12
/
dockerPull.sh
executable file
·33 lines (32 loc) · 1.43 KB
/
dockerPull.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/bash -e
# Unlike the default github action runners which spin up a brand new machine every time,
# self-hosted runners are not necessarily isolated. In particular, the docker cache
# needs to be manually updated by explicitly performing docker pull commands.
# NOTE: For now use the following explicit list. In the future, consider using the
# cwl-utils library to recursively search for the dockerPull: tags within each workflow.
docker pull jakefennick/data
docker pull jakefennick/biosimspace
docker pull jakefennick/align_protein_ca_mda
docker pull jakefennick/align_protein_ca_pymol
docker pull jakefennick/atomselect
docker pull ndonyapour/autodock_vina
docker pull ndonyapour/autodock_vina_filter
docker pull jakefennick/bash_scripts
docker pull jakefennick/calculate_net_charge
docker pull jakefennick/generate_conformers
docker pull jakefennick/mol2_to_pdbqt
docker pull jakefennick/nmr4md
docker pull ndonyapour/openbabel
docker pull jakefennick/remove_terminal_residue_name_prefixes
docker pull jakefennick/rename_residues_mol
docker pull ndonyapour/molgan
docker pull cyangnyu/onionnet-sfct
docker pull cyangnyu/smina
docker pull ndonyapour/combine_structure
docker pull mrbrandonwalker/diffdock_gpu
docker pull mrbrandonwalker/diffdock_cpu
docker pull ndonyapour/pdbfixer
docker pull ndonyapour/extract_protein
docker pull mrbrandonwalker/extract_ligand_protein
docker pull ndonyapour/fix_pdb_atom_column
docker pull ndonyapour/generate_conformers