-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small updates to Makefile and README
- lstdc++fs linking depends on GCC/LLVM versions (linking is still required even though it's in the standard C++17 library for old versions) - added `make install` command, placing vcfdist in INSTALLDIR (/usr/local/bin) - updated README - updated demo (THRESHOLD column, ../src/vcfdist -> vcfdist)
- Loading branch information
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
PRECISION-RECALL SUMMARY | ||
|
||
TYPE MIN_QUAL TRUTH_TP QUERY_TP TRUTH_FN QUERY_FP PREC RECALL F1_SCORE F1_QSCORE | ||
SNP Q >= 0 8222 8222 1 2 0.999757 0.999878 0.999818 37.388565 | ||
SNP Q >= 0 8222 8222 1 2 0.999757 0.999878 0.999818 37.388565 | ||
SNP NONE Q >= 0 8222 8222 1 2 0.999757 0.999878 0.999818 37.388565 | ||
SNP BEST Q >= 0 8222 8222 1 2 0.999757 0.999878 0.999818 37.388565 | ||
|
||
TYPE MIN_QUAL TRUTH_TP QUERY_TP TRUTH_FN QUERY_FP PREC RECALL F1_SCORE F1_QSCORE | ||
INDEL Q >= 0 876 876 51 12 0.986486 0.944984 0.965289 14.595358 | ||
INDEL Q >= 0 876 876 51 12 0.986486 0.944984 0.965289 14.595358 | ||
INDEL NONE Q >= 0 876 876 51 12 0.986486 0.944984 0.965289 14.595358 | ||
INDEL BEST Q >= 0 876 876 51 12 0.986486 0.944984 0.965289 14.595358 | ||
|
||
TYPE MIN_QUAL TRUTH_TP QUERY_TP TRUTH_FN QUERY_FP PREC RECALL F1_SCORE F1_QSCORE | ||
SV Q >= 0 0 0 0 0 1.000000 1.000000 1.000000 100.000000 | ||
SV Q >= 0 0 0 0 0 1.000000 1.000000 1.000000 100.000000 | ||
SV NONE Q >= 0 0 0 0 0 1.000000 1.000000 1.000000 100.000000 | ||
SV BEST Q >= 0 0 0 0 0 1.000000 1.000000 1.000000 100.000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters