LICENSE
MANIFEST.in
README
setup.cfg
setup.py
bin/fastr
fastr/__init__.py
fastr/configmanager.py
fastr/datatypes.py
fastr/exceptions.py
fastr/version.py
fastr/versioninfo
fastr.egg-info/PKG-INFO
fastr.egg-info/SOURCES.txt
fastr.egg-info/dependency_links.txt
fastr.egg-info/requires.txt
fastr.egg-info/top_level.txt
fastr/core/__init__.py
fastr/core/basemanager.py
fastr/core/baseplugin.py
fastr/core/datatypemanager.py
fastr/core/inputoutput.py
fastr/core/interface.py
fastr/core/ioplugin.py
fastr/core/link.py
fastr/core/network.py
fastr/core/node.py
fastr/core/pluginmanager.py
fastr/core/provenance.py
fastr/core/samples.py
fastr/core/serializable.py
fastr/core/target.py
fastr/core/tool.py
fastr/core/toolmanager.py
fastr/core/updateable.py
fastr/core/version.py
fastr/core/vfs.py
fastr/core/test/__init__.py
fastr/core/test/testdatatypemanager.py
fastr/core/test/testnetwork.py
fastr/core/test/testnode.py
fastr/core/test/testsamples.py
fastr/core/test/testtool.py
fastr/core/test/testversion.py
fastr/core/test/testvfs.py
fastr/data/__init__.py
fastr/data/url.py
fastr/doc/Makefile
fastr/doc/conf.py
fastr/doc/doc_clean.py
fastr/doc/doc_generate.py
fastr/doc/generate_modules.py
fastr/doc/generate_plugins.py
fastr/doc/index.template
fastr/doc/make.bat
fastr/doc/static/file_description.rst
fastr/doc/static/introduction.rst
fastr/doc/static/provenance.rst
fastr/doc/static/quick_start.rst
fastr/doc/static/reference.rst
fastr/doc/static/user_manual.rst
fastr/doc/static/images/fastr_core.png
fastr/examples/__init__.py
fastr/examples/add_ints.py
fastr/examples/collapse.py
fastr/examples/collapse_expand.py
fastr/examples/cross_validation.py
fastr/examples/expand.py
fastr/examples/macro_node.py
fastr/examples/source_sink.py
fastr/examples/data/add_ints/values
fastr/examples/data/images/mrwhite.mhd
fastr/examples/data/images/mrwhite.raw
fastr/examples/test/__init__.py
fastr/examples/test/test_examples.py
fastr/execution/__init__.py
fastr/execution/environmentmodules.py
fastr/execution/executionpluginmanager.py
fastr/execution/executionscript.py
fastr/execution/job.py
fastr/execution/networkanalyzer.py
fastr/execution/networkchunker.py
fastr/resources/__init__.py
fastr/resources/fastr.config.example
fastr/resources/collectorplugins/jsoncollector.py
fastr/resources/collectorplugins/jsoncollector.pyc
fastr/resources/collectorplugins/pathcollector.py
fastr/resources/collectorplugins/pathcollector.pyc
fastr/resources/collectorplugins/stdoutcollector.py
fastr/resources/collectorplugins/stdoutcollector.pyc
fastr/resources/datatypes/AnalyzeImageFile.py
fastr/resources/datatypes/Boolean.py
fastr/resources/datatypes/Boolean.pyc
fastr/resources/datatypes/Directory.py
fastr/resources/datatypes/Directory.pyc
fastr/resources/datatypes/Float.py
fastr/resources/datatypes/Float.pyc
fastr/resources/datatypes/ITKImageFile.py
fastr/resources/datatypes/Int.py
fastr/resources/datatypes/Int.pyc
fastr/resources/datatypes/MetaImageFile.py
fastr/resources/datatypes/MetaImageFile.pyc
fastr/resources/datatypes/NiftiImageFile.py
fastr/resources/datatypes/NiftiImageFileCompressed.py
fastr/resources/datatypes/NiftiImageFileUncompressed.py
fastr/resources/datatypes/Number.py
fastr/resources/datatypes/Number.pyc
fastr/resources/datatypes/String.py
fastr/resources/datatypes/String.pyc
fastr/resources/datatypes/TifImageFile.py
fastr/resources/datatypes/UnsignedInt.py
fastr/resources/datatypes/UnsignedInt.pyc
fastr/resources/datatypes/__init__.py
fastr/resources/datatypes/__init__.pyc
fastr/resources/flowplugins/crossvalidation.py
fastr/resources/flowplugins/crossvalidation.pyc
fastr/resources/interfaceplugins/fastrinterface.py
fastr/resources/interfaceplugins/fastrinterface.pyc
fastr/resources/interfaceplugins/flowinterface.py
fastr/resources/interfaceplugins/flowinterface.pyc
fastr/resources/interfaceplugins/simpleitkinterface.pyc
fastr/resources/ioplugins/commaseperatedvaluefile.py
fastr/resources/ioplugins/commaseperatedvaluefile.pyc
fastr/resources/ioplugins/filesystem.py
fastr/resources/ioplugins/filesystem.pyc
fastr/resources/ioplugins/null.py
fastr/resources/ioplugins/null.pyc
fastr/resources/ioplugins/virtualfilesystemregularexpression.py
fastr/resources/ioplugins/virtualfilesystemregularexpression.pyc
fastr/resources/ioplugins/virtualfilesystemvaluelist.py
fastr/resources/ioplugins/virtualfilesystemvaluelist.pyc
fastr/resources/ioplugins/xnatstorage.py
fastr/resources/ioplugins/xnatstorage.pyc
fastr/resources/schemas/ConstantNode.schema.json
fastr/resources/schemas/FastrInterface.schema.json
fastr/resources/schemas/Link.schema.json
fastr/resources/schemas/Network.schema.json
fastr/resources/schemas/Node.schema.json
fastr/resources/schemas/SinkNode.schema.json
fastr/resources/schemas/SourceNode.schema.json
fastr/resources/schemas/Tool.schema.json
fastr/resources/schemas/common.schema.json
fastr/resources/schemas/do_createworker.json
fastr/resources/secret/README
fastr/resources/serverplugins/drmaaexecution.py
fastr/resources/serverplugins/drmaaexecution.pyc
fastr/resources/serverplugins/linearexecution.py
fastr/resources/serverplugins/linearexecution.pyc
fastr/resources/serverplugins/processpoolexecution.py
fastr/resources/serverplugins/processpoolexecution.pyc
fastr/resources/tools/__init__.py
fastr/resources/tools/__init__.pyc
fastr/resources/tools/add/v1_0/add.py
fastr/resources/tools/add/v1_0/add.xml
fastr/resources/tools/addint/v1_0/addint.py
fastr/resources/tools/addint/v1_0/addint.xml
fastr/resources/tools/crossvalidation/v1.0/crossvalidation.xml
fastr/resources/tools/delay/v1_0/delay.py
fastr/resources/tools/delay/v1_0/delay.xml
fastr/resources/tools/divide/v1_0/divide.py
fastr/resources/tools/divide/v1_0/divide.xml
fastr/resources/tools/intdivide/v1_0/intdivide.py
fastr/resources/tools/intdivide/v1_0/intdivide.xml
fastr/resources/tools/max/v1.0/max.py
fastr/resources/tools/max/v1.0/max.xml
fastr/resources/tools/min/v1.0/min.py
fastr/resources/tools/min/v1.0/min.xml
fastr/resources/tools/multiply/v1_0/multiply.py
fastr/resources/tools/multiply/v1_0/multiply.xml
fastr/resources/tools/subtract/v1_0/subtract.py
fastr/resources/tools/subtract/v1_0/subtract.xml
fastr/resources/tools/sum/v1_0/sum.py
fastr/resources/tools/sum/v1_0/sum.xml
fastr/utils/__init__.py
fastr/utils/checksum.py
fastr/utils/classproperty.py
fastr/utils/clear_pycs.py
fastr/utils/dicteq.py
fastr/utils/gettools.py
fastr/utils/jsonschemaparser.py
fastr/utils/keygen.py
fastr/utils/multiprocesswrapper.py
fastr/utils/procutils.py
fastr/utils/schematotable.py
fastr/utils/sysinfo.py
fastr/utils/xmltodict.py
fastr/utils/cmd/__init__.py
fastr/utils/cmd/cat.py
fastr/utils/cmd/execute.py
fastr/utils/cmd/extract_argparse.py
fastr/utils/cmd/genkey.py
fastr/utils/cmd/prov.py
fastr/utils/cmd/restart.py
fastr/utils/cmd/run.py
fastr/utils/cmd/spawnproc.py
fastr/utils/cmd/start.py
fastr/utils/cmd/stop.py
fastr/utils/cmd/testtool.py
fastr/utils/cmd/webapp.py
fastr/web/__init__.py
fastr/web/api.py
fastr/web/run.py
fastr/web/views.py