Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Oct 13, 2018
1 parent da75c63 commit 2ac8433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/libraries/parsedown
Submodule parsedown updated 1 files
+140 −152 Parsedown.php
2 changes: 1 addition & 1 deletion includes/libraries/parsedown-extra
2 changes: 1 addition & 1 deletion includes/nf-core/tools
Submodule tools updated 32 files
+56 −0 .github/CONTRIBUTING.md
+12 −0 .github/PULL_REQUEST_TEMPLATE.md
+4 −1 .travis.yml
+21 −1 CHANGELOG.md
+2 −1 Dockerfile
+121 −28 README.md
+15 −2 docs/lint_errors.md
+44 −8 nf_core/bump_version.py
+104 −0 nf_core/licences.py
+94 −47 nf_core/lint.py
+79 −39 nf_core/list.py
+25 −5 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/CONTRIBUTING.md
+31 −0 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/ISSUE_TEMPLATE/bug_report.md
+16 −0 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/ISSUE_TEMPLATE/feature_request.md
+1 −1 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/PULL_REQUEST_TEMPLATE.md
+0 −29 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/bug_report.md
+0 −16 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.github/feature_request.md
+9 −15 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/.travis.yml
+2 −1 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/CHANGELOG.md
+1 −1 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/README.md
+1 −1 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/Singularity
+5 −5 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/main.nf
+9 −7 nf_core/pipeline-template/{{cookiecutter.name_noslash}}/nextflow.config
+1 −1 nf_core/utils.py
+48 −9 scripts/nf-core
+6 −1 setup.py
+3 −1 tests/lint_examples/minimal_working_example/.travis.yml
+1 −1 tests/lint_examples/minimal_working_example/README.md
+3 −2 tests/lint_examples/minimal_working_example/nextflow.config
+13 −13 tests/test_bump_version.py
+1 −1 tests/test_download.py
+22 −27 tests/test_lint.py

0 comments on commit 2ac8433

Please sign in to comment.