From 147a8d4d771fbdd5d91ec38ebfb671e6c648cf92 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Tue, 14 Dec 2021 16:21:42 +0000 Subject: [PATCH] Address @ggabernet review comments --- nf_core/lint/files_exist.py | 1 + nf_core/pipeline-template/.github/workflows/awstest.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nf_core/lint/files_exist.py b/nf_core/lint/files_exist.py index 23759b8989..05f6de108d 100644 --- a/nf_core/lint/files_exist.py +++ b/nf_core/lint/files_exist.py @@ -78,6 +78,7 @@ def files_exist(self): conf/aws.config .github/workflows/push_dockerhub.yml .github/ISSUE_TEMPLATE/bug_report.md + .github/ISSUE_TEMPLATE/feature_request.md docs/images/nf-core-PIPELINE_logo.png Files that *should not* be present: diff --git a/nf_core/pipeline-template/.github/workflows/awstest.yml b/nf_core/pipeline-template/.github/workflows/awstest.yml index ffa04f14d4..eb14cced64 100644 --- a/nf_core/pipeline-template/.github/workflows/awstest.yml +++ b/nf_core/pipeline-template/.github/workflows/awstest.yml @@ -22,7 +22,7 @@ jobs: workdir: s3://${{ secrets.AWS_S3_BUCKET }}{% endraw %}/work/{{ short_name }}/{% raw %}work-${{ github.sha }}{% endraw %} parameters: | { - "outdir": "s3://{% raw %}${{ secrets.AWS_S3_BUCKET }}{% endraw %}/{{ short_name }}/{% raw %}results-${{ github.sha }}{% endraw %}" + "outdir": "s3://{% raw %}${{ secrets.AWS_S3_BUCKET }}{% endraw %}/{{ short_name }}/{% raw %}results-test-${{ github.sha }}{% endraw %}" } profiles: test,aws_tower pre_run_script: 'export NXF_VER=21.10.3'