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
arnavaz edited this page May 31, 2018
·
6 revisions
The interval file (or bed file) is a mandatory input for VisCap. It has to be the exact same interval file that was use for running the depthOfCoverage tool. This interval file format should be the following:
It has to be a tab separated file, with minimum four columns: chromosome, start, end, interval name.
It may or may not have a header. If you include a header, comment out the header line with '#'.