APACHE-LICENSE-2.0
LICENSE
MANIFEST.in
README
requirements.txt
setup.cfg
setup.py
test_requirements.txt
version
fastr/__init__.py
fastr/configmanager.py
fastr/datatypes.py
fastr/exceptions.py
fastr/plugins.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/entry_points.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/dimension.py
fastr/core/inputoutput.py
fastr/core/interface.py
fastr/core/ioplugin.py
fastr/core/link.py
fastr/core/network.py
fastr/core/networkmanager.py
fastr/core/node.py
fastr/core/objectmanager.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/testdimension.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_cmd.py
fastr/doc/generate_config.py
fastr/doc/generate_modules.py
fastr/doc/generate_plugins.py
fastr/doc/index.template
fastr/doc/make.bat
fastr/doc/static/changelog.rst
fastr/doc/static/development.rst
fastr/doc/static/file_description.rst
fastr/doc/static/introduction.rst
fastr/doc/static/quick_start.rst
fastr/doc/static/reference.rst
fastr/doc/static/rest.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/datatypes/AnalyzeImageFile.py
fastr/resources/datatypes/Boolean.py
fastr/resources/datatypes/Directory.py
fastr/resources/datatypes/Float.py
fastr/resources/datatypes/ITKImageFile.py
fastr/resources/datatypes/Int.py
fastr/resources/datatypes/MetaImageFile.py
fastr/resources/datatypes/NiftiImageFile.py
fastr/resources/datatypes/NiftiImageFileCompressed.py
fastr/resources/datatypes/NiftiImageFileUncompressed.py
fastr/resources/datatypes/Number.py
fastr/resources/datatypes/String.py
fastr/resources/datatypes/TifImageFile.py
fastr/resources/datatypes/UnsignedInt.py
fastr/resources/datatypes/__init__.py
fastr/resources/networks/add_ints.json
fastr/resources/plugins/collectorplugins/jsoncollector.py
fastr/resources/plugins/collectorplugins/pathcollector.py
fastr/resources/plugins/collectorplugins/stdoutcollector.py
fastr/resources/plugins/executionplugins/blockingexecution.py
fastr/resources/plugins/executionplugins/drmaaexecution.py
fastr/resources/plugins/executionplugins/linearexecution.py
fastr/resources/plugins/executionplugins/processpoolexecution.py
fastr/resources/plugins/executionplugins/rqexecution.py
fastr/resources/plugins/flowplugins/crossvalidation.py
fastr/resources/plugins/interfaceplugins/fastrinterface.py
fastr/resources/plugins/interfaceplugins/flowinterface.py
fastr/resources/plugins/interfaceplugins/nipypeinterface.py
fastr/resources/plugins/ioplugins/commaseperatedvaluefile.py
fastr/resources/plugins/ioplugins/filesystem.py
fastr/resources/plugins/ioplugins/null.py
fastr/resources/plugins/ioplugins/reference.py
fastr/resources/plugins/ioplugins/virtualfilesystemregularexpression.py
fastr/resources/plugins/ioplugins/virtualfilesystemvaluelist.py
fastr/resources/plugins/ioplugins/xnatstorage.py
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/tools/__init__.py
fastr/resources/tools/fastr/flow/0.1/crossvalidation.xml
fastr/resources/tools/fastr/math/0.1/add.xml
fastr/resources/tools/fastr/math/0.1/addint.xml
fastr/resources/tools/fastr/math/0.1/divide.xml
fastr/resources/tools/fastr/math/0.1/intdivide.xml
fastr/resources/tools/fastr/math/0.1/max.xml
fastr/resources/tools/fastr/math/0.1/min.xml
fastr/resources/tools/fastr/math/0.1/multiply.xml
fastr/resources/tools/fastr/math/0.1/subtract.xml
fastr/resources/tools/fastr/math/0.1/sum.xml
fastr/resources/tools/fastr/math/0.1/bin/add.py
fastr/resources/tools/fastr/math/0.1/bin/addint.py
fastr/resources/tools/fastr/math/0.1/bin/divide.py
fastr/resources/tools/fastr/math/0.1/bin/intdivide.py
fastr/resources/tools/fastr/math/0.1/bin/max.py
fastr/resources/tools/fastr/math/0.1/bin/min.py
fastr/resources/tools/fastr/math/0.1/bin/multiply.py
fastr/resources/tools/fastr/math/0.1/bin/subtract.py
fastr/resources/tools/fastr/math/0.1/bin/sum.py
fastr/resources/tools/fastr/util/0.1/delay.xml
fastr/resources/tools/fastr/util/0.1/bin/delay.py
fastr/utils/__init__.py
fastr/utils/checksum.py
fastr/utils/classproperty.py
fastr/utils/clear_pycs.py
fastr/utils/compare.py
fastr/utils/dicteq.py
fastr/utils/gettools.py
fastr/utils/iohelpers.py
fastr/utils/jsonschemaparser.py
fastr/utils/multiprocesswrapper.py
fastr/utils/procutils.py
fastr/utils/rest_generation.py
fastr/utils/schematotable.py
fastr/utils/sysinfo.py
fastr/utils/verify.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/prov.py
fastr/utils/cmd/run.py
fastr/utils/cmd/testtool.py
fastr/utils/cmd/verify.py
fastr/utils/cmd/webapp.py
fastr/web/__init__.py
fastr/web/api.py
fastr/web/run.py
fastr/web/views.py
fastr/web/static/empty.svg
fastr/web/static/style.css
fastr/web/static/vis.css
fastr/web/static/js/fastr_client.js
fastr/web/static/js/forge.min.js
fastr/web/static/js/misc_jquery.js
fastr/web/static/js/vis.js
fastr/web/templates/base.html
fastr/web/templates/docs.html
fastr/web/templates/index.html
fastr/web/templates/login.html
fastr/web/templates/prov.html
fastr/web/templates/tool.html
fastr/web/templates/tool_overview.html
fastr/web/templates/tool_version.html
fastr/web/templates/websocket_client.html
fastr/web/templates/workbench.html