SigProfilerAssignment 0.2.5__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sigprofilerassignment-0.2.5/SigProfilerAssignment.egg-info → sigprofilerassignment-0.2.6}/PKG-INFO +2 -2
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/decompose_subroutines.py +2 -8
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/decomposition.py +1 -1
- sigprofilerassignment-0.2.6/SigProfilerAssignment/version.py +7 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6/SigProfilerAssignment.egg-info}/PKG-INFO +2 -2
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/requires.txt +1 -1
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/setup.py +3 -3
- sigprofilerassignment-0.2.5/SigProfilerAssignment/version.py +0 -7
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/LICENSE.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/MANIFEST.in +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/README.md +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/Analyzer.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_CNV48.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_DBS78.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_ID83.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS1536.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS288.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS96.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SV32.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/Accolade_fermante.png +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/CREDIT.md +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/Fonts/Arial Bold.ttf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/DecompositionPlots/SigProfilerPlottingMatrix.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/SigProfilerAssignment_CLI.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/__init__.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/controllers/cli_controller.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/21_breast_WGS_substitutions.mat +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/CNV_features.tsv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/CNV_signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/CN_classes_dictionary.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/DBS_signatures_genome_builds.xlsx +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v1_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v1_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v2_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v2_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS288_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_CN_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_CN_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v1_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v1_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v2_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v2_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SV_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v1_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v1_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v2_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v2_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_DBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_DBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_DBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_DBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_DBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_SBS_mm10.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v1_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v1_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v2_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v2_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_DBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_DBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_DBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_DBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_DBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_SBS_mm9.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v1_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v1_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v2_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v2_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_DBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_DBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_DBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_DBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_DBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_SBS_rn6.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/SBS_signatures_genome_builds.xlsx +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Samples.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/csvexample.csv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/sigProfiler_DBS_signatures.csv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/sigProfiler_ID_signatures.csv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/sigProfiler_SBS_signatures_2018_03_28.csv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/cnv_input/all.breast.ascat.summary.sample.tsv +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/CNV48_S3_Signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/DBS78_S3_Signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/ID83_S3_Signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/SBS96_S3_Signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/SV32_S3_Signatures.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/custom-SBS-list.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_CNV48.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_DBS.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_ID.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_SBS.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_SV32.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/vcf_input/PD3851a.vcf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/vcf_input/PD3890a.vcf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/vcf_input/PD3904a.vcf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/vcf_input/PD3945a.vcf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/tests/vcf_input/PD4005a.vcf +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/single_sample.py +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/SOURCES.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/dependency_links.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/entry_points.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/not-zip-safe +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment.egg-info/top_level.txt +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/pyproject.toml +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/setup.cfg +0 -0
- {sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/tests/test_cli.py +0 -0
{sigprofilerassignment-0.2.5/SigProfilerAssignment.egg-info → sigprofilerassignment-0.2.6}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SigProfilerAssignment
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Mutational signatures attribution and decomposition tool
|
|
5
5
|
Home-page: https://github.com/AlexandrovLab/SigProfilerAssignment.git
|
|
6
6
|
Author: Raviteja Vangara
|
|
@@ -15,7 +15,7 @@ Requires-Dist: pandas>=2.0.0
|
|
|
15
15
|
Requires-Dist: SigProfilerMatrixGenerator>=1.3.0
|
|
16
16
|
Requires-Dist: sigProfilerPlotting>=1.4.0
|
|
17
17
|
Requires-Dist: reportlab>=3.5.42
|
|
18
|
-
Requires-Dist: pypdf>=
|
|
18
|
+
Requires-Dist: pypdf>=6.0.0
|
|
19
19
|
Requires-Dist: alive_progress>=2.4.1
|
|
20
20
|
Requires-Dist: pdf2image>=1.16.0
|
|
21
21
|
Provides-Extra: tests
|
|
@@ -40,19 +40,13 @@ def getProcessAvg(
|
|
|
40
40
|
):
|
|
41
41
|
paths = spa.__path__[0]
|
|
42
42
|
|
|
43
|
-
if
|
|
44
|
-
genome_build == "GRCh37"
|
|
45
|
-
or genome_build == "GRCh38"
|
|
46
|
-
or genome_build == "mm9"
|
|
47
|
-
or genome_build == "mm10"
|
|
48
|
-
or genome_build == "rn6"
|
|
49
|
-
):
|
|
43
|
+
if genome_build in ["GRCh37", "GRCh38", "mm9", "mm10", "mm39", "rn6", "rn7"]:
|
|
50
44
|
genome_build = genome_build
|
|
51
45
|
else:
|
|
52
46
|
print(
|
|
53
47
|
"The selected genome build is "
|
|
54
48
|
+ str(genome_build)
|
|
55
|
-
+ ". COSMIC signatures are available only for GRCh37/38, mm9/10 and rn6 genomes. So, the genome build is reset to GRCh37."
|
|
49
|
+
+ ". COSMIC signatures are available only for GRCh37/38, mm9/10/39 and rn6/7 genomes. So, the genome build is reset to GRCh37."
|
|
56
50
|
)
|
|
57
51
|
genome_build = "GRCh37"
|
|
58
52
|
if samples.shape[0] == 96:
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/decomposition.py
RENAMED
|
@@ -271,7 +271,7 @@ def spa_analyze(
|
|
|
271
271
|
activities: A string. Path to a tab delimilted file that contains the activity table where the rows are sample IDs and colunms are signature IDs.
|
|
272
272
|
samples: A string. Path to a tab delimilted file that contains the activity table where the rows are mutation types and colunms are sample IDs.
|
|
273
273
|
output: A string. Path to the output folder.
|
|
274
|
-
genome_build = A string. The reference genome build. List of supported genomes: "GRCh37", "GRCh38", "mm9", "mm10"
|
|
274
|
+
genome_build = A string. The reference genome build. List of supported genomes: "GRCh37", "GRCh38", "mm9", "mm10", "mm39", "rn6", and "rn7". The default value is "GRCh37". If the selected genome is not in the supported list, the default genome will be used.
|
|
275
275
|
verbose = Boolean. Prints statements. Default value is False.
|
|
276
276
|
exome = Boolean. Defines if the exome renormalized signatures will be used. The default value is False.
|
|
277
277
|
sample_reconstruction_plots (str): Select output format for sample reconstruction plots. Valid options are {'pdf', 'png', 'both', 'none'}. Default is 'none'.
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6/SigProfilerAssignment.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SigProfilerAssignment
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Mutational signatures attribution and decomposition tool
|
|
5
5
|
Home-page: https://github.com/AlexandrovLab/SigProfilerAssignment.git
|
|
6
6
|
Author: Raviteja Vangara
|
|
@@ -15,7 +15,7 @@ Requires-Dist: pandas>=2.0.0
|
|
|
15
15
|
Requires-Dist: SigProfilerMatrixGenerator>=1.3.0
|
|
16
16
|
Requires-Dist: sigProfilerPlotting>=1.4.0
|
|
17
17
|
Requires-Dist: reportlab>=3.5.42
|
|
18
|
-
Requires-Dist: pypdf>=
|
|
18
|
+
Requires-Dist: pypdf>=6.0.0
|
|
19
19
|
Requires-Dist: alive_progress>=2.4.1
|
|
20
20
|
Requires-Dist: pdf2image>=1.16.0
|
|
21
21
|
Provides-Extra: tests
|
|
@@ -6,7 +6,7 @@ import os
|
|
|
6
6
|
if os.path.exists("dist"):
|
|
7
7
|
shutil.rmtree("dist")
|
|
8
8
|
|
|
9
|
-
VERSION = "0.2.
|
|
9
|
+
VERSION = "0.2.6"
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def write_version_py(filename="SigProfilerAssignment/version.py"):
|
|
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
|
|
|
15
15
|
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
|
|
16
16
|
short_version = '%(version)s'
|
|
17
17
|
version = '%(version)s'
|
|
18
|
-
Update = 'v0.2.
|
|
18
|
+
Update = 'v0.2.6: Support for assigning signatures for rn7 and mm39 genomes.'
|
|
19
19
|
|
|
20
20
|
"""
|
|
21
21
|
fh = open(filename, "w")
|
|
@@ -38,7 +38,7 @@ requirements = [
|
|
|
38
38
|
"SigProfilerMatrixGenerator>=1.3.0",
|
|
39
39
|
"sigProfilerPlotting>=1.4.0",
|
|
40
40
|
"reportlab>=3.5.42",
|
|
41
|
-
"pypdf>=
|
|
41
|
+
"pypdf>=6.0.0",
|
|
42
42
|
"alive_progress>=2.4.1",
|
|
43
43
|
"pdf2image>=1.16.0", # replacing PyMuPDF
|
|
44
44
|
# Note: 'poppler' is required as a system dependency for pdf2image
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/Analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/data/Samples.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sigprofilerassignment-0.2.5 → sigprofilerassignment-0.2.6}/SigProfilerAssignment/single_sample.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|