You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The h5 resolution is 5000bp
RANGE="300000:1000000"
NUMBERofBINS=30
Here is the error I get:
Traceback (most recent call last):
File "/opt/miniconda3/envs/HiCexplorer_env/bin/hicAggregateContacts", line 7, in
main()
File "/opt/miniconda3/envs/HiCexplorer_env/lib/python3.9/site-packages/hicexplorer/hicAggregateContacts.py", line 915, in main
bed_intervals = read_bed_per_chrom(args.BED, chrom_list, args.considerStrandDirection)
File "/opt/miniconda3/envs/HiCexplorer_env/lib/python3.9/site-packages/hicexplorer/hicAggregateContacts.py", line 254, in read_bed_per_chrom
if fields[0] not in chrom_list:
IndexError: list index out of range
I don't understand what is wrong,
Thanks for your help,
Best,
Tanguy
The text was updated successfully, but these errors were encountered:
Hi Lucille,
Thanks a lot for your reply, that was actually this issue :)
Best,
Tanguy
Le ven. 4 nov. 2022 à 02:20, Lucille Delisle ***@***.***> a
écrit :
Hi,
I am using HiCexplorer hicAggregateContacts function to get the contacts between a set of genomic positions (.bed file).
head of my bed file:
first line of the validPair.bam:
HiCexplorer command for hicAggregateContacts:
hicAggregateContacts -m ${FILE} --outFileName norm_smallest_esc_CyO_St10_St14cat_st10_25000bp_norm_ICE_autoCorr --BED ${BED} --mode ${MODE[1]} --range ${RANGE} --numberOfBins ${NUMBERofBINS} --transform ${TRAN[2]} --operationType ${OPTYPE[1]} --largeRegionsOperation ${LRO[0]} --outFilePrefixMatrix norm_smallest_esc_CyO_St10_St14cat_st10_25000bp_norm_ICE_autoCorr --outFileContactPairs ContactPairs --outFileObsExp FileObsExp --diagnosticHeatmapFile diagnosticHeatmapFile --chromosomes chr3R
The h5 resolution is 5000bp
RANGE="300000:1000000"
NUMBERofBINS=30
Here is the error I get:
I don't understand what is wrong,
Thanks for your help,
Best,
Tanguy
The text was updated successfully, but these errors were encountered: