Menu

Wiki Home Page

Comment (2)
谢桂纲

LANS Shoal Shell [current version: pre-alpha]

Shoal was developed by:
xieguigang(xie.guigang@gmail.com, LANS SystemsBiology Engineering Workstation)

"A lot of fish in a shoal, in a gigantic scientific ocean!"

Shoal running cross-platform(Windows7/8/10, Linux/Ubuntu, OS X), and you can hybrid scripting using shoal with R/Perl

To Shoal Developer

If you are a developer and interesting using Shoal Shell, you can try get some help from [Shoal Developer Guide]. And the Shoal shell source code is available for download to folk a new kind of scripting language by you.

Quick Guides for Shoal Shell

From the technical view, Shoal Shell just have 9 basically buildin system-level command for users. All of the systems biology modelling function are comes from the developed Shoal Shell API library. And the API development can tremendous extend the function and the ability of the Shoal Shell.

Command Name Description Syntax
libraries list all of the installed package for shoal
library Install a assembly library for Shoal library <assembly_path>
? Get the help information about the installed package or command ? <library\command name>
! Attaching the external hybrid scripting language environment entry point into Shoal !<hybrid_script_name>
imports Imports the namespace from a installed package imports <namespace>
source Calling the script file on your filesystem source script_file <argvs>
echo Print the message text on the console echo $message
ver() Display the version of Shoal
q() quit the shoal shell

Project Members:

What's new in [Update History]


Related

Wiki: Shoal Developer Guide