Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Dec 11, 2023
1 parent aaa01ad commit e6c4c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nf-hello CI
name: nf-iridanext CI
on:
push:
branches:
Expand All @@ -10,7 +10,7 @@ on:
- '*'
jobs:
build:
name: Build nf-hello
name: Build nf-iridanext
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import nextflow.processor.TaskRun
import nextflow.script.params.FileOutParam
import nextflow.script.params.ValueOutParam

import nextflow.hello.IridaNextOutput
import nextflow.iridanext.IridaNextOutput

/**
* IridaNext workflow observer
Expand All @@ -53,7 +53,7 @@ class IridaNextObserver implements TraceObserver {
private List<PathMatcher> samplesMatchers
private List<PathMatcher> globalMatchers

public HelloObserver() {
public IridaNextObserver() {
pathMatchers = [:]
addPathMatchers("global", [])
addPathMatchers("samples", [])
Expand Down

0 comments on commit e6c4c62

Please sign in to comment.