Closed alirizaaribas-ibg closed 2 years ago
This looks like a network problem
Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
at java.base/java.net.Socket.connect(Socket.java:609)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:341)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:362)
I checked network. Bash pings well. 22.04 not recognizing network, 21.10 downloads successfully. Operating system could update from internet like nextflow self-update.
You should add to your command the -dsl1
flag since dsl2
has become the default dsl from 22.04.0 In future releases the DSL will be autodetected once this PR is included on a new release
Version 22.04.3 should detect the correct DSL syntax automatically
Bug report
I made self-update to nextflow latest from 21.10 stable. I got error
Cause: No such property: ch_design_reads_csv for class
. Previous runs with 21.10 were successfull.Expected behavior and actual behavior
No design file error should be given.
Steps to reproduce the problem
nextflow run nf-core/chipseq -profile docker -r 1.2.1 --input script/FLI1_FRA1_ChIP_revision_260422_2.csv -c script/ibg.config --paired_end --seq_center GeneCore --genome hg38 --narrow_peak --macs_pvalue 0.00001 --outdir results_narrow_peak_pval000001
Program output
Environment
This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Additional context
If a design file error is present, error should be like this:
When I run pipeline with nextflow 21.10, the error above appears and it is the correct error display according to wrong replicate id in design file.