Running Dorado on Nextflow #4419
Replies: 5 comments 3 replies
-
First step, update your installation of nextflow. Is more than one year old |
Beta Was this translation helpful? Give feedback.
-
HI there, thank you for the prompt response. |
Beta Was this translation helpful? Give feedback.
-
Can you please upload the .nextflow.log file as an attachment ? |
Beta Was this translation helpful? Give feedback.
-
I've attached the .nextflow.log file (nextflow.log). |
Beta Was this translation helpful? Give feedback.
-
Apparently, you are running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am trying to do basecalling using dorado on nextflow (on a HPC) however I keep getting no outputs. when I check the log file, this is what I get:
Oct-10 10:38:17.203 [main] DEBUG nextflow.cli.Launcher - $> nextflow run nextflow.log Oct-10 10:38:17.283 [main] INFO nextflow.cli.CmdRun - N E X T F L O W ~ version 22.04.1 Oct-10 10:38:17.366 [main] DEBUG nextflow.scm.AssetManager - Listing projects in folder: /home/staukobong/.nextflow/assets Oct-10 10:38:17.397 [main] INFO nextflow.cli.CmdRun - Pulling nextflow-io/nextflow.log ... Oct-10 10:38:17.398 [main] DEBUG nextflow.scm.RepositoryProvider - Request [credentials -:-] -> https://api.github.com/repos/nextflow-io/nextflow.log/contents/nextflow.config Oct-10 10:38:18.463 [main] DEBUG nextflow.scm.RepositoryProvider - Response status: 404 -- {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content"} Oct-10 10:38:18.471 [main] WARN nextflow.scm.AssetManager - Cannot read project manifest -- Cause: Remote resource not found: https://api.github.com/repos/nextflow-io/nextflow.log/contents/nextflow.config nextflow.exception.AbortOperationException: Remote resource not found: https://api.github.com/repos/nextflow-io/nextflow.log/contents/nextflow.config at nextflow.scm.RepositoryProvider.checkResponse(RepositoryProvider.groovy:189) at nextflow.scm.RepositoryProvider.invoke(RepositoryProvider.groovy:138) at nextflow.scm.RepositoryProvider.memoizedMethodPriv$invokeAndParseResponseString(RepositoryProvider.groovy:220) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:1029) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1012) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethodSafe(InvokerHelper.java:101) at nextflow.scm.RepositoryProvider$_closure2.doCall(RepositoryProvider.groovy) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at groovy.lang.Closure.call(Closure.java:412) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.lambda$call$0(Memoize.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:113) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.call(Memoize.java:136) at groovy.lang.Closure.call(Closure.java:428) at nextflow.scm.RepositoryProvider.invokeAndParseResponse(RepositoryProvider.groovy) at nextflow.scm.GithubRepositoryProvider.readBytes(GithubRepositoryProvider.groovy:100) at nextflow.scm.RepositoryProvider.readText(RepositoryProvider.groovy:234) at nextflow.scm.AssetManager.getManifest0(AssetManager.groovy:457) at nextflow.scm.AssetManager.memoizedMethodPriv$getManifest(AssetManager.groovy:450) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:1029) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1012) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethodSafe(InvokerHelper.java:101) at nextflow.scm.AssetManager$_closure2.doCall(AssetManager.groovy) at nextflow.scm.AssetManager$_closure2.doCall(AssetManager.groovy) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at groovy.lang.Closure.call(Closure.java:412) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.lambda$call$0(Memoize.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:113) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.call(Memoize.java:136) at groovy.lang.Closure.call(Closure.java:406) at nextflow.scm.AssetManager.getManifest(AssetManager.groovy) at nextflow.scm.AssetManager.getMainScriptName(AssetManager.groovy:433) at nextflow.scm.AssetManager.checkValidRemoteRepo(AssetManager.groovy:391) at nextflow.scm.AssetManager.download(AssetManager.groovy:600) at nextflow.scm.AssetManager.download(AssetManager.groovy) at nextflow.cli.CmdRun.getScriptFile0(CmdRun.groovy:477) at nextflow.cli.CmdRun.getScriptFile(CmdRun.groovy:410) at nextflow.cli.CmdRun.run(CmdRun.groovy:287) at nextflow.cli.Launcher.run(Launcher.groovy:480) at nextflow.cli.Launcher.main(Launcher.groovy:639) Oct-10 10:38:18.479 [main] DEBUG nextflow.scm.RepositoryProvider - Request [credentials -:-] -> https://api.github.com/repos/nextflow-io/nextflow.log/contents/main.nf Oct-10 10:38:18.701 [main] DEBUG nextflow.scm.RepositoryProvider - Response status: 404 -- {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content"} Oct-10 10:38:18.702 [main] DEBUG nextflow.cli.Launcher - Operation aborted nextflow.exception.AbortOperationException: Remote resource not found: https://api.github.com/repos/nextflow-io/nextflow.log/contents/main.nf at nextflow.scm.RepositoryProvider.checkResponse(RepositoryProvider.groovy:189) at nextflow.scm.RepositoryProvider.invoke(RepositoryProvider.groovy:138) at nextflow.scm.RepositoryProvider.memoizedMethodPriv$invokeAndParseResponseString(RepositoryProvider.groovy:220) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1268) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:1029) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1012) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethodSafe(InvokerHelper.java:101) at nextflow.scm.RepositoryProvider$_closure2.doCall(RepositoryProvider.groovy) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035) at groovy.lang.Closure.call(Closure.java:412) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.lambda$call$0(Memoize.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:137) at org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache.getAndPut(ConcurrentCommonCache.java:113) at org.codehaus.groovy.runtime.memoize.Memoize$MemoizeFunction.call(Memoize.java:136) at groovy.lang.Closure.call(Closure.java:428) at nextflow.scm.RepositoryProvider.invokeAndParseResponse(RepositoryProvider.groovy) at nextflow.scm.GithubRepositoryProvider.readBytes(GithubRepositoryProvider.groovy:100) at nextflow.scm.RepositoryProvider.validateFor(RepositoryProvider.groovy:248) at nextflow.scm.AssetManager.checkValidRemoteRepo(AssetManager.groovy:392) at nextflow.scm.AssetManager.download(AssetManager.groovy:600) at nextflow.scm.AssetManager.download(AssetManager.groovy) at nextflow.cli.CmdRun.getScriptFile0(CmdRun.groovy:477) at nextflow.cli.CmdRun.getScriptFile(CmdRun.groovy:410) at nextflow.cli.CmdRun.run(CmdRun.groovy:287) at nextflow.cli.Launcher.run(Launcher.groovy:480) at nextflow.cli.Launcher.main(Launcher.groovy:639)
I used the below script:
`pods_ch = Channel.fromPath('home/staukobong/*.pod5')
process BLASTSEQ {
}
workflow {
bam_ch = BLASTSEQ(pods_ch)
bam_ch.view()
}`
Could I please get some assistance if anyone has an idea what may be the issue.
Beta Was this translation helpful? Give feedback.
All reactions