Skip to content

Commit

Permalink
Merge pull request #118 from common-workflow-language/containers_recs
Browse files Browse the repository at this point in the history
add containers best practices
  • Loading branch information
stain committed Oct 2, 2018
2 parents 7e8846d + 2dcb75b commit 25c1372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _extras/recommended-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ For more examples of providing metadata within CWL descriptions, see the [Metada

☐ Complex workflows with individual components which can be abstracted should utilise the [`SubworkflowFeatureRequirement`][subworkflow] to make their workflow modular and allow sections of them to be easily reused.

☐ Software containers should be made to be conformant to the ["Recommendations for the packaging and containerizing of bioinformatics software"][containers] (also useful to other disciplines).

[containers]: https://doi.org/10.12688/f1000research.15140.1
[apache-license]: https://spdx.org/licenses/Apache-2.0.html
[license-example]: https://github.com/ProteinsWebTeam/ebi-metagenomics-cwl/blob/master/workflows/emg-assembly.cwl#L200
[scicrunch-issue]: https://github.com/common-workflow-language/common-workflow-language/issues/scicrunch.org
Expand Down

0 comments on commit 25c1372

Please sign in to comment.