On Mon, Aug 31, 2020, aishen wrote:
>
> molecule m;
> m = fd_helix( "abdna", "aaaaaaaaaa", "dna" );
> putpdb( "nuc.pdb", m, "-wwpdb");
If the above file is called "nuc.nab", then you proceed in two steps:
nab nuc.nab # this compiles the above file, creating "a.out"
./a.out # this runs the a.out file, creating "nuc.pdb"
...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Sep 02 2020 - 06:30:05 PDT