Search zinc22.py: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with " <nowiki> usage: search_zinc22.py [-h] [--configuration-server-url CONFIGURATION_SERVER_URL] zinc_id_in results_out positional...")
 
No edit summary
Line 16: Line 16:


You can find it in the wild @ /nfs/home/xyz/btingle/bin/2dload.testing/utils-2d/tin/search_zinc22.py
You can find it in the wild @ /nfs/home/xyz/btingle/bin/2dload.testing/utils-2d/tin/search_zinc22.py
Make sure to source /nfs/home/xyz/btingle/bin/2dload.testing/py36_psycopg2/bin/activate before running.

Revision as of 21:48, 8 June 2022

usage: search_zinc22.py [-h]
                        [--configuration-server-url CONFIGURATION_SERVER_URL]
                        zinc_id_in results_out

positional arguments:
  zinc_id_in            file containing list of zinc ids to look up
  results_out           destination file for output

optional arguments:
  -h, --help            show this help message and exit
  --configuration-server-url CONFIGURATION_SERVER_URL

search_zinc22.py is a simple script for looking up zinc ids on the zinc22 system. The operation is simple- provide a file containing a list of zincids and a destination file to write to. The script will give you a progress bar as it searches the system. If a database is down, the script will let you know and continue gathering the results it can.

You can find it in the wild @ /nfs/home/xyz/btingle/bin/2dload.testing/utils-2d/tin/search_zinc22.py

Make sure to source /nfs/home/xyz/btingle/bin/2dload.testing/py36_psycopg2/bin/activate before running.