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
Not sure if a sorted pair file is still required by pairix but I suggest to change the original sort -k2,2 -k4,4 -k3,3n -k5,5n ${prefix}_contacts.pairs | bgzip -c > ${prefix}_contacts.pairs.gz to the following to avoid segmentation fault when dealing with extremely large pair files (>50G).
hic/modules/local/hicpro/hicpro2pairs.nf
Line 23 in fe4ac65
Not sure if a sorted pair file is still required by pairix but I suggest to change the original
sort -k2,2 -k4,4 -k3,3n -k5,5n ${prefix}_contacts.pairs | bgzip -c > ${prefix}_contacts.pairs.gz
to the following to avoid segmentation fault when dealing with extremely large pair files (>50G).The text was updated successfully, but these errors were encountered: