GenePattern 2.0.2 Release Notes

View release notes for all GenePattern versions: 1.0    1.1    1.2    1.2.1    1.3    1.3.1    1.4    1.4.1    2.0    2.0.1    2.0.2    3.0    3.1
Also see the FAQ for more information about new functionality

New in release 2.0.2

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.