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