How to use Arthor Command Line

From DISI
Revision as of 21:59, 22 February 2023 by Jgutierrez6 (talk | contribs)
Jump to navigation Jump to search

Introduction

Here is an introduction on how to use the Arthor commands in the command line for substructure searching.

Important Information

  • Arthor Databases are backed up in /nfs/exj/arthor_db_backup/.
  • Arthor version will differ as time goes on but the command line should be fairly the same.

Substructure Search

Simple

  1. Export the Arthor bin path to use executables
    export ARTHOR_DIR=/nfs/soft2/arthor_configs/arthor-3.4.7/arthor-3.4.7-centos7/
    export PATH=$ARTHOR_DIR/bin/:$PATH
  2. Grep a database for a substructure search. This command will take a while to run
    atdbgrep '<SMILES/SMARTS>' -s <path_to_.smi_file> <path_to_.atdb_file>
  3. Example:
    atdbgrep 'Cn1cnc2c1c(=O)n(C)c(=O)n2C' -s /nfs/exj/arthor_db_backup/public_arthor/bb_10.smi /nfs/exj/arthor_db_backup/public_arthor/bb_10.smi.atdb

Useful Options For Searching

Advanced

Similarity Search