diff --git a/README.md b/README.md index 44de01a..1926514 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,6 @@ A ready-to-use docker image is available to download. docker pull b3rse/granite: -To run locally, install the following libraries: - - pip install numpy pysam bitarray h5py matplotlib - pip install --user pytabix - Additional software needs to be available in the environment: - [*samtools*](http://www.htslib.org/ "samtools documentation") diff --git a/poetry.lock b/poetry.lock index f5e51e7..972e3de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,7 +2,7 @@ name = "atomicwrites" version = "1.4.0" description = "Atomic file writes." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -10,7 +10,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" name = "attrs" version = "21.4.0" description = "Classes Without Boilerplate" -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -22,7 +22,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "bitarray" -version = "2.4.0" +version = "2.4.1" description = "efficient arrays of booleans -- C extension" category = "main" optional = false @@ -40,7 +40,7 @@ python-versions = "*" name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -73,7 +73,7 @@ numpy = [ name = "importlib-metadata" version = "4.8.3" description = "Read metadata from Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -90,7 +90,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "main" +category = "dev" optional = false python-versions = "*" @@ -130,7 +130,7 @@ python-versions = ">=3.6" name = "packaging" version = "21.3" description = "Core utilities for Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -149,7 +149,7 @@ python-versions = ">=3.6" name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -164,7 +164,7 @@ testing = ["pytest", "pytest-benchmark"] name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -181,7 +181,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pysam" -version = "0.18.0" +version = "0.19.0" description = "pysam" category = "main" optional = false @@ -199,7 +199,7 @@ python-versions = "*" name = "pytest" version = "7.0.1" description = "pytest: simple powerful testing with Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -240,7 +240,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" name = "tomli" version = "1.2.3" description = "A lil' TOML parser" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -248,7 +248,7 @@ python-versions = ">=3.6" name = "typing-extensions" version = "4.1.1" description = "Backported and Experimental Type Hints for Python 3.6+" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -256,7 +256,7 @@ python-versions = ">=3.6" name = "zipp" version = "3.6.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -267,7 +267,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "014cb39b961033980d0624e14d4ee1922e18f509cdfce986a6036b96522bca63" +content-hash = "b6e8b81ee1c0d5e9e28c359042778d40ae84b8d8d4906b3c362d71075722463e" [metadata.files] atomicwrites = [ @@ -279,78 +279,78 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] bitarray = [ - {file = "bitarray-2.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:622cba41852ac2b45ba00e37f27c0e6d0b026fafe945f658529bd9691926de2d"}, - {file = "bitarray-2.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f06bc7e8f60e20faa7793bb6e193a03c166c450b1718cb55b9d42651bf7b2359"}, - {file = "bitarray-2.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fa9680d9f6ac5b80e85ad1e5186b623a9a6a7805133b969a5d211f33414d514b"}, - {file = "bitarray-2.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1db8ab39885d808a246c91b67bad09fbf04b83f403319c8960c50331ae7e80e2"}, - {file = "bitarray-2.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:798f3a2d02f8c6312067854c4271782ab116b4202a9f9b1f3e8957a07dfebe3d"}, - {file = "bitarray-2.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7d4b230e841c7ce01773bb2ed00a3b52f02d96044e3b23773988b8f06a275a21"}, - {file = "bitarray-2.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5dee77dcb76351f6b98029617821957992c8b0a54546267ec01b870f77671cd9"}, - {file = "bitarray-2.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5da1d896059ae6359081c892fe0137168f11542d202234f1fdc39f396f9156ca"}, - {file = "bitarray-2.4.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:580652c50c47f26f292e0ccef3eda3d4f881c4efe65d37ae294ae00f242b0210"}, - {file = "bitarray-2.4.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:25f1b20af8ccc9514529b6bfda0c530e12dd2a5d031b98932480de45b441b71b"}, - {file = "bitarray-2.4.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7319f356b16bca8967a160ee5763315ad8e534728bd1c038ec3aade2a081d04a"}, - {file = "bitarray-2.4.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:2320e9df1f18be17ab622241e5119fef462e1e8ae4f6ed16b198f40d94a204b7"}, - {file = "bitarray-2.4.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d13af724b132047effbf4fb24832df8ed814a1b9e8154e12fd9e9317efb9130f"}, - {file = "bitarray-2.4.0-cp310-cp310-win32.whl", hash = "sha256:44f6d9b01997b9aea86b4512144fc4bed584a9990c7d68180563bbd5a6e87e19"}, - {file = "bitarray-2.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:8971f2119fdda4ca6e016f7aebeea6609c2aecba78e61d16558bf3655269e9f5"}, - {file = "bitarray-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a188b6b96f5ce2f47d244c559b91533eb867a88b163d7db75e332999ce201721"}, - {file = "bitarray-2.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00139dde844eff39f1d0e2bebe2b39fad50a2c98e3c708f754a67a89b8e9af51"}, - {file = "bitarray-2.4.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a9a2311ceb24373803da7a777dd9d27d66333fcfe9f9cf196521fc87b923a345"}, - {file = "bitarray-2.4.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e3514e421b6e68fbf8f7d6431c828c3d8c02b0ab6bbda57757fae0bff0b141b"}, - {file = "bitarray-2.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:af960220b37b2fad796c821c03a276d814ff6fd91dc92df7d7f82188ac9242dd"}, - {file = "bitarray-2.4.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ecdd720a793b700d7b792da564eb79c4d65fb2c9d32fbcce3599bb6f25c9111"}, - {file = "bitarray-2.4.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:b78bc76677f8defe140266635e4df36087c8f437d686f60e80ba357f79a73d23"}, - {file = "bitarray-2.4.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:07deb7e14712b959c9229360d1e732112b3f485d5b9571b6403c7067648d8d2a"}, - {file = "bitarray-2.4.0-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:aa6de7b78a8355a12a5ed4df0462fcec544c0ddbcd4163652f56a64d86c1c627"}, - {file = "bitarray-2.4.0-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:8797925c39dd375efab62c4f0eb900e2d84e50ee64085776fbbfdffdf8c5942d"}, - {file = "bitarray-2.4.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:16595c2ce0f8eb4519d2d18da67cd8e722f3347f73188c59dca5e08475e645ee"}, - {file = "bitarray-2.4.0-cp36-cp36m-win32.whl", hash = "sha256:f146e4c7d1a78c37c59fd93f9070e3f743ec9ff3fa40ce5a79f5cc2864668416"}, - {file = "bitarray-2.4.0-cp36-cp36m-win_amd64.whl", hash = "sha256:69ca31f6fc6414b578999a5bb8c4cec0154ce9aacf4ca0ccd47518eb78b6f2e8"}, - {file = "bitarray-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3c3fdef30a61fbadb294a5d476d9ec1842cf853ae1b57adcf17fac37983fbd44"}, - {file = "bitarray-2.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19647f6ee807d582d6d6e53256013de322d4ba421d687d7c526ef9595f6770d9"}, - {file = "bitarray-2.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d94a7f6da90f06bf59e3c502cbd0d4c11f85f5056541b7fb115ac71f87ac01b4"}, - {file = "bitarray-2.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1d0c86f8bfae0f97e27024d0c43f7440367d8ccccedb8dd14fef8149d034334f"}, - {file = "bitarray-2.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86dfa60cc8ebfd0d466174d639012a94407875432f1c2ce363f56d1729df5d55"}, - {file = "bitarray-2.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:225379433233eb378d81be0efd2e7e586d8c29c8a502c16d360dd82e57017b86"}, - {file = "bitarray-2.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:a1ccfd841e11264982ba61eb904477bf360b6a1d3bf71961a7a72c533e643b94"}, - {file = "bitarray-2.4.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:24931c1c18346b942b2cb8f345b9e869f4bd6609eb77340fd52da827ae41f4a6"}, - {file = "bitarray-2.4.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:3e3c9873048430bc2f2713c147d569b0f88829179747488783c25eb7b79b02c1"}, - {file = "bitarray-2.4.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:8e3a3611710ba89b000075b70b87c88cad7a279333615710d9cc31735a4171e1"}, - {file = "bitarray-2.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:78d6628070658e50720ad0b2619cdc84c12c0e94910e8a5a21ffd64398551a9f"}, - {file = "bitarray-2.4.0-cp37-cp37m-win32.whl", hash = "sha256:aa80fa8f5e9fe2fb85abcd28669ba168ecc0d4fff527ea28a6fdcd66cd29e805"}, - {file = "bitarray-2.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c2a130a29bcf4cd6f95df55fa3e14150db22aed8191dea2e5fff4361e0e8c414"}, - {file = "bitarray-2.4.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0e9ba57e95db79ddb1fe56f14e7c0519be6c19f331a02782341c35fc6214bdab"}, - {file = "bitarray-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:275a7e07b6f00052439b6c633d4d5fcabaecea3d1d0eebac45eba32205b37f20"}, - {file = "bitarray-2.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:82ea5061156421be128e4c8885479abca434524f64e424784810e8b2cd33e66e"}, - {file = "bitarray-2.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:81513e1368e3d86900a3b7f6c505c3c4117574ca9fd38bff450df382ca3715d4"}, - {file = "bitarray-2.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9f75d730dcff31666e692a7896de51de9edabb2c46d51b23e5fd1260da8656ea"}, - {file = "bitarray-2.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17a195912106b6e09151a9e1707d6a9b9aedd9241bd14d3135d66e4e15468708"}, - {file = "bitarray-2.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c68b5655040ff5cde53e06bdb7b5c4d0884b31a2649e72780ab691b72beff82"}, - {file = "bitarray-2.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:593cb155067156c80b2a93e645e8139737fe4b029dfd696a3fb63b464971e3a9"}, - {file = "bitarray-2.4.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c058d8a40c2f0873134347be01b252d8366d72ce0fa6341da4b4bb7669459c10"}, - {file = "bitarray-2.4.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:10c90fa0df678173b4197f0a28df6840e3d70649d3b4d7741fff6746f363f0d2"}, - {file = "bitarray-2.4.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:a9d330a174bf083edf533d76038c89c5d2ac46977153de705d2b591e789e0f72"}, - {file = "bitarray-2.4.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:b289d23ad66ddb30deb65d667e1113f47c5da7cd5790b050c364a5ed284d8663"}, - {file = "bitarray-2.4.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:84e6e8c36915a9573995c0c7ca7f3e355935ead8fbd0de3cbda31699c1eeaba1"}, - {file = "bitarray-2.4.0-cp38-cp38-win32.whl", hash = "sha256:073517a9ae018dff914566999e548b45eb3c862e4648290def572aec839a20c5"}, - {file = "bitarray-2.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:99481a1aed36645eb33b25155f3240d2c4e7517f12fdfed94ec1c90db43c50d0"}, - {file = "bitarray-2.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:102aec9e2d99a1849900b72f82fcb2fc011ba9c6d3b73a3319e60809fae13485"}, - {file = "bitarray-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cf8e488c8465252becd24966ee0b0e1b483db1d44b5d3e00e3c6fbe5da52f633"}, - {file = "bitarray-2.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5ccb1d7ef2fbc03358681eaca997e21a8e356b8126b49aa6e56b1e0ee5f8ba24"}, - {file = "bitarray-2.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f1d76a5f142f6f83b69ce1d4ad41142a7587e28650500421c6aa124d5bf6aa49"}, - {file = "bitarray-2.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db36dccd9e98614b61deb0d66f6729be5a5d12f6668cc589aaaf2c5cc01b707a"}, - {file = "bitarray-2.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7538ce744f80b807340e122e5fac7e4418f53d137d2a4cc2955cf02a032ee658"}, - {file = "bitarray-2.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11f463cade058ea819662d2691d4565672de7de0061ff3e466cdef27a452023e"}, - {file = "bitarray-2.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cb0ad310cb9e9485cca7c6e79b7f39db0a158eecbc106bb36978830322a2cef8"}, - {file = "bitarray-2.4.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b6a27e29d3a9a29faf898b8c9c9f5f61c0a55c662f6a520ddfd001321fb45d3d"}, - {file = "bitarray-2.4.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d43f0e33250d12dfbbccb4e7384201fb02f01585338caa68db6c8d6aa8a6b6ac"}, - {file = "bitarray-2.4.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:066d576dab4479980fe237a68846ef0d4da51875ceeb315f4ea24e48bee10e54"}, - {file = "bitarray-2.4.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b7cb8b511a83292a90f444c137d746425a8ed743c956ccab0d12ea8ffab36e2b"}, - {file = "bitarray-2.4.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4c9654af4aab4a7f5ed29524d126b7786850bfe373fdb51acb580d3d97bfbcd4"}, - {file = "bitarray-2.4.0-cp39-cp39-win32.whl", hash = "sha256:bda2b19718c594ae2f8ce5473a06ded054ca33edc16a40fad9f59eb3fb93d446"}, - {file = "bitarray-2.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:d5fd98ad20dafd28582ee3e13d219d9e2e2e014582a0b3caecb4a5b08bbe58c6"}, - {file = "bitarray-2.4.0.tar.gz", hash = "sha256:f1203e902d51df31917d77eeba9c3fe78d032873a2ad78c737e26420f0080e58"}, + {file = "bitarray-2.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c986ed73054706a4520e0e40bfc0eab733d7ac888fa01b6f986ae675bd1ae01b"}, + {file = "bitarray-2.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5e5ea88b023d1d9850a76dca7ea33ddd10e1a4dc19344928c430dae37c2f13d9"}, + {file = "bitarray-2.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:39e47b8125244e48ee9dd01d1ee790775a887a0c803c6edf4026ed83ed8ce4b6"}, + {file = "bitarray-2.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70342e166fbae13071320257dac3899ad7a0a8e2a697404af30fa5f59609b03f"}, + {file = "bitarray-2.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1e6abfc1969f41abd764c9cb421d59bcdd7b0761b81fc433532ad511a1730355"}, + {file = "bitarray-2.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ce835deeba8c3341bed57f2aa02687d91cd013f90925bbb033ef6d29dfd5a301"}, + {file = "bitarray-2.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82f9eb3c7ccf15225cab14cb745e39814b5fe512788303270707f509a64850c5"}, + {file = "bitarray-2.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4186660099e7b7ddfb6278897d9d7d2cd223b460f1646ab3c30207d7e6412654"}, + {file = "bitarray-2.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:99c16c176bbe709d699981dd3a94778ee5179dfff34c77458a8d29da82529553"}, + {file = "bitarray-2.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:d8e672472109425b03ddcd2ff7eaef6a3f2a3a4fd6113db185f3bcaa0db7c246"}, + {file = "bitarray-2.4.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:e6b6980aa4efaf5e12d58f3728c6756b9a3895ddc3ab29c07a86cbc527b3ee91"}, + {file = "bitarray-2.4.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:10479f6c795302d014677eeb56ec5be90e64f04500c38fec6b9712b5e0bc8593"}, + {file = "bitarray-2.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:81e77a65b04114cd8f5665d0fc1a2f84f916c5cc65e9d112a21588f3b26d2180"}, + {file = "bitarray-2.4.1-cp310-cp310-win32.whl", hash = "sha256:a09c7acc6c59e39dc12cfbe43c5e84f1482e57831df97b5433951f867baca1d1"}, + {file = "bitarray-2.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:9cfd809859e81a7fc11b7d7679b63d9f95e45289dc8ef7fecf573e0385c6b590"}, + {file = "bitarray-2.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:ebda73921e4eb8fcd295209906a82917e17e6ded438bb3cb4255e29556393d34"}, + {file = "bitarray-2.4.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a517ce706fb1ea49c0fed083068ff9bd13c1101245952a3522213935b673deca"}, + {file = "bitarray-2.4.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9cf70d802b71e9867337b1d66b058c20b25fc260d3226683231c314864f5fe14"}, + {file = "bitarray-2.4.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0266da3e2b69a0e83594518f2e8be0e3c710733be376460b04f4f32db9915553"}, + {file = "bitarray-2.4.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b233f07264b608dd39a7db52c08436206bc0cb9fffabe9d1bfe0fb344f66aa3e"}, + {file = "bitarray-2.4.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c727ece52069ec7181490027f777941db488627c53744e948646329175d55ae"}, + {file = "bitarray-2.4.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:056d1898bc0e4069e0e2ed019d33298e6fea5777cb51c76aaf666c61a940ff3c"}, + {file = "bitarray-2.4.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c99925e2e4e87da227297439aae2d879644d57c87141293a163c88a7a8d6c5b4"}, + {file = "bitarray-2.4.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:57e09bdaa3fe46a5db8f7ede58339df14bbbb04fcdc01958cdb03135c4debdfb"}, + {file = "bitarray-2.4.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:a579c5501a2587bc228e045b020854934da5ee0745afb35c7aa1045df0719073"}, + {file = "bitarray-2.4.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:ac33b1f6647a28f05fff1996b9e0ecfeff01006afeff901515c77e75eb5d8beb"}, + {file = "bitarray-2.4.1-cp36-cp36m-win32.whl", hash = "sha256:4d88b09eb6a0760c41a99c34d92cf0af1b4dbda90b7ed7751137c0e42618cccf"}, + {file = "bitarray-2.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:1ff58f910aac14bcf64875a409a17d1dece3fe1d9a43b4f576d75db00d4e8560"}, + {file = "bitarray-2.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c88d0a14aa181066f65478401e8bcd1e631652fd5b2d02c2fc74b2e4d328ed5f"}, + {file = "bitarray-2.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e3aebd4045dae28ba3ed7ace8ef8315c894de908cc86edfbcfcf9e8c1b6301f1"}, + {file = "bitarray-2.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05b873f2070abe4f3c44f1bb1b95549629f790184cabf2435c12b1637a45d790"}, + {file = "bitarray-2.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:efabf024517c4024e64d825b4741c01d6c6a4d45eea22cb4ecd3cae28c41e6ea"}, + {file = "bitarray-2.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3148b4794bbc58db457c5852f99da7a4715ee77a67e1c7b4b38c860ef32af561"}, + {file = "bitarray-2.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:655ba9ccc5a8f4c80054d8ff089b2a87628b708c74826196899a66d68d340a3e"}, + {file = "bitarray-2.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:e9057381af0cda0d90dc6396bf55298d0cd6af8d331a46cd71cb1bed791be5ca"}, + {file = "bitarray-2.4.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f34c74b09d61c82668cd3483f8da00ee271887de18e9c2db3d7f50d342bdb2c3"}, + {file = "bitarray-2.4.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:871da93c8db7cba2aed91cde9155cdac9e2b19820f1a125afa298f86c7796713"}, + {file = "bitarray-2.4.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:0ba2a7fca0c3a8bb8da374ccb8dc93c30cf43e7e49338844a3012cf164aa851d"}, + {file = "bitarray-2.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:f80dae48a6644cd10548252363089bf631b5af2a2d3eb6fa7da6c19813e92966"}, + {file = "bitarray-2.4.1-cp37-cp37m-win32.whl", hash = "sha256:ea5b65469aca8ba5606372abac82111cbb80bfc3f7d65d1044383b3e3952e54b"}, + {file = "bitarray-2.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:728c44ab4c833b8cd9f219e7348776c0e45e8b9b6149a0beeae8fbb196c5a7d7"}, + {file = "bitarray-2.4.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:6b5770d8afb3ca0b996888e97e926b497a3c00d44a89fddfcae62405c01ca48b"}, + {file = "bitarray-2.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:77c0a681c3d7945ec86c9cff39e2751b2fbd431c06f8be55b6024b023ebd8113"}, + {file = "bitarray-2.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:70edf29ee88301efe03fa4961a07a63a1e699c5a52bd28bee171265dcf5abca9"}, + {file = "bitarray-2.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e366e939d6664e9852b03ea4b9f047d9f37d6894ba5dd7db8ee56e1250d7a90"}, + {file = "bitarray-2.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c84c4dec5c3212b650403bafd6c67254ac31157485eb0dec4e83f42057b9f96d"}, + {file = "bitarray-2.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:68e8f6241a0ddacaac7a1e6cc4d086a03775e08bd6e8993d71095d5adc5cceb6"}, + {file = "bitarray-2.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a18aa5240b18de40613c27a847483b8cfda1c29fe1738049e6513cbef2f46fb"}, + {file = "bitarray-2.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:913b2290ace76e5d59fb26fc98dac6101b917324d3ad249932a0721d20b1c1a4"}, + {file = "bitarray-2.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:404ac056e6539cb2c9666b8792921c8a33b50032a0e36934be2e8692512bf930"}, + {file = "bitarray-2.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f914aff9cfc5cde97ff5ad55acc127870a056ed9abdad0f3e301a7f59efd4be8"}, + {file = "bitarray-2.4.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:92e4ced145cfab3396069f87209e60dcd48e63b1168398e3544f63b3c8b83edd"}, + {file = "bitarray-2.4.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:4f1b9ec29b1ace5efca695338ab66e5c1015be00360d186b83c7c855ba4686bd"}, + {file = "bitarray-2.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:aee976dbec4a47fd8027530e71d9850757f11bce735859b9a4581f61ee54ccb9"}, + {file = "bitarray-2.4.1-cp38-cp38-win32.whl", hash = "sha256:878a8f4cb2413b28d745e4fc16d741021ad68dfabe03cb1f26a569eeafa3da3d"}, + {file = "bitarray-2.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:5ed21d59bffd8ac192d01e935e05e3376ad85a6db0b3ae9ecd57cbe8d768a903"}, + {file = "bitarray-2.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ee347d039f10ef624845d087e66950e9d913a1f9b37e3d0c2d71dfdcd7822e16"}, + {file = "bitarray-2.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2364b6af6d5900732dbc56f4b623ccf0cd8534c393939620edd2689ead4c5365"}, + {file = "bitarray-2.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2d3331c2a37278f3f8c3669c1d99a6132d524490fb5c6415450af881d885510c"}, + {file = "bitarray-2.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:408f769ea8b28a523f86ac2ccebec2b3712e3084d020467bb7db865913fcba10"}, + {file = "bitarray-2.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ed8a77a7084bd6ff5da4a926ec6daa1968fbdf04a7fb970231d9bc219c11f8d"}, + {file = "bitarray-2.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5b98b551d01a149a3756eeeb66769b5da5dd7fc6574dbf2ad1881efd2094b3a1"}, + {file = "bitarray-2.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72b86e634f13cd9014e3d17ea224834ef3a4bd8220e45239b11b7e0543545718"}, + {file = "bitarray-2.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:02807aaf75b2a2c268f2959f40b9afd2f943dc615883616413f2d385cbf0454f"}, + {file = "bitarray-2.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b2ffcbe5cf97a118f36d5065043e7ecc16246e40545b31929d7582fce256064d"}, + {file = "bitarray-2.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:eb12494f5b8a9849f0c76c1e8b6e9287096ccb19b2a4b596f5fb1adcf709c8a2"}, + {file = "bitarray-2.4.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:8673229b706638ca6b1ab7e2ccee6e20736ec0caa39b4e095749429bbb57675a"}, + {file = "bitarray-2.4.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e85ad843a7ebd526ab8dd3cf7bdf5f65013a42463a96946b7b30854a82f57d44"}, + {file = "bitarray-2.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5abe2f63f49431eff708086df50132cd8a19089f22ad9fc45e2e8922aa0b61fa"}, + {file = "bitarray-2.4.1-cp39-cp39-win32.whl", hash = "sha256:98fbb749fa4047fa2e1049aa0cde4f6020defd2b40ed8bf31dd1f2c1ef07e416"}, + {file = "bitarray-2.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:57f52f9f5fcd086961c6055337e22d4ea5ce442fd7b8a101e25cd4a6059069d5"}, + {file = "bitarray-2.4.1.tar.gz", hash = "sha256:faeca03f979e992cc76f7406af7eb9795cb111b8d8969c891a032bd7497c87da"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, @@ -549,22 +549,27 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pysam = [ - {file = "pysam-0.18.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ef5d8ad01cac8974cd09832c226cbb63a3f7c5bd63727d8e59447021ee16a186"}, - {file = "pysam-0.18.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ca0c9289dfdc5e1a81bccdb8305192cd14cf9730bd21320ceca949fde071a572"}, - {file = "pysam-0.18.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e13e496da3a432db24f424439834b0ab5f40700a3db6e610d06f8bd639d9fd2d"}, - {file = "pysam-0.18.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c90341434e7a99439174aa64ca5406f63528be4217d4401fb30ec4ea4629c559"}, - {file = "pysam-0.18.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:a88f875114bd3d8efb7fade80e0640094383ec5043861aa575175fa9a56edf90"}, - {file = "pysam-0.18.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7ea2e019294e4bf25e4892b5de69c43f54fb6ac42b681265268aa322e1f36f5b"}, - {file = "pysam-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cfb162358c5284b31b2b88b10947e0f1013da2d85ba0fd0b5723dd142c15329e"}, - {file = "pysam-0.18.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:9422c2d0b581c3d24f247c15bb8981569e636003c4d6cad39ccd1bf205a79f2c"}, - {file = "pysam-0.18.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cfffad99cf3968cf85aadb70a8a02303f9172ea21abe02d587c44f808c504f52"}, - {file = "pysam-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7a8a25fceaaa96e5b4c8b0a7fd6bb0b20b6c262dc4cc867c6d1467ac990f1d77"}, - {file = "pysam-0.18.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:493988420db16e6ee03393518e4d272df05f0a35780248c08c61da7411e520e7"}, - {file = "pysam-0.18.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7f6a4ec58ad7995b791a71bf35f673ea794e734c587ea7329fca5cce9c53a7af"}, - {file = "pysam-0.18.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0cfa16f76ed3c3119c7b3c8dfdcba9e010fbcdcf87eaa165351bb369da5a6bf1"}, - {file = "pysam-0.18.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2717509556fecddf7c73966fa62066c6a59a7d39b755d8972afa8d143a1d5aa5"}, - {file = "pysam-0.18.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f5a23a5dcf32f01c66d44e89113fa8f7522997ea43fbc0f98e5250a907911a5f"}, - {file = "pysam-0.18.0.tar.gz", hash = "sha256:1d6d49a0b3c626fae410a93d4c80583a8b5ddaacc9b46a080b250dbcebd30a59"}, + {file = "pysam-0.19.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:44de1a3af7c7eb5f404d6337f0c9c4ee88c34c2d2fee1a7896ccd8e7d2aa475a"}, + {file = "pysam-0.19.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0ceb07c6253598ec70fef6ac0c0f7ab0d299562c1a91e737adb07239afba22d6"}, + {file = "pysam-0.19.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2057f3b8cc20562fd010e7971e83ab78978f17975563a711c94bca583ce8a2d3"}, + {file = "pysam-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5a1a9ee6cd6dfa50973dcb51cd2245ea7d4d64d4e962d60e5e1a088f7b790e3e"}, + {file = "pysam-0.19.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b831170ff810bfd1242dbce4ddf8e693e95e39a4332d5903d416233d3d1be50a"}, + {file = "pysam-0.19.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:fa4a5d334986d0696522246820f295cbf6c18dc1b78798f800a2d57d56207789"}, + {file = "pysam-0.19.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ab58d7d9b140e2e8a4918fc00661aa901ba461d9bccd4b499102b0828f2d897e"}, + {file = "pysam-0.19.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1d964c29fedf55d2a5d095227d19d915c2e0e5e42b1e0bdf7fab30cd1d2a850"}, + {file = "pysam-0.19.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8c78f9b84f7fe69530eaccf5b7f08636b3419f0017b5050aa7013f1c59d3d654"}, + {file = "pysam-0.19.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ada92b376717ac4c9c9924a096af9186035115d29a113eaa997d1c020ce421b9"}, + {file = "pysam-0.19.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:80b8f5b929c7f660b6e1497790a13c61f386b310a31ca54ad6ba110674d11c55"}, + {file = "pysam-0.19.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:30017bed8d002d41f83fa7e10569525c811a8e3860d73a880ee653ef29fd4fbc"}, + {file = "pysam-0.19.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5e2e465522ba2c34cb96c013a28f9c9db303f8ab1350b4c11cca73677f1e9594"}, + {file = "pysam-0.19.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2103b4b6d9b0cc0b4aaccf64e87a92bfdabb7dc92810cf84be35ffe78fafa002"}, + {file = "pysam-0.19.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:eaf342b9c71ed83a63237df2000e3bc1f0236165d48fd7240c4c78b66f28d63b"}, + {file = "pysam-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc0021b154206edfbaa13515cb67523c76c576b7a670e72a793f2da4f03139f4"}, + {file = "pysam-0.19.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3101e0fcd2f6accbfa72a554a71baf83f1c096bb0f9045059b3ead35901ce128"}, + {file = "pysam-0.19.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:5118dcabac574638df43739941f0ee20cc4e9197aee4a8f10f195542a13f18e3"}, + {file = "pysam-0.19.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4fe1f1fae0e559d3412625dc7d4d08b477e80211b3fe5b267ba341a84f78b8be"}, + {file = "pysam-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2911e3760dd2b709c686f075146787b8bda35629093352c28a7e52ac00ddaffc"}, + {file = "pysam-0.19.0.tar.gz", hash = "sha256:dcc052566f9509fd93b2a2664f094a13f016fd60cdd189e05fb4eafa0c89505b"}, ] pytabix = [ {file = "pytabix-0.1.tar.gz", hash = "sha256:0774f1687ebd41811fb07a0e50951b6be72d7cc7e22ed2b18972eaf7482eb7d1"}, diff --git a/tests/test_novoCaller.py b/tests/test_novoCaller.py index e7babe0..8089d36 100644 --- a/tests/test_novoCaller.py +++ b/tests/test_novoCaller.py @@ -8,14 +8,7 @@ main as main_novoCaller ) - -################################################################# -# Tests -################################################################# -# this tests may fail because of differences in float handling -# e.g. novoCaller=1.4030838153054451e-05 Vs novoCaller=1.403083815305445e-05 -# depending on the machine - +# define flexible assert function to compare vcf files def assert_(tfile, ofile, test=False): ''' ''' # Creating Vcf object @@ -75,6 +68,12 @@ def assert_(tfile, ofile, test=False): except ValueError as e: assert str(e) == '\nERROR in GENOTYPES identifiers, PSC-01-003 identifier is missing in VCF\n' +################################################################# +# Tests +################################################################# +# this tests may fail because of differences in float handling +# e.g. novoCaller=1.4030838153054451e-05 Vs novoCaller=1.403083815305445e-05 +# depending on the machine def test_run_novoCaller_rck_all(): ''' ''' # Variables