Skip to content

cloudtides/ScienterpriseCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Interface

Four commands are provided to manage the project on the server.

Requirements

  • Python3, pip

Libraries of Python

  • paramiko (to manage SSH by python)
  • docker (might be needed in the future)
  • python-click

Build and Run the CLI

Clone this repo to your machine,

git clone [email protected]:scienterprise/ScienterpriseCLI.git

then run it,

cd ScienterpriseCLI
pip install --editable .

Commmands Supported by the CLI

Now the information of the server and the container is included in the user-server.json. You can change it to other servers or containers.

Upload Command

  • A file can be uploaded to the container by
scienterprise upload --target ${file name}

Run Command

  • A (gromacs) project can be started to run on the server by
scienterprise run --app_name gromacs --input ${file name}

Download Command

  • The result files can be downloaded from the server by
scienterprise download --local_path ${directory name} --workunit ${workunit from above}
  • Another way to download result files is through
scienterprise download --remote_dir ${directory on the server} --local_path ${directory in your machine}

Directory on the server only includes 2 to 3 bits of hexadecimals, like 160

Check Command

  • The path of the result files can be checked by workunit.
scienterprise check-workunit --workunit ${workunit}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages