├── .gitignore ├── CODE_OF_CONDUCT.md ├── Elements-of-Style-Reproducible-Tutorial-Agenda.md ├── LICENSE ├── README.md ├── assets ├── GeneratingGitHubPersonalAccessTokens.gif ├── ISCBAcademyLogo.png ├── MakingGitHubActionsWithStar-Docker.gif ├── Octocat.png ├── The_Elements_of_Programming_Style.jpg └── Zenodo_logo.jpg └── lessons ├── A-Few-Simple-Rules-Shortened.md ├── A-Few-Simple-Rules.md ├── GitHubActionsForMaintenanceTesting.md ├── NextflowCommonWorkFlowLanguageSharedStructureSharedElements.md ├── Running-nf-core-scrnaseq.md ├── build-test-share-dockerfiles-github.md └── rnaseq.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Elements-of-Style-Reproducible-Tutorial-Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/Elements-of-Style-Reproducible-Tutorial-Agenda.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/README.md -------------------------------------------------------------------------------- /assets/GeneratingGitHubPersonalAccessTokens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/GeneratingGitHubPersonalAccessTokens.gif -------------------------------------------------------------------------------- /assets/ISCBAcademyLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/ISCBAcademyLogo.png -------------------------------------------------------------------------------- /assets/MakingGitHubActionsWithStar-Docker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/MakingGitHubActionsWithStar-Docker.gif -------------------------------------------------------------------------------- /assets/Octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/Octocat.png -------------------------------------------------------------------------------- /assets/The_Elements_of_Programming_Style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/The_Elements_of_Programming_Style.jpg -------------------------------------------------------------------------------- /assets/Zenodo_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/assets/Zenodo_logo.jpg -------------------------------------------------------------------------------- /lessons/A-Few-Simple-Rules-Shortened.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/A-Few-Simple-Rules-Shortened.md -------------------------------------------------------------------------------- /lessons/A-Few-Simple-Rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/A-Few-Simple-Rules.md -------------------------------------------------------------------------------- /lessons/GitHubActionsForMaintenanceTesting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/GitHubActionsForMaintenanceTesting.md -------------------------------------------------------------------------------- /lessons/NextflowCommonWorkFlowLanguageSharedStructureSharedElements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/NextflowCommonWorkFlowLanguageSharedStructureSharedElements.md -------------------------------------------------------------------------------- /lessons/Running-nf-core-scrnaseq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/Running-nf-core-scrnaseq.md -------------------------------------------------------------------------------- /lessons/build-test-share-dockerfiles-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/build-test-share-dockerfiles-github.md -------------------------------------------------------------------------------- /lessons/rnaseq.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISCB-Academy/Elements-of-Style-Reproducible-Workflow-Creation-Maintenance-Tutorial/HEAD/lessons/rnaseq.ipynb --------------------------------------------------------------------------------