Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvatunek committed Mar 1, 2019
1 parent 5333526 commit 8cc8587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 6 additions & 9 deletions autoDIA.py → autoDIAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,25 @@

banner="""
*****************************************************************************************
autoDIA
autoDIAS
Dennis Svatunek
UCLA
[email protected]
@clickchemist
Download the newest version from:
https://github.com/dsvatunek/autoDIA
https://github.com/dsvatunek/autoDIAS
Please cite:
*****************************************************************************************
Python wrapper for several computational chemistry software packages to automatically perform
Distortion/Interaction analysis calculations (also know as Activation Strain Analysis).
Distortion/Interaction Activation Strain analysis calculations.
"""

from DIA_inputparser import *
from DIA_analysis import *
from DIA_reduce_reorder import *
from DIAS_inputparser import *
from DIAS_analysis import *
from DIAS_reduce_reorder import *
import argparse, sys, time, subprocess, os, datetime, copy

__version__= '1.0.0'
Expand Down

0 comments on commit 8cc8587

Please sign in to comment.