Discussion:
[gmx-users] ACPYPE not working.
neelam wafa
2018-11-01 08:52:46 UTC
Permalink
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github. The
test runs go well but when i run my file with ../acpype.py -i UNL.mol2 -c
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-***@gromacs.org.
Ali Khodayari
2018-11-01 11:45:38 UTC
Permalink
Have you tried to source amber before commanding acpype for the conversion?
Apparently it’s looking for antechamber but it can’t access it.
When amber is sourced first, you can get a result from commands such as antechamber -h
Try to first source your amber, and then run acpype.
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github. The
test runs go well but when i run my file with ../acpype.py -i UNL.mol2 -c
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-u
neelam wafa
2018-11-01 12:14:27 UTC
Permalink
Yes i have sourced antechamber and both antechamber -h and acpype -h
command work. When i run command
acpype.py -i ligand.mol2
It says no such file or directory 'temp'
With acpype.py -di ligand.mol2 its gives above error.
Post by Ali Khodayari
Have you tried to source amber before commanding acpype for the conversion?
Apparently it’s looking for antechamber but it can’t access it.
When amber is sourced first, you can get a result from commands such as antechamber -h
Try to first source your amber, and then run acpype.
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github. The
test runs go well but when i run my file with ../acpype.py -i UNL.mol2
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
Post by neelam wafa
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or se
Alan
2018-11-01 19:37:40 UTC
Permalink
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try to get
help at AMBER mailing list.

For an example I was given, running here:
acpype -di H16.mol2 -c gas

DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2 -fi
mol2 -o tmp -fo ac -pf y
DEBUG:
Warning: the assigned bond types may be wrong, please :
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will significantly
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github. The
test runs go well but when i run my file with ../acpype.py -i UNL.mol2 -c
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-requ
neelam wafa
2018-11-01 19:45:54 UTC
Permalink
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try to get
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2 -fi
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will significantly
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github. The
test runs go well but when i run my file with ../acpype.py -i UNL.mol2
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-***@gromacs.
Alan
2018-11-01 19:55:28 UTC
Permalink
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?

========================================================================================
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC (c)
2018 AWSdS |
========================================================================================
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try to
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2 -fi
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will significantly
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github.
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i UNL.mol2
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-***@gromacs
neelam wafa
2018-11-01 20:03:55 UTC
Permalink
Yes it the same one. And the tests are running okay. Problem is with my
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?
========================================================================================
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC (c)
2018 AWSdS |
========================================================================================
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try to
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2 -fi
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from github.
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for your
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
Alan
2018-11-01 22:04:53 UTC
Permalink
Please, post here the command you're using (add -d anyway for debug) and
show the whole output.

Thanks,

Alan
Post by neelam wafa
Yes it the same one. And the tests are running okay. Problem is with my
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?
========================================================================================
Post by Alan
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC
(c)
Post by Alan
2018 AWSdS |
========================================================================================
Post by Alan
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try
to
Post by Alan
Post by neelam wafa
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2
-fi
Post by Alan
Post by neelam wafa
Post by Alan
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from
github.
Post by Alan
Post by neelam wafa
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for
your
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-***@gromacs
neelam wafa
2018-11-02 19:02:24 UTC
Permalink
Hi!
This is the command I use
***@dr-HP-1000-Notebook-PC:~/Downloads/acpype/test$ ../acpype.py -di
H16.mol2 -c gas
and the output is:
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC (c)
2018 AWSdS |
========================================================================================
DEBUG: Python Version 3.4.3 (default, Nov 28 2017, 16:41:13)
[GCC 4.8.4]
DEBUG: Max execution time tolerance is 10h
WARNING: no 'babel' executable, no PDB file as input can be used!
DEBUG: /home/dr/Downloads/amber18/bin/antechamber -i H16.mol2 -fi mol2 -o
tmp -fo ac -pf y
DEBUG:
Welcome to antechamber 17.3: molecular input file processor.

acdoctor mode is on: check and diagnosis problems in the input file.
-- Check Format for mol2 File --
Status: pass
-- Check Unusual Elements --
Status: pass
-- Check Open Valences --
Status: pass
-- Check Geometry --
for those bonded
for those not bonded
Status: pass
-- Check Weird Bonds --
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (3) for atom (ID: 2, Name: C1).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second

Looking forward for your suggestions
Regards
Post by Alan
Please, post here the command you're using (add -d anyway for debug) and
show the whole output.
Thanks,
Alan
Post by neelam wafa
Yes it the same one. And the tests are running okay. Problem is with my
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?
========================================================================================
Post by neelam wafa
Post by Alan
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC
(c)
Post by Alan
2018 AWSdS |
========================================================================================
Post by neelam wafa
Post by Alan
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may try
to
Post by Alan
Post by neelam wafa
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i H16.mol2
-fi
Post by Alan
Post by neelam wafa
Post by Alan
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs md
simmulation. I habe amber tools 18 and downloaded acpype from
github.
Post by Alan
Post by neelam wafa
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
Fatal
Post by neelam wafa
Post by Alan
Post by neelam wafa
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for
your
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
Post by Alan
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx
neelam wafa
2018-11-02 19:04:36 UTC
Permalink
If I don't use -d then this is the result:
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC (c)
2018 AWSdS |
========================================================================================
WARNING: no 'babel' executable, no PDB file as input can be used!
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
Total time of execution: less than a second

Regards
Post by neelam wafa
Hi!
This is the command I use
H16.mol2 -c gas
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC
(c) 2018 AWSdS |
========================================================================================
DEBUG: Python Version 3.4.3 (default, Nov 28 2017, 16:41:13)
[GCC 4.8.4]
DEBUG: Max execution time tolerance is 10h
WARNING: no 'babel' executable, no PDB file as input can be used!
DEBUG: /home/dr/Downloads/amber18/bin/antechamber -i H16.mol2 -fi mol2 -o
tmp -fo ac -pf y
Welcome to antechamber 17.3: molecular input file processor.
acdoctor mode is on: check and diagnosis problems in the input file.
-- Check Format for mol2 File --
Status: pass
-- Check Unusual Elements --
Status: pass
-- Check Open Valences --
Status: pass
-- Check Geometry --
for those bonded
for those not bonded
Status: pass
-- Check Weird Bonds --
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (3) for atom (ID: 2, Name: C1).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Looking forward for your suggestions
Regards
Post by Alan
Please, post here the command you're using (add -d anyway for debug) and
show the whole output.
Thanks,
Alan
Post by neelam wafa
Yes it the same one. And the tests are running okay. Problem is with my
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?
========================================================================================
Post by neelam wafa
Post by Alan
| ACPYPE: AnteChamber PYthon Parser interfacE v.
2018-09-20T16:44:17UTC
Post by neelam wafa
(c)
Post by Alan
2018 AWSdS |
========================================================================================
Post by neelam wafa
Post by Alan
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may
try
Post by neelam wafa
to
Post by Alan
Post by neelam wafa
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i
H16.mol2
Post by neelam wafa
-fi
Post by Alan
Post by neelam wafa
Post by Alan
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs
md
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
simmulation. I habe amber tools 18 and downloaded acpype from
github.
Post by Alan
Post by neelam wafa
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
Fatal
Post by neelam wafa
Post by Alan
Post by neelam wafa
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for
your
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
Post by Alan
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx
Alan
2018-11-03 08:45:46 UTC
Permalink
Ok, I'm still using Amber16, yours is 2018. I believe that they made FATAL
error now the warning we used to have with 2016 version.

There's nothing I can do. Please, seek Amber mailing list help.

Alan
Post by neelam wafa
Hi!
This is the command I use
H16.mol2 -c gas
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC (c)
2018 AWSdS |
========================================================================================
DEBUG: Python Version 3.4.3 (default, Nov 28 2017, 16:41:13)
[GCC 4.8.4]
DEBUG: Max execution time tolerance is 10h
WARNING: no 'babel' executable, no PDB file as input can be used!
DEBUG: /home/dr/Downloads/amber18/bin/antechamber -i H16.mol2 -fi mol2 -o
tmp -fo ac -pf y
Welcome to antechamber 17.3: molecular input file processor.
acdoctor mode is on: check and diagnosis problems in the input file.
-- Check Format for mol2 File --
Status: pass
-- Check Unusual Elements --
Status: pass
-- Check Open Valences --
Status: pass
-- Check Geometry --
for those bonded
for those not bonded
Status: pass
-- Check Weird Bonds --
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (3) for atom (ID: 2, Name: C1).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Looking forward for your suggestions
Regards
Post by Alan
Please, post here the command you're using (add -d anyway for debug) and
show the whole output.
Thanks,
Alan
Post by neelam wafa
Yes it the same one. And the tests are running okay. Problem is with my
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using the
latest ACPYPE?
========================================================================================
Post by Alan
Post by neelam wafa
Post by Alan
| ACPYPE: AnteChamber PYthon Parser interfacE v.
2018-09-20T16:44:17UTC
Post by Alan
Post by neelam wafa
(c)
Post by Alan
2018 AWSdS |
========================================================================================
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may
try
Post by Alan
Post by neelam wafa
to
Post by Alan
Post by neelam wafa
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i
H16.mol2
Post by Alan
Post by neelam wafa
-fi
Post by Alan
Post by neelam wafa
Post by Alan
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for gromacs
md
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
simmulation. I habe amber tools 18 and downloaded acpype from
github.
Post by Alan
Post by neelam wafa
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py -i
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
Fatal
Post by neelam wafa
Post by Alan
Post by neelam wafa
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward for
your
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
posting!
* Can't post? Read
http://www.gromacs.org/Support/Mailing_Lists
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
Post by Alan
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by Alan
Post by neelam wafa
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or se
neelam wafa
2018-11-03 11:10:36 UTC
Permalink
Ok thanks.
Post by Alan
Ok, I'm still using Amber16, yours is 2018. I believe that they made FATAL
error now the warning we used to have with 2016 version.
There's nothing I can do. Please, seek Amber mailing list help.
Alan
Post by neelam wafa
Hi!
This is the command I use
H16.mol2 -c gas
| ACPYPE: AnteChamber PYthon Parser interfacE v. 2018-09-20T16:44:17UTC
(c)
Post by neelam wafa
2018 AWSdS |
========================================================================================
Post by neelam wafa
DEBUG: Python Version 3.4.3 (default, Nov 28 2017, 16:41:13)
[GCC 4.8.4]
DEBUG: Max execution time tolerance is 10h
WARNING: no 'babel' executable, no PDB file as input can be used!
DEBUG: /home/dr/Downloads/amber18/bin/antechamber -i H16.mol2 -fi mol2 -o
tmp -fo ac -pf y
Welcome to antechamber 17.3: molecular input file processor.
acdoctor mode is on: check and diagnosis problems in the input file.
-- Check Format for mol2 File --
Status: pass
-- Check Unusual Elements --
Status: pass
-- Check Open Valences --
Status: pass
-- Check Geometry --
for those bonded
for those not bonded
Status: pass
-- Check Weird Bonds --
/home/dr/Downloads/amber18/bin/to_be_dispatched/antechamber: Fatal Error!
Weird atomic valence (3) for atom (ID: 2, Name: C1).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Looking forward for your suggestions
Regards
Post by Alan
Please, post here the command you're using (add -d anyway for debug)
and
Post by neelam wafa
Post by Alan
show the whole output.
Thanks,
Alan
Post by neelam wafa
Yes it the same one. And the tests are running okay. Problem is with
my
Post by neelam wafa
Post by Alan
Post by neelam wafa
files.
Post by Alan
Indeed, it worked, though the warning is important. Are you using
the
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
latest ACPYPE?
========================================================================================
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
| ACPYPE: AnteChamber PYthon Parser interfacE v.
2018-09-20T16:44:17UTC
Post by Alan
Post by neelam wafa
(c)
Post by Alan
2018 AWSdS |
========================================================================================
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Means this file worked well on your system?
Post by Alan
This kind of problem is due to ANTECHAMBER, not ACPYPE. You may
try
Post by Alan
Post by neelam wafa
to
Post by Alan
Post by neelam wafa
get
Post by Alan
help at AMBER mailing list.
acpype -di H16.mol2 -c gas
DEBUG: /Users/alan/Programmes/amber16/bin/*antechamber* -i
H16.mol2
Post by Alan
Post by neelam wafa
-fi
Post by Alan
Post by neelam wafa
Post by Alan
mol2 -o tmp -fo ac -pf y
(1) double check the structure (the connectivity) and/or
(2) adjust atom valence penalty parameters in APS.DAT, and/or
(3) increase PSCUTOFF in define.h and recompile bondtype.c
Be cautious, use a large value of PSCUTOFF (>100) will
significantly
Post by neelam wafa
Post by Alan
increase the computation time
On Thu, 1 Nov 2018 at 08:53, neelam wafa <
Post by neelam wafa
Hi!
Dear all
I am using acpype to generate topologies of ligand for
gromacs
Post by neelam wafa
md
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
simmulation. I habe amber tools 18 and downloaded acpype from
github.
Post by Alan
Post by neelam wafa
The
Post by Alan
Post by neelam wafa
test runs go well but when i run my file with ../acpype.py
-i
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
UNL.mol2
Post by neelam wafa
Post by Alan
-c
Post by neelam wafa
gas or even
../acpype.py -di UNL.mol2
iI get following error
Fatal
Post by neelam wafa
Post by Alan
Post by neelam wafa
Error!
Post by Alan
Post by neelam wafa
Weird atomic valence (2) for atom (ID: 1, Name: C).
Possible open valence.
ACPYPE FAILED: [Errno 2] No such file or directory: 'tmp'
File "../acpype.py", line 3704, in <module>
File "../acpype.py", line 3392, in __init__
File "../acpype.py", line 910, in setResNameCheckCoords
Total time of execution: less than a second
Please any way to get out of this problem? Looking forward
for
Post by neelam wafa
Post by Alan
Post by neelam wafa
your
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
cooperation
Regards
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
posting!
* Can't post? Read
http://www.gromacs.org/Support/Mailing_Lists
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
Post by Alan
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​
(the
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
posting!
* Can't post? Read
http://www.gromacs.org/Support/Mailing_Lists
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by Alan
Post by neelam wafa
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List
before
Post by neelam wafa
Post by Alan
Post by neelam wafa
Post by Alan
Post by neelam wafa
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
Post by neelam wafa
Post by Alan
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by Alan
Post by neelam wafa
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
or
Post by neelam wafa
Post by Alan
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
*I**​ have just cycled* from Land's End to John O'Groats​​​ (the
whole Britain!)
for a charity, would you consider​ ​supporting my​ cause?
http://uk.virginmoneygiving.com/AlanSilva
--
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Gromacs Users mailing list
* Please search the archive at
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
posting!
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
--
Gromacs Users mailing list

* Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-***@gromacs.o
Loading...