-
Notifications
You must be signed in to change notification settings - Fork 2
/
md_list_input_descriptions.yml
39 lines (23 loc) · 1.55 KB
/
md_list_input_descriptions.yml
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
34
35
36
37
# Protein MD-Setup CWL workflow with BioExcel building blocks - Input YAML configuration file
# https://github.com/bioexcel/biobb_wf_md_setup
step1_pdb_files:
- class: File
path: './example_input_files/lysozyme.pdb'
format: 'http://edamontology.org/format_1476'
- class: File
path: './example_input_files/lysozyme2.pdb'
format: 'http://edamontology.org/format_1476'
step1_pdb_file:
class: File
path: './example_input_files/lysozyme.pdb'
format: 'http://edamontology.org/format_1476'
step1_pdb2gmx_config: '{"gmxlib":"","force_field":"amber99sb-ildn"}' # gmxlib / ff
step2_editconf_config: '{"box_type": "octahedron", "distance_to_molecule": 0.8}' # box_type / box_size
step4_grompp_genion_config: '{"mdp":{"type":"minimization","nsteps":"5000"}}' # "gmxlib":"", --- the gromacs library path (don't use here?)
step5_genion_config: '{"neutral": "True","concentration":0.05}' #concentration
step6_grompp_min_config: '{"mdp": {"type":"minimization", "nsteps":"5000", "emtol":"500"}}' #"gmxlib":"",
step8_make_ndx_config: '{}' #'{"selection":"Protein"}'
step9_grompp_nvt_config: '{"mdp":{"type":"nvt", "nsteps":"50000", "nstxout":"100000"}}' #, "tc_grps":"DNA Water_and_ions"}}' # "gmxlib":"",
step11_grompp_npt_config: '{"mdp":{"type":"npt", "nsteps":"50000", "nstxout":"100000"}}' #, "tc_grps":"DNA Water_and_ions"}}' #"gmxlib":"",
step13_grompp_md_config: '{"mdp":{"type":"free", "nsteps":"500000", "nstxout":"100000"}}' #, "gmxlib":"","tc_grps":"DNA Water_and_ions"}}'
step14_mdrun_md_config: '{}' #'{"mpi_bin":"mpirun", "gmx_path":"gmx_mpi"}'