Skip to content

Commit 8c7d6b1

Browse files
committed
ready for review
1 parent d2d829b commit 8c7d6b1

236 files changed

Lines changed: 8967 additions & 11490 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/nf-test/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ runs:
106106
if: always()
107107
shell: bash
108108
run: |
109-
sudo rm -rf /home/ubuntu/tests/
109+
sudo rm -rf /home/ubuntu/tests/
110+

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ null/
1010
.nf-test.log
1111
nf-test
1212
.nf-test*
13-
.nf-test/
13+
.nf-test/

.nf-test.log

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Sept-03 16:06:16.416 [main] INFO com.askimed.nf.test.App - nf-test 0.9.2
2-
Sept-03 16:06:16.423 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/, --profile=+docker]
3-
Sept-03 16:06:16.812 [main] INFO com.askimed.nf.test.App - Nextflow Version: 25.04.6
4-
Sept-03 16:06:16.812 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /Users/ajv37/Documents/Pipelines/bactmap/nf-test.config...
5-
Sept-03 16:06:17.096 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Loaded 73 files from directory /Users/ajv37/Documents/Pipelines/bactmap in 0.107 sec
6-
Sept-03 16:06:17.096 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Found 1 files containing tests.
7-
Sept-03 16:06:17.096 [main] DEBUG com.askimed.nf.test.lang.dependencies.DependencyResolver - Found files: [/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test]
8-
Sept-03 16:06:17.182 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Found 1 tests to execute.
9-
Sept-03 16:06:17.182 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
10-
Sept-03 16:06:17.182 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test'.
11-
Sept-03 16:06:17.182 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '5192f88d: -profile test'. type: com.askimed.nf.test.lang.pipeline.PipelineTest
12-
Sept-03 16:07:39.491 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Init new snapshot file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test.snap'
13-
Sept-03 16:07:39.492 [main] DEBUG com.askimed.nf.test.lang.extensions.Snapshot - Snapshot '-profile test' not found.
14-
Sept-03 16:07:39.493 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Created snapshot '-profile test'
15-
Sept-03 16:07:40.352 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Wrote snapshots to file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test.snap'
16-
Sept-03 16:07:40.352 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Test '5192f88d: -profile test' finished. status: PASSED
17-
Sept-03 16:07:40.353 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Testsuite 'Test pipeline' finished. snapshot file: true, skipped tests: false, failed tests: false
18-
Sept-03 16:07:40.354 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Executed 1 tests. 0 tests failed. Done!
1+
Sept-11 15:08:27.434 [main] INFO com.askimed.nf.test.App - nf-test 0.9.2
2+
Sept-11 15:08:27.441 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/, --profile=+docker]
3+
Sept-11 15:08:27.968 [main] INFO com.askimed.nf.test.App - Nextflow Version: 25.04.6
4+
Sept-11 15:08:27.969 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /Users/ajv37/Documents/Pipelines/bactmap/nf-test.config...
5+
Sept-11 15:08:28.853 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Loaded 73 files from directory /Users/ajv37/Documents/Pipelines/bactmap in 0.108 sec
6+
Sept-11 15:08:28.854 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Found 1 files containing tests.
7+
Sept-11 15:08:28.854 [main] DEBUG com.askimed.nf.test.lang.dependencies.DependencyResolver - Found files: [/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test]
8+
Sept-11 15:08:28.920 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Found 1 tests to execute.
9+
Sept-11 15:08:28.920 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
10+
Sept-11 15:08:28.920 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test'.
11+
Sept-11 15:08:28.920 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '5192f88d: -profile test'. type: com.askimed.nf.test.lang.pipeline.PipelineTest
12+
Sept-11 15:10:29.299 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Init new snapshot file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test.snap'
13+
Sept-11 15:10:29.302 [main] DEBUG com.askimed.nf.test.lang.extensions.Snapshot - Snapshot '-profile test' not found.
14+
Sept-11 15:10:29.302 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Created snapshot '-profile test'
15+
Sept-11 15:10:30.173 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Wrote snapshots to file '/Users/ajv37/Documents/Pipelines/bactmap/tests/default.nf.test.snap'
16+
Sept-11 15:10:30.173 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Test '5192f88d: -profile test' finished. status: PASSED
17+
Sept-11 15:10:30.175 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Testsuite 'Test pipeline' finished. snapshot file: true, skipped tests: false, failed tests: false
18+
Sept-11 15:10:30.176 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Executed 1 tests. 0 tests failed. Done!

.nf-test/plugins/769ef9cb3e09a5479af8ae24f9f6ea54.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}]
9191
},{
9292
"id": "nft-utils",
93-
"latest": "0.0.5",
93+
"latest": "0.0.6",
9494
"url": "https://github.com/nf-core/nft-utils",
9595
"github": "nf-core/nft-utils",
9696
"description": "nf-test utility functions for Nextflow pipelines.",
@@ -111,6 +111,9 @@
111111
},{
112112
"version": "0.0.5",
113113
"url": "https://github.com/nf-core/nft-utils/releases/download/0.0.5/nft-utils-0.0.5.jar"
114+
},{
115+
"version": "0.0.6",
116+
"url": "https://github.com/nf-core/nft-utils/releases/download/0.0.6/nft-utils-0.0.6.jar"
114117
}]
115118
},{
116119
"id": "nft-fastq",

.nf-test/tests/2b80f6576b4f1cbcc0c9ad9776cfd544/meta/mock.nf

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)