Skip to content

'No child processes' in select, wrong formatted BED file and python3 error #54

@moritzschaefer

Description

@moritzschaefer

When I run FitHiChIP everything runs smooth up to a certain point where a couple of (probably reated) error messages occur. Here is the log:

===>>> using bias regression --- modeled fit_spline_coeff_Intercept [327/1204]
===>>> using bias regression --- modeled fit_spline_coeff_Logbias1
===>>> using bias regression --- modeled fit_spline_coeff_Logbias2

*** modeled the bias regression based probability and expected contact count ****

*** p-value estimation is complete for the bias regression ****

Warning messages:
1: In selectChildren(ac[!fin], -1) : error 'No child processes' in select
2: In selectChildren(ac[!fin], -1) : error 'No child processes' in select

******** FINISHED calling significant interactions
----- Extracted significant interactions ---- FDR threshold lower than: 0.01

---- Within function of plotting distance vs contact count ----
Input interaction file: /home/schamori/Hi-ChIP/data/fithichip/out/FitHiChIP_Peak2Peak_b2500_L20000_U2000000/Coverage_Bias/FitHiC_BiasCorr/WT.interactions_FitH
iC_Q0.01.bed
Output plot file: /home/schamori/Hi-ChIP/data/fithichip/out/FitHiChIP_Peak2Peak_b2500_L20000_U2000000/Coverage_Bias/FitHiC_BiasCorr/WT.interactions_FitHiC_Q0.
01_Dist_CC.png Error in InpLoopData[, 5] - InpLoopData[, 2] :
non-numeric argument to binary operator
Execution halted
generated WashU epigenome browser compatible significant interactions
********** Merged filtering option is true ************
******** applying merge filtering on the FitHiChIP significant interactions ******
File "./src/CombineNearbyInteraction.py", line 148
print '****** Merge filtering of adjacent loops is enabled '
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('
* Merge filtering of adjacent loops is enabled *****')?
----- Applied merged filtering (connected component model) on the adjacent loops of FitHiChIP
cat: /home/schamori/Hi-ChIP/data/fithichip/out/FitHiChIP_Peak2Peak_b2500_L20000_U2000000/Coverage_Bias/FitHiC_BiasCorr/Merge_Nearby_Interactions/WT.interaction
s_FitHiC_Q0.01_MergeNearContacts.bed: No such file or directory
SORRY !!!!!!!! FitHiChIP could not find any statistically significant interactions after applying merge filtering on the generated set of loops !!
Option 1: use significant loops without merge filtering
Option 2: If the number of significant loops (without merge filtering) is also very low, Check the input parameters, or check if the number of input nonzero co

Now I'm a little confused whether all these error messages are independent from one another or are caused by a common issue. The only error that is straightforward to understand for me is that your scripts are not compatible with python3, for the others I would highly appreciate if you could hint me towards a strategy on how tofix them.

I use the most recent master branch.

Thank you for your time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions