Skip to content

Commit

Permalink
Fixed ci and params
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Oct 9, 2024
1 parent eeaaf3f commit 6a77321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_version_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions tests/tiny/params.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 6a77321

Please sign in to comment.