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
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:109)
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:131)
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
script15555797947551577614884.groovy: 87: unable to resolve class gngs.BED
@ line 87, column 18.
target_regions = new gngs.BED(target_bed).load()
^
1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:958)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:605)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:554)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:254)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:211)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:221)
at groovy.lang.GroovyClassLoader$parseClass.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at bpipe.Runner.main(Runner.groovy:436)
... 6 more
Caught: java.lang.RuntimeException: ERROR: analysis pipeline did not produce expected analysed target region BED: /data/Ximmer/Output/run1/regions.analysable.bed
java.lang.RuntimeException: ERROR: analysis pipeline did not produce expected analysed target region BED: /data/Ximmer/Output/run1/regions.analysable.bed
at Ximmer.generateReport(Ximmer.groovy:1045)
at Ximmer$generateReport$5.callCurrent(Unknown Source)
at Ximmer.run(Ximmer.groovy:202)
at Ximmer$run.call(Unknown Source)
at Ximmer.main(Ximmer.groovy:1279)
The text was updated successfully, but these errors were encountered:
xexpanderx
changed the title
Failed during analysis
Failed during analysis (running through docker)
Apr 18, 2019
xexpanderx
changed the title
Failed during analysis (running through docker)
ERROR: analysis pipeline did not produce expected analysed target region BED (running through docker)
Apr 18, 2019
This is the error:
I run it like this:
docker run -e XIMMER_REF=/genome_fasta/hg19.with.mt.fasta -v /data/ref_genomes/hg19/genome_fasta/:/genome_fasta -v /projects/wp3/nobackup/Workspace/:/data ximmer ximmer -c /data/Ximmer/Config/config.txt -v -o /data/Ximmer/Output -nosim
My config.txt file:
The text was updated successfully, but these errors were encountered: