Open Mia0509 opened 1 year ago
I encountered the exact same error; has there been any fix for this? Thanks!
FYI, the error seems sporadic--it did not occur in a re-run using the exact same data & parameters.
FYI, the error seems sporadic--it did not occur in a re-run using the exact same data & parameters.
I'm using a nextflow pipeline and I keep having this error, even when re-rennig using -resume
This is the nf-core/hic pipeline, I am using the up to date version. But funny thing, when running it with nf-core I don't have this error (with the exact same data and parameters).
Hi @Mia0509,
I indeed have the same error while testing the next version of the nf-core-hic pipeline.
And I did not find any solution so far to fix it ...
I'm not sure to understand what you mean by "when running it with nf-core I don't have this error" ?
Thanks
Nicolas
Hi @Mia0509, I indeed have the same error while testing the next version of the nf-core-hic pipeline. And I did not find any solution so far to fix it ... I'm not sure to understand what you mean by "when running it with nf-core I don't have this error" ? Thanks Nicolas
Hi @nservant,
When I run nextflow run nf-core/hic -profile docker,test -r 2.0.0
outside my pulled repo of the pipeline, it works well. I guess the version that is directly pulled form nf-core works well, but I don't know why.
Actually when running the exact same command in the git directory of the pipeline, it fails.
Hello, I was using HicPlotDistVSCount and got the following error :
I assume it's caused by non entering the for loop line 507 and then
lgd
is never initialized.Maybe we can add a small check before plotting? Like if lgd is None : ... ?