This release adds to version 2.0.1 the following features and fixes:
Input/output file redirection in modules. It is now easier to add modules designed to accept a standard input stream and/or write to a standard output stream. GenePattern 2.0.2 provides syntax that allows users to add Unix-style redirection on a module's command line. For example, the following command line will send input_file to the script my_module.pl and write the output to output_file:
my_module.pl \< input_file \> output_file
Fix for importing pipelines on the Macintosh platform. A bug in previous releases prevented Macintosh users from importing pipelines that contained modules. This has been fixed.