updated paftools revision number to r702

This commit is contained in:
Heng Li 2018-02-12 11:39:04 -05:00
parent fbbd4e0968
commit f66de7df59
1 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env k8
// Version: r697
// Version: r702
/*****************************
***** Library functions *****
@ -164,6 +164,10 @@ Bytes.prototype.revcomp = function()
***** paftools *****
********************/
/*****************
* Miscellaneous *
*****************/
// liftover
function paf_liftover(args)
{
@ -739,9 +743,9 @@ function paf_bedcov(args)
warn("# target bases overlapping regions: " + hit_len + ' (' + (100.0 * hit_len / tot_len).toFixed(2) + '%)');
}
/**************************
*** Conversion related ***
**************************/
/**********************
* Conversion related *
**********************/
function paf_view(args)
{
@ -1279,9 +1283,9 @@ function paf_splice2bed(args)
if (conv != null) conv.destroy();
}
/**************************
*** Evaluation related ***
**************************/
/**********************
* Evaluation related *
**********************/
// evaluate mapping accuracy
function paf_mapeval(args)