Skip to content

Commit c9c4a79

Browse files
committed
Update learnmsa for testng
1 parent 6c5e592 commit c9c4a79

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

.nf-test.log

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,36 @@ Nov-11 11:11:48.966 [main] INFO com.askimed.nf.test.commands.RunTestsCommand -
99
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
1010
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test'.
1111
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '3b90429f: -profile test'. type: com.askimed.nf.test.lang.pipeline.PipelineTest
12+
Nov-11 11:13:38.210 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Test '3b90429f: -profile test' finished. status: FAILED
13+
org.codehaus.groovy.runtime.powerassert.PowerAssertionError: assert workflow.success
14+
| |
15+
workflow false
16+
at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:432)
17+
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:670)
18+
at default_nf$_run_closure1$_closure2$_closure4.doCall(default.nf.test:25)
19+
at default_nf$_run_closure1$_closure2$_closure4.doCall(default.nf.test)
20+
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
21+
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
22+
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
23+
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
24+
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274)
25+
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030)
26+
at groovy.lang.Closure.call(Closure.java:427)
27+
at groovy.lang.Closure.call(Closure.java:406)
28+
at com.askimed.nf.test.lang.TestCode.execute(TestCode.java:16)
29+
at com.askimed.nf.test.lang.pipeline.PipelineTest.execute(PipelineTest.java:135)
30+
at com.askimed.nf.test.core.TestExecutionEngine.execute(TestExecutionEngine.java:172)
31+
at com.askimed.nf.test.commands.RunTestsCommand.execute(RunTestsCommand.java:322)
32+
at com.askimed.nf.test.commands.AbstractCommand.call(AbstractCommand.java:43)
33+
at com.askimed.nf.test.commands.AbstractCommand.call(AbstractCommand.java:18)
34+
at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
35+
at picocli.CommandLine.access$1300(CommandLine.java:145)
36+
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2352)
37+
at picocli.CommandLine$RunLast.handle(CommandLine.java:2346)
38+
at picocli.CommandLine$RunLast.handle(CommandLine.java:2311)
39+
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
40+
at picocli.CommandLine.execute(CommandLine.java:2078)
41+
at com.askimed.nf.test.App.run(App.java:39)
42+
at com.askimed.nf.test.App.main(App.java:46)
43+
Nov-11 11:13:38.219 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Testsuite 'Test pipeline' finished. snapshot file: false, skipped tests: false, failed tests: true
44+
Nov-11 11:13:38.220 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Executed 1 tests. 1 tests failed. Done!

assets/toolsheet.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tree,args_tree,aligner,args_aligner
2-
FAMSA,,FAMSA,
3-
,,MAFFT,--dpparttree
2+
,,FAMSA,
3+
,,LEARNMSA,"--use_language_model"

modules/nf-core/learnmsa/align/main.nf

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)