# Explicit membrane

**URL:** https://ask.bioexcel.eu/t/explicit-membrane/4376
**Category:** HADDOCK
**Created:** [June 12, 2023, 9:17am UTC](https://ask.bioexcel.eu/t/explicit-membrane/4376 "2023-06-12T09:17:58Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![honoratorv](https://dub1.discourse-cdn.com/flex013/user_avatar/ask.bioexcel.eu/honoratorv/32/672_2.png) [@honoratorv](https://ask.bioexcel.eu/u/honoratorv)
#### Post date: [June 12, 2023, 11:00am UTC](https://ask.bioexcel.eu/t/explicit-membrane/4376/4 "2023-06-12T11:00:30Z")

</div>

> [@Andrea\_Spitaleri](#):
>
> I could not find the resname in the library name.

The resnames that are in [the library](https://wenmr.science.uu.nl/haddock2.4/library) are the ones that HADDOCK can natively support without third-party applications. Meaning they should work out-of-the box in your local installation.

Via the web interface, topologies and parameters are automatically generated using PRODRG for residues that are not part of the library. This is unfortunately is a server-side only feature and you must go via the web interface to use it.

> [@Andrea\_Spitaleri](#):
>
> Local installation? I am trying it anyway … just out of curiosity.

If you’d like to use the PRODRG generated parameters in a local run, that would be possible with some tweaking - check out [this post here](https://ask.bioexcel.eu/t/local-haddock3-missing-ligands/4346/10). You could do something similar for HADDOCK2.4;

1. setup a refinement run with your membrane complex
2. download the input files and copy the `ligand.top`/`ligand.par`/`ligand.pep` somewhere
3. setup a local run
4. copy the server generated top/par to the cloned topology run directory (usually `run1`),

```bash
$ cat ligand.top >> run1/toppar/ligand.top
$ cat ligand.par >> run1/toppar/ligand.param
$ cat ligand.pep >> run1/toppar/ligand.pep

```

That should do the trick, good luck! (:

---

_[View the full topic](https://ask.bioexcel.eu/t/explicit-membrane/4376)._
