|
| 1 | +name: "apbs" |
| 2 | +description: | |
| 3 | + Compute biomolecular electrostatics by solving the Poisson-Boltzmann equation |
| 4 | + using APBS (Adaptive Poisson-Boltzmann Solver). Produces electrostatic potential |
| 5 | + maps and solvation energy values for large biomolecular assemblages. |
| 6 | +keywords: |
| 7 | + - electrostatics |
| 8 | + - poisson-boltzmann |
| 9 | + - solvation |
| 10 | + - structural-biology |
| 11 | + - biophysics |
| 12 | + - computational-chemistry |
| 13 | +tools: |
| 14 | + - "apbs": |
| 15 | + description: | |
| 16 | + APBS (Adaptive Poisson-Boltzmann Solver) is a software package for modelling |
| 17 | + biomolecular solvation through solution of the Poisson-Boltzmann equation. |
| 18 | + It computes electrostatic solvation energies and potentials for large |
| 19 | + biomolecular assemblages and is widely used in structural biology and |
| 20 | + computational biophysics. |
| 21 | + homepage: "https://www.poissonboltzmann.org/" |
| 22 | + documentation: "https://apbs.readthedocs.io/en/latest/" |
| 23 | + tool_dev_url: "https://github.com/Electrostatics/apbs" |
| 24 | + licence: |
| 25 | + - "Custom" |
| 26 | + identifier: "" |
| 27 | +input: |
| 28 | + - - meta: |
| 29 | + type: map |
| 30 | + description: | |
| 31 | + Groovy Map containing sample information |
| 32 | + e.g. `[ id:'sample1' ]` |
| 33 | + - apbs_input: |
| 34 | + type: file |
| 35 | + description: | |
| 36 | + APBS input configuration file specifying the electrostatics calculation, |
| 37 | + including paths to molecular structure files (PQR/PDB) and calculation |
| 38 | + parameters. The file extension is typically `.in` but `.inp` is also |
| 39 | + accepted for legacy purposes. |
| 40 | + pattern: "*.{in,inp}" |
| 41 | + ontologies: [] |
| 42 | + - pqr: |
| 43 | + type: file |
| 44 | + description: | |
| 45 | + One or more PQR molecular structure files referenced by the input |
| 46 | + configuration file. PQR files contain atomic coordinates, charges, and |
| 47 | + radii used by APBS for electrostatics calculations. |
| 48 | + pattern: "*.pqr" |
| 49 | + ontologies: |
| 50 | + - edam: "http://edamontology.org/format_4035" # PQR |
| 51 | +output: |
| 52 | + dx: |
| 53 | + - - meta: |
| 54 | + type: map |
| 55 | + description: | |
| 56 | + Groovy Map containing sample information |
| 57 | + e.g. `[ id:'sample1' ]` |
| 58 | + - "*.dx": |
| 59 | + type: file |
| 60 | + description: | |
| 61 | + OpenDX format volumetric electrostatic potential map file output by APBS. |
| 62 | + Optional: this output is only produced when the input configuration file |
| 63 | + contains a `write pot dx <dx_filename>` directive. |
| 64 | + pattern: "*.dx" |
| 65 | + ontologies: [] |
| 66 | + mc: |
| 67 | + - - meta: |
| 68 | + type: map |
| 69 | + description: | |
| 70 | + Groovy Map containing sample information |
| 71 | + e.g. `[ id:'sample1' ]` |
| 72 | + - io.mc: |
| 73 | + type: file |
| 74 | + description: | |
| 75 | + APBS multigrid calculation output file containing energy and force |
| 76 | + information from the finite difference solver. |
| 77 | + pattern: "io.mc" |
| 78 | + ontologies: [] |
| 79 | + log: |
| 80 | + - - meta: |
| 81 | + type: map |
| 82 | + description: | |
| 83 | + Groovy Map containing sample information |
| 84 | + e.g. `[ id:'sample1' ]` |
| 85 | + - ${prefix}.log: |
| 86 | + type: file |
| 87 | + description: | |
| 88 | + APBS standard output log file containing calculation results, including |
| 89 | + electrostatic solvation energies and run diagnostics. |
| 90 | + pattern: "*.log" |
| 91 | + ontologies: |
| 92 | + - edam: "http://edamontology.org/format_2330" # Textual format |
| 93 | + versions_apbs: |
| 94 | + - - ${task.process}: |
| 95 | + type: string |
| 96 | + description: The name of the process |
| 97 | + - apbs: |
| 98 | + type: string |
| 99 | + description: The name of the tool |
| 100 | + - apbs --version 2>&1 | sed '6!d;s|^.*Version APBS ||; s| .*\$||': |
| 101 | + type: eval |
| 102 | + description: The expression to obtain the version of the tool |
| 103 | +topics: |
| 104 | + versions: |
| 105 | + - - ${task.process}: |
| 106 | + type: string |
| 107 | + description: The name of the process |
| 108 | + - apbs: |
| 109 | + type: string |
| 110 | + description: The name of the tool |
| 111 | + - apbs --version 2>&1 | sed '6!d;s|^.*Version APBS ||; s| .*\$||': |
| 112 | + type: eval |
| 113 | + description: The expression to obtain the version of the tool |
| 114 | +authors: |
| 115 | + - "@vagkaratzas" |
| 116 | +maintainers: |
| 117 | + - "@vagkaratzas" |
0 commit comments