From 6a77321695e01a006278327a8126d45dda20545b Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Wed, 9 Oct 2024 22:55:37 +1300 Subject: [PATCH] Fixed ci and params --- .github/workflows/template_version_comment.yml | 2 +- tests/tiny/params.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/template_version_comment.yml b/.github/workflows/template_version_comment.yml index 9dea41f0..d01fb43f 100644 --- a/.github/workflows/template_version_comment.yml +++ b/.github/workflows/template_version_comment.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Read template version from .nf-core.yml - uses: pietrobolcato/action-read-yaml@1.0.0 + uses: pietrobolcato/action-read-yaml@1.1.0 id: read_yml with: config: ${{ github.workspace }}/.nf-core.yml diff --git a/tests/tiny/params.json b/tests/tiny/params.json index 58137a9b..71262048 100644 --- a/tests/tiny/params.json +++ b/tests/tiny/params.json @@ -1,8 +1,5 @@ { "config_profile_name": "Test profile", "config_profile_description": "Tiny test dataset to check pipeline function", - "input": "tests/tiny/assemblysheet.csv", - "max_cpus": 2, - "max_memory": "6.GB", - "max_time": "6.h" + "input": "tests/tiny/assemblysheet.csv" }