Skip to content

a framework with scripts for the analysis and clustering of molecular systems according to data obtained using the PARENT package.

License

Notifications You must be signed in to change notification settings

nalsur-veallam/ARTEMIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTEMIS

A framework with scripts for the analysis and clustering of molecular systems according to data obtained using the PARENT or PARENT_GPU package.

You will need g++ and python libraries to work: numpy, pandas, seaborn, json, matplotlib, sklearn and scipy.

Framework scheme

0) INSTALLATION

To download the console-app version, use:

git clone https://github.com/nalsur-veallam/ARTEMIS.git

After that, enter the directory with the library

cd ARTEMIS

And compile the C++ part of the library using make:

make

Next, you can install all the dependencies for Python. Use:

pip3 install -r requirements.txt

To install the library completely, run:

pip3 install -e .

After this, the ARTEMIS program will be installed on your computer. Run

artemis -h

to view available modules.

1) MANUAL AND TUTORIAL

Uploaded via link.

About

a framework with scripts for the analysis and clustering of molecular systems according to data obtained using the PARENT package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages