QKBTVGVOJSSQQLMNMVVXD3EXMOTMHWFTVBYMHAP5BVLM5NDIHCEQC
OQ4PNK4RQDMBMHPAIIBL3ZPQSQOPYKQSARJ46WRI6IRZNXABEQYAC
UEQGKU5CWFLB5XFY25R4WHSCQGOSIUEQ3JZAFRX6FNOJYQGWSV2QC
6GPJSOAGZ4RLTIU5EYLDTYY75PKDOPS3X5IVKOJHM7Z2M6APLHBQC
VZ5Z6PVL7H7RDOQKH27QW25D447LDONCQR3BFFMMGDU6PRXXNRUQC
FXA3ZBV64FML7W47IPHTAJFJHN3J3XHVHFVNYED47XFSBIGMBKRQC
3WBY7ELOD4XA65WEV3UCLE6VUAGGF4T27WUYXN75QAOSYRPFEEMAC
On séquence directement NA12878 -> inutile pour le pipeline seul
**** TODO Tester seul la partie bioinformatique
Tout résumé ici : https://www.nist.gov/programs-projects/genome-bottle
- methode https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/NA12878/analysis/Illumina_PlatinumGenomes_NA12877_NA12878_09162015/IlluminaPlatinumGenomes-user-guide.pdf
- vcf
https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/release/NA12878_HG001/latest/GRCh38/
NB: à quoi correspond https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/NA12878/analysis/Illumina_PlatinumGenomes_NA12877_NA12878_09162015/hg38/2.0.1/NA12878/ ??
Article comparant les variant calling : https://www.biorxiv.org/content/10.1101/2020.12.11.422022v1.full.pdf
Article pour vcfeval : https://www.nature.com/articles/s41587-019-0054-x
**** TODO Tester seul la partie bioinformatique
- methode https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/NA12878/analysis/Illumina_PlatinumGenomes_NA12877_NA12878_09162015/IlluminaPlatinumGenomes-user-guide.pdf
- vcf
https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/release/NA12878_HG001/latest/GRCh38/
-execute_process(
- COMMAND ${CMAKE_SOURCE_DIR}/external/make_dependencies.sh
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
- RESULT_VARIABLE EXTERNAL_SUCCESS)
-
-if(NOT "${EXTERNAL_SUCCESS}" STREQUAL "0")
- message(FATAL_ERROR "Building external dependencies has failed")
-endif()
-
-set(Boost_USE_STATIC_LIBS ON) # only find static libs
-set(Boost_USE_MULTITHREADED ON)
-set(Boost_USE_STATIC_RUNTIME ON)
+#execute_process(
+# COMMAND ${CMAKE_SOURCE_DIR}/external/make_dependencies.sh
+# WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+# RESULT_VARIABLE EXTERNAL_SUCCESS)
+
+#if(NOT "${EXTERNAL_SUCCESS}" STREQUAL "0")
+# message(FATAL_ERROR "Building external dependencies has failed")
+#endif()
+
+#set(Boost_USE_STATIC_LIBS ON) # only find static libs
+#set(Boost_USE_MULTITHREADED ON)
+#set(Boost_USE_STATIC_RUNTIME ON)
# un-break library finding
-set(Boost_NO_BOOST_CMAKE ON)
-set(Boost_NO_SYSTEM_PATHS ON)
+#set(Boost_NO_BOOST_CMAKE ON)
+#set(Boost_NO_SYSTEM_PATHS ON)
-set(BOOST_ROOT ${CMAKE_BINARY_DIR})
-message("Using our own Boost, which was built at ${HAPLOTYPES_SOURCE_DIR}/external/boost_install")
+#set(BOOST_ROOT ${CMAKE_BINARY_DIR})
+#message("Using our own Boost, which was built at ${HAPLOTYPES_SOURCE_DIR}/external/boost_install")
find_package(Boost 1.55.0 COMPONENTS thread iostreams regex unit_test_framework filesystem system program_options REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
#+end_src