Here is a Prezi presentation for more information about this project. The main demographic that will benefit from this is the research and data intensive community.
In any bash (shell) clone the git repo and run visflow.sh by using 'sh visflow.sh'. Irods is a way to use the iplant collaborative enviroment through shell commands. ~/.irods/.irods/.irodsEnv Everything needed for irods to connect to iplant except the password. There should be one directory with all the files needed including script and data files.
For example
Simulation/
--> simulation.py
--> sim_files/
----> file1.txt
----> file2.txt
----> file3.txt
-split_option.sh
splits local or remote files found on irods and returns them from
whence they came in either a /splits or /chunks directory
+ reduced the number of files by making functions rather than seperate .sh files.
+ no passwords are ever stored (you must be logged into irods on host and worker computers)
+ error catching
+ simple step-by-step instructions
+ Visflow.info integration
+ clean up after computation is done
+ ability to take in multiple data files
+ expand documentation
+ make tutorial video