You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nf-core/autocycler/cluster/tests/main.nf.test
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
// TODO nf-core: Once you have added the required tests, please run the following command to build this file:
2
-
// nf-core modules test autocycler/cluster
3
1
nextflow_process {
4
2
5
3
name "Test Process AUTOCYCLER_CLUSTER"
@@ -11,23 +9,29 @@ nextflow_process {
11
9
tag "autocycler"
12
10
tag "autocycler/cluster"
13
11
14
-
// TODO nf-core: Change the test name preferably indicating the test-data and file-format used
15
-
test("sarscov2 - bam") {
12
+
test("sarscov2 - assembly - fasta") {
16
13
17
-
// TODO nf-core: If you are created a test for a chained module
18
-
// (the module requires running more than one process to generate the required output)
19
-
// add the 'setup' method here.
20
-
// You can find more information about how to use a 'setup' method in the docs (https://nf-co.re/docs/contributing/modules#steps-for-creating-nf-test-for-chained-modules).
0 commit comments