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
In contact_map, there is a param named tip-size I cant understand. its value is initialized none and is not input value. But in count_sites, it is used to partition the seq. So could you tell me the means of param ?
The text was updated successfully, but these errors were encountered:
Hi @ruoyu1123 , sorry for taking so long to reply!
--tip-size pertains to a downstream operation that was removed from bin3C and should probably be removed from the UI at this point.
It was used to construct particular type of contact map that was then used to scaffold (order and orientate) contigs. The approach was to convert Hi-C contacts into a traveling salesman problem. I had some success with this idea, but it was not consistent enough to be released in general. The scaffolding operation was moved to a separate program (repo) called scaffold3C, but this tool has never been published or sufficiently validated, sitting idle for a few years now.
cerebis
changed the title
Professer Matthew DeMaere, I have some problem to ask for advices.
What is the --tip-size used for?
Nov 23, 2021
In contact_map, there is a param named tip-size I cant understand. its value is initialized none and is not input value. But in count_sites, it is used to partition the seq. So could you tell me the means of param ?
The text was updated successfully, but these errors were encountered: