Skip to content

Input BED files #1

@audreypeng

Description

@audreypeng

Hi!

Thank you for developing such a great tool! I have been trying to run the test data with test.sh on my Mac terminal and it downloads the GE files fine. However, it then produces the error:

Traceback (most recent call last):
File "/Users/audreypeng/multimds/scripts/hic_data/../normalize.py", line 77, in
main()
File "/Users/audreypeng/multimds/scripts/hic_data/../normalize.py", line 72, in main
normalize_intra(args.hic_id, args.res, args.chrom1)
File "/Users/audreypeng/multimds/scripts/hic_data/../normalize.py", line 61, in normalize_intra
normalize(chromstring, chromstring, rawpath, krpath, None, res, outpath)
File "/Users/audreypeng/multimds/scripts/hic_data/../normalize.py", line 11, in normalize
kr1 = np.loadtxt(krpath1)
File "/Users/audreypeng/miniconda3/lib/python3.9/site-packages/numpy/lib/npyio.py", line 1042, in loadtxt
fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "/Users/audreypeng/miniconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 193, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "/Users/audreypeng/miniconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 532, in open
raise FileNotFoundError(f"{path} not found.")
FileNotFoundError: GM12878_combined/100.0kb_resolution_intrachromosomal/chr1/MAPQGE30/chr1_100.0kb.KRnorm not found.

The issue might be the file name that it looks for being "100.0kb" instead of "100kb" but I am not sure, any help would be great!

Also, for normalized matrices generated by HiC-Pro, how would you best recommend converting it to a suitable input format for mulitMDS?

Thank you,
Audrey

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions