├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── container-specs.md └── imgs ├── BioContainers.png ├── biocontainers-logo.png ├── container.png ├── edf3082e-84e4-11e6-95b5-ac8d2a0992b8.png ├── workflow.png └── workflow.svg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/README.md -------------------------------------------------------------------------------- /container-specs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/container-specs.md -------------------------------------------------------------------------------- /imgs/BioContainers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/BioContainers.png -------------------------------------------------------------------------------- /imgs/biocontainers-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/biocontainers-logo.png -------------------------------------------------------------------------------- /imgs/container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/container.png -------------------------------------------------------------------------------- /imgs/edf3082e-84e4-11e6-95b5-ac8d2a0992b8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/edf3082e-84e4-11e6-95b5-ac8d2a0992b8.png -------------------------------------------------------------------------------- /imgs/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/workflow.png -------------------------------------------------------------------------------- /imgs/workflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioContainers/specs/HEAD/imgs/workflow.svg --------------------------------------------------------------------------------