Difference between revisions of "Downloads"

From VistrailsWiki
Jump to navigation Jump to search
(Added info about .deb files)
Line 49: Line 49:


These will install VisTrails on /usr/local. They currently perform no dependency checking, though this will be done in the future, together with a VisTrails apt repository. Please check back often or email him at '''cscheid@sci.utah.edu'''
These will install VisTrails on /usr/local. They currently perform no dependency checking, though this will be done in the future, together with a VisTrails apt repository. Please check back often or email him at '''cscheid@sci.utah.edu'''
----
'''VisTrails Module Packages'''
VisTrails makes use of packages of Modules to define and form valid workflows.  Some packages are maintained and distributed with the VisTrails itself and are considered part of the core functionality.  However, work has also been done on developing user-made and maintained Module Packages.  Below are a current list of packages maintained by VisTrails and user packages maintained outside the core source repository.  The Package Name field describes the name required by the addPackage() directive in the .vistrails/startup.py file required to load the package.
{| {{Prettytable}}
|-
|{{Hl4}}|'''Core Packages as of Fri. Feb. 23 2007'''
|{{Hl4}}|'''Description'''
|{{Hl4}}|'''Package Name'''
|-
|
* Basic Modules
| Basic module types.  These modules consist of value placeholders (Float, Integer, etc) and general workflow manipulation (stdout, File Writing, etc)
| Automatically Included
|-
|
* VTK
| Kitware's Visualization ToolKit wrapped for use in VisTrails
| vtk
|-
|
* Spreadsheet
| Spreadsheet modules for use in visualization workflows.
| spreadsheet
|-
|
* HTTP
| Modules capable of accessing files via HTTP and using them as if they were locally stored.
| HTTP
|-
|
* Python Calculator
| A basic set of modules intended to demonstrate how to create new packages for use in VisTrails
| pythonCalc
|-
|
* SciPy
| Modules wrapping some of the functionality provided by the Scientific Python package.  As this package is large, it is not yet fully wrapped. 
| SciPy
|-
|
* Image Magick
| Modules utilizing the Image Magick command-line tools.
| ImageMagick

Revision as of 21:55, 23 February 2007

Latest Release

Revision 389 (2007-02-09 15:00) Documents2.png View Notes Size Architecture Type
42277520 i586 .zip (32-bit Windows)
830470 all Source .tar.gz
  • If you have problems downloading from our repository, we keep mirror copies at sourceforge VisTrails@SourceForge.

See all releases

Users list

You can subscribe to the vistrails-users list by sending mail to majordomo@sci.utah.edu with the single following line in the email body:

subscribe vistrails-users

After the list owner approves (we, the VisTrails developers --- so it shouldn't take more than a few hours) the request, you will be able to send and receive mail to vistrails-users@sci.utah.edu


Experimental Ubuntu Packages

Carlos Scheidegger is experimenting with Ubuntu (debian) packages and is currently making them available at http://www.sci.utah.edu/~cscheid/software. They can be installed in Ubuntu with

sudo dpkg -i vistrails-<version>.deb

These will install VisTrails on /usr/local. They currently perform no dependency checking, though this will be done in the future, together with a VisTrails apt repository. Please check back often or email him at cscheid@sci.utah.edu


VisTrails Module Packages

VisTrails makes use of packages of Modules to define and form valid workflows. Some packages are maintained and distributed with the VisTrails itself and are considered part of the core functionality. However, work has also been done on developing user-made and maintained Module Packages. Below are a current list of packages maintained by VisTrails and user packages maintained outside the core source repository. The Package Name field describes the name required by the addPackage() directive in the .vistrails/startup.py file required to load the package.

Core Packages as of Fri. Feb. 23 2007 Description Package Name
  • Basic Modules
Basic module types. These modules consist of value placeholders (Float, Integer, etc) and general workflow manipulation (stdout, File Writing, etc) Automatically Included
  • VTK
Kitware's Visualization ToolKit wrapped for use in VisTrails vtk
  • Spreadsheet
Spreadsheet modules for use in visualization workflows. spreadsheet
  • HTTP
Modules capable of accessing files via HTTP and using them as if they were locally stored. HTTP
  • Python Calculator
A basic set of modules intended to demonstrate how to create new packages for use in VisTrails pythonCalc
  • SciPy
Modules wrapping some of the functionality provided by the Scientific Python package. As this package is large, it is not yet fully wrapped. SciPy
  • Image Magick
Modules utilizing the Image Magick command-line tools. ImageMagick