shinout / clipcrop

a tool for detecting structural variations using soft-clipping information
7 stars 2 forks source link

update cluster_svinfo.js #4

Open akiraono opened 12 years ago

akiraono commented 12 years ago

"cluster_svinfo.js" reads data from LineStream with format filter ( at line 36-40). This filter assumes that there are two field in input record and comment line have '#' in head. With my test, input data of "cluster_svinfo.js" is different form from filter. So, I remove filter specification from code, then clipcrop complete process. I am not sure the reason of this filter, but I update this code to finish clipcrop run.