Skip to content
Snippets Groups Projects
Commit 4a9c47d0 authored by Thomas Weber's avatar Thomas Weber
Browse files

Cleaning

parent 1897106b
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 5008 deletions
.DS_Store
.vscode
.snakemake/
bam/
*@
......@@ -18,3 +19,9 @@ sv_probabilities/
build/
.panoptes.db
*.html
workflow/scripts/__pycache__
__pycache__
afac/
*.zip
*.db
workflow/static/
\ No newline at end of file
File deleted
{
"chromosomes": [
"chr1",
"chr2",
"chr3",
"chr4",
"chr5",
"chr6",
"chr7",
"chr8",
"chr9",
"chr10",
"chr11",
"chr12",
"chr13",
"chr14",
"chr15",
"chr16",
"chr17",
"chr18",
"chr19",
"chr20",
"chr21",
"chr22",
"chrX"
],
"snv_sites_to_genotype": "",
"reference": "/gstock/biolo_datasets/variation/benchmark/Databases/RefSeq/ncbi-genomes-2022-02-17/GCF_000001405.39_GRCh38.p13_genomic.fna.gz",
"mosaicatcher": "/home/weber/Gits/mosaicatcher/build/mosaic",
"plot_script": "/home/weber/Gits/mosaicatcher/R/qc.R",
"sv_plot_script": "/home/weber/Gits/mosaicatcher/R/chrom.R",
"norm_script": "/home/weber/Gits/mosaicatcher/R/norm.R",
"samtools": "samtools",
"bcftools": "bcftools",
"variable_bins": {
"50000": "/home/weber/Gits/mosaicatcher-pipeline/utils/variable_bins.GRCh38.50kb.bed",
"100000": "/home/weber/Gits/mosaicatcher-pipeline/utils/variable_bins.GRCh38.100kb.bed"
},
"R_reference": "/home/weber/.conda/envs/strandseqnation/lib/R/library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit",
"bp_density": {
"few": 0.2,
"medium": 0.4,
"many": 0.6
},
"paired_end": true,
"ground_truth_clonal": {
"RPE-BM510": ""
},
"ground_truth_single_cell": {
"RPE-BM510": ""
},
"simulation_min_vaf": 0.01,
"simulation_max_vaf": 1.0,
"simulation_neg_binom_p": {
"50000": 0.4,
"100000": 0.3,
"500000": 0.1
},
"simulation_min_reads_per_library": 500000,
"simulation_max_reads_per_library": 1000000,
"simulation_window_sizes": [
50000,
100000
],
"simulation_cell_count": 100,
"simulation_alpha": 0.02,
"genome_size": 3e9
}
\ No newline at end of file
{
"chromosomes": [
"chr1",
"chr2",
"chr3",
"chr4",
"chr5",
"chr6",
"chr7",
"chr8",
"chr9",
"chr10",
"chr11",
"chr12",
"chr13",
"chr14",
"chr15",
"chr16",
"chr17",
"chr18",
"chr19",
"chr20",
"chr21",
"chr22",
"chrX"
],
"input_bam_location": "/gstock/Thomas/bam/",
"output_location": "/gstock/Thomas/Snakemake_output",
"snv_sites_to_genotype": "/gstock/Thomas/vcf/ALL.chr1-22plusX_GRCh38_sites.20170504.renamedCHR_new_compressed.vcf.gz",
"reference": "/gstock/Thomas/hg38.fa",
"mosaicatcher": "/home/weber/Gits/mosaicatcher/build/mosaic",
"plot_script": "/home/weber/Gits/mosaicatcher/R/qc.R",
"sv_plot_script": "/home/weber/Gits/mosaicatcher/R/chrom.R",
"norm_script": "/home/weber/Gits/mosaicatcher/R/norm.R",
"samtools": "/biolo/ngs/bin/samtools",
"bcftools": "/biolo/ngs/bin/bcftools",
"variable_bins": {
"50000": "/home/weber/Gits/mosaicatcher-pipeline/utils/variable_bins.GRCh38.50kb.bed",
"100000": "/home/weber/Gits/mosaicatcher-pipeline/utils/variable_bins.GRCh38.100kb.bed"
},
"R_reference": "/home/weber/.conda/envs/strandseqnation/lib/R/library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit",
"bp_density": {
"few": 0.2,
"medium": 0.4,
"many": 0.6
},
"paired_end": true,
"ground_truth_clonal": {
"RPE-BM510": ""
},
"ground_truth_single_cell": {
"RPE-BM510": ""
},
"simulation_min_vaf": 0.01,
"simulation_max_vaf": 1.0,
"simulation_neg_binom_p": {
"50000": 0.4,
"100000": 0.3,
"500000": 0.1
},
"simulation_min_reads_per_library": 500000,
"simulation_max_reads_per_library": 1000000,
"simulation_window_sizes": [
50000,
100000
],
"simulation_cell_count": 100,
"simulation_alpha": 0.02,
"genome_size": 3e9
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "4.8.5")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_template_template_parameters")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_template_template_parameters")
set(CMAKE_CXX17_COMPILE_FEATURES "")
set(CMAKE_CXX20_COMPILE_FEATURES "")
set(CMAKE_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
foreach (lang C OBJC OBJCXX)
if (CMAKE_${lang}_COMPILER_ID_RUN)
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
endforeach()
endif()
endforeach()
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/4.8.5;/usr/include/c++/4.8.5/x86_64-redhat-linux;/usr/include/c++/4.8.5/backward;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include")
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.8.5;/usr/lib64;/lib64;/usr/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
File deleted
set(CMAKE_HOST_SYSTEM "Linux-3.10.0-957.1.3.el7.x86_64")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-957.1.3.el7.x86_64")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-3.10.0-957.1.3.el7.x86_64")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "3.10.0-957.1.3.el7.x86_64")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
This diff is collapsed.
File deleted
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/g/korbel2/weber/workspace/mosaicatcher-update/src")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/g/korbel2/weber/workspace/mosaicatcher-update/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
This diff is collapsed.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"CMakeFiles/3.16.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.16.4/CMakeSystem.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/src/CMakeLists.txt"
"/g/korbel2/weber/workspace/mosaicatcher-update/src/version.hpp.in"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/Boost-1.78.0/BoostConfig.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/Boost-1.78.0/BoostConfigVersion.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/BoostDetectToolset-1.78.0.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_atomic-1.78.0/boost_atomic-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_atomic-1.78.0/boost_atomic-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_atomic-1.78.0/libboost_atomic-variant-shared.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_date_time-1.78.0/boost_date_time-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_date_time-1.78.0/boost_date_time-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_date_time-1.78.0/libboost_date_time-variant-shared.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_filesystem-1.78.0/boost_filesystem-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_filesystem-1.78.0/boost_filesystem-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_filesystem-1.78.0/libboost_filesystem-variant-shared.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_headers-1.78.0/boost_headers-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_headers-1.78.0/boost_headers-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_iostreams-1.78.0/boost_iostreams-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_iostreams-1.78.0/boost_iostreams-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_iostreams-1.78.0/libboost_iostreams-variant-shared.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_program_options-1.78.0/boost_program_options-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_program_options-1.78.0/boost_program_options-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_program_options-1.78.0/libboost_program_options-variant-shared.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_system-1.78.0/boost_system-config-version.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_system-1.78.0/boost_system-config.cmake"
"/g/korbel2/weber/workspace/mosaicatcher-update/workflow/.snakemake/conda/cfff53210303d09b4a065113892c2e55/lib/cmake/boost_system-1.78.0/libboost_system-variant-shared.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeCXXInformation.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeGenericSystem.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Compiler/GNU.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/ExternalProject.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/FindBoost.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/FindDoxygen.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/FindPackageMessage.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/FindPkgConfig.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Platform/Linux.cmake"
"/home/tweber/.conda/envs/strandseqnation/share/cmake-3.16/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"version.hpp"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/mosaic.dir/DependInfo.cmake"
)
This diff is collapsed.
/g/korbel2/weber/workspace/mosaicatcher-update/build/CMakeFiles/rebuild_cache.dir
/g/korbel2/weber/workspace/mosaicatcher-update/build/CMakeFiles/mosaic.dir
/g/korbel2/weber/workspace/mosaicatcher-update/build/CMakeFiles/edit_cache.dir
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment