-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nextflow.log
14 lines (14 loc) · 1.43 KB
/
.nextflow.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
May-07 09:45:17.794 [main] DEBUG nextflow.cli.Launcher - $> nextflow run ../../nf-core-orthologymap/main.nf -c batch.config -params-file parameters.json -profile docker -with-tower
May-07 09:45:17.828 [main] INFO nextflow.cli.CmdRun - N E X T F L O W ~ version 23.10.0
May-07 09:45:17.840 [main] DEBUG nextflow.plugin.PluginsFacade - Setting up plugin manager > mode=prod; embedded=false; plugins-dir=/Users/rgrindle/.nextflow/plugins; core-plugins: nf-amazon@2.1.4,nf-azure@1.3.2,nf-cloudcache@0.3.0,nf-codecommit@0.1.5,nf-console@1.0.6,nf-ga4gh@1.1.0,nf-google@1.8.3,nf-tower@1.6.3,nf-wave@1.0.0
May-07 09:45:17.845 [main] INFO o.pf4j.DefaultPluginStatusProvider - Enabled plugins: []
May-07 09:45:17.845 [main] INFO o.pf4j.DefaultPluginStatusProvider - Disabled plugins: []
May-07 09:45:17.847 [main] INFO org.pf4j.DefaultPluginManager - PF4J version 3.4.1 in 'deployment' mode
May-07 09:45:17.853 [main] INFO org.pf4j.AbstractPluginManager - No plugins
May-07 09:45:17.860 [main] DEBUG nextflow.scm.ProviderConfig - Using SCM config path: /Users/rgrindle/.nextflow/scm
May-07 09:45:17.865 [main] DEBUG nextflow.cli.Launcher - Operation aborted
nextflow.exception.AbortOperationException: Cannot find script file: ../../nf-core-orthologymap/main.nf
at nextflow.cli.CmdRun.getScriptFile(CmdRun.groovy:466)
at nextflow.cli.CmdRun.run(CmdRun.groovy:317)
at nextflow.cli.Launcher.run(Launcher.groovy:499)
at nextflow.cli.Launcher.main(Launcher.groovy:670)