Open Xparx opened 1 year ago
Hello, did your filter_contact execute correctly? I have installed pybedtools and bedtools in conda, but after the execution of my filter-contact, there is no file output in the rmbkl folder, and no error is reported in the output result, filter-contact finished is displayed.
I ran
hicluster filter-contact
but hadn't installed beedtools (onlt pybedtools) and thepybedtools.BedTool.from_dataframe(blacklist_bed_df).sort(g=chrom_size_path)
fails silently insidefilter_contacts
whensortBed
is not available. I run this in a jupyter notebook%%bash
block.