snplib 1.0.9__tar.gz → 1.0.10__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.
Files changed (100) hide show
  1. {snplib-1.0.9/src/snplib.egg-info → snplib-1.0.10}/PKG-INFO +2 -2
  2. {snplib-1.0.9 → snplib-1.0.10}/README.md +1 -1
  3. {snplib-1.0.9 → snplib-1.0.10}/pyproject.toml +1 -1
  4. {snplib-1.0.9 → snplib-1.0.10/src/snplib.egg-info}/PKG-INFO +2 -2
  5. {snplib-1.0.9 → snplib-1.0.10}/.github/workflows/linux.yml +0 -0
  6. {snplib-1.0.9 → snplib-1.0.10}/.github/workflows/macos.yml +0 -0
  7. {snplib-1.0.9 → snplib-1.0.10}/.github/workflows/windows.yml +0 -0
  8. {snplib-1.0.9 → snplib-1.0.10}/.gitignore +0 -0
  9. {snplib-1.0.9 → snplib-1.0.10}/.readthedocs.yaml +0 -0
  10. {snplib-1.0.9 → snplib-1.0.10}/LICENSE +0 -0
  11. {snplib-1.0.9 → snplib-1.0.10}/__init__.py +0 -0
  12. {snplib-1.0.9 → snplib-1.0.10}/docs/Makefile +0 -0
  13. {snplib-1.0.9 → snplib-1.0.10}/docs/conf.py +0 -0
  14. {snplib-1.0.9 → snplib-1.0.10}/docs/examples.rst +0 -0
  15. {snplib-1.0.9 → snplib-1.0.10}/docs/index.rst +0 -0
  16. {snplib-1.0.9 → snplib-1.0.10}/docs/install.rst +0 -0
  17. {snplib-1.0.9 → snplib-1.0.10}/docs/intro.rst +0 -0
  18. {snplib-1.0.9 → snplib-1.0.10}/docs/logo.png +0 -0
  19. {snplib-1.0.9 → snplib-1.0.10}/docs/make.bat +0 -0
  20. {snplib-1.0.9 → snplib-1.0.10}/docs/modules.rst +0 -0
  21. {snplib-1.0.9 → snplib-1.0.10}/docs/requirements.txt +0 -0
  22. {snplib-1.0.9 → snplib-1.0.10}/docs/snplib.finalreport.rst +0 -0
  23. {snplib-1.0.9 → snplib-1.0.10}/docs/snplib.format.rst +0 -0
  24. {snplib-1.0.9 → snplib-1.0.10}/docs/snplib.parentage.rst +0 -0
  25. {snplib-1.0.9 → snplib-1.0.10}/docs/snplib.rst +0 -0
  26. {snplib-1.0.9 → snplib-1.0.10}/docs/snplib.statistics.rst +0 -0
  27. {snplib-1.0.9 → snplib-1.0.10}/docs/usage.rst +0 -0
  28. {snplib-1.0.9 → snplib-1.0.10}/iconlib.png +0 -0
  29. {snplib-1.0.9 → snplib-1.0.10}/requirements.txt +0 -0
  30. {snplib-1.0.9 → snplib-1.0.10}/setup.cfg +0 -0
  31. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/__init__.py +0 -0
  32. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/finalreport/__init__.py +0 -0
  33. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/finalreport/_finalreport.py +0 -0
  34. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/format/__init__.py +0 -0
  35. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/format/__settings.py +0 -0
  36. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/format/_plink.py +0 -0
  37. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/format/_snp.py +0 -0
  38. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/__init__.py +0 -0
  39. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/_discov.py +0 -0
  40. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/_isagmark.py +0 -0
  41. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/_verif.py +0 -0
  42. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/isag_disc.pl +0 -0
  43. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/parentage/isag_verif.pl +0 -0
  44. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/statistics/__init__.py +0 -0
  45. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/statistics/_callrate.py +0 -0
  46. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/statistics/_freq.py +0 -0
  47. {snplib-1.0.9 → snplib-1.0.10}/src/snplib/statistics/_snphwe.py +0 -0
  48. {snplib-1.0.9 → snplib-1.0.10}/src/snplib.egg-info/SOURCES.txt +0 -0
  49. {snplib-1.0.9 → snplib-1.0.10}/src/snplib.egg-info/dependency_links.txt +0 -0
  50. {snplib-1.0.9 → snplib-1.0.10}/src/snplib.egg-info/requires.txt +0 -0
  51. {snplib-1.0.9 → snplib-1.0.10}/src/snplib.egg-info/top_level.txt +0 -0
  52. {snplib-1.0.9 → snplib-1.0.10}/tests/__init__.py +0 -0
  53. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/__init__.py +0 -0
  54. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file1.txt +0 -0
  55. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file1.xlsx +0 -0
  56. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file2.txt +0 -0
  57. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file2.xlsx +0 -0
  58. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file3.txt +0 -0
  59. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file3.xlsx +0 -0
  60. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file4.txt +0 -0
  61. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file5.txt +0 -0
  62. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file5.xlsx +0 -0
  63. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file6.txt +0 -0
  64. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file6.xlsx +0 -0
  65. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file7.txt +0 -0
  66. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/files/fr/file7.xlsx +0 -0
  67. {snplib-1.0.9 → snplib-1.0.10}/tests/finalreport/test_finalreport.py +0 -0
  68. {snplib-1.0.9 → snplib-1.0.10}/tests/format/__init__.py +0 -0
  69. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/fam/file.pl +0 -0
  70. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/fam/file2.pl +0 -0
  71. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/fam/file3.pl +0 -0
  72. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/fam/file4.pl +0 -0
  73. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/lgen/file.pl +0 -0
  74. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/map/file_bovinesnp50.csv +0 -0
  75. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/ped/file.pl +0 -0
  76. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/ped/file2.pl +0 -0
  77. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/ped/file3.pl +0 -0
  78. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fplink/ped/file4.pl +0 -0
  79. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fsnp/file1.txt +0 -0
  80. {snplib-1.0.9 → snplib-1.0.10}/tests/format/files/fsnp/file2.txt +0 -0
  81. {snplib-1.0.9 → snplib-1.0.10}/tests/format/test_plink_fam.py +0 -0
  82. {snplib-1.0.9 → snplib-1.0.10}/tests/format/test_plink_lgen.py +0 -0
  83. {snplib-1.0.9 → snplib-1.0.10}/tests/format/test_plink_map.py +0 -0
  84. {snplib-1.0.9 → snplib-1.0.10}/tests/format/test_plink_ped.py +0 -0
  85. {snplib-1.0.9 → snplib-1.0.10}/tests/format/test_snp.py +0 -0
  86. {snplib-1.0.9 → snplib-1.0.10}/tests/parentage/__init__.py +0 -0
  87. {snplib-1.0.9 → snplib-1.0.10}/tests/parentage/data/parentage_test_disc.csv +0 -0
  88. {snplib-1.0.9 → snplib-1.0.10}/tests/parentage/data/parentage_test_verf.csv +0 -0
  89. {snplib-1.0.9 → snplib-1.0.10}/tests/parentage/test_discov.py +0 -0
  90. {snplib-1.0.9 → snplib-1.0.10}/tests/parentage/test_verif.py +0 -0
  91. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/__init__.py +0 -0
  92. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/data/cr/file_cra.pl +0 -0
  93. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/data/cr/file_crm.pl +0 -0
  94. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/data/freq/etalon.txt +0 -0
  95. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/data/freq/file.pl +0 -0
  96. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/test_callrate.py +0 -0
  97. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/test_freq_allele.py +0 -0
  98. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/test_freq_maf.py +0 -0
  99. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/test_hwe_t.py +0 -0
  100. {snplib-1.0.9 → snplib-1.0.10}/tests/statistics/test_snphwe.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: snplib
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: Snptools is a tool for Single Nucleotide Polymorphism (SNP) data processing
5
5
  Author-email: Igor <igor.loschinin@gmail.com>
6
6
  License: GNU
@@ -73,7 +73,7 @@ from snplib import (
73
73
  ```
74
74
 
75
75
  ## Documentation
76
- Detailed documentation on how to use SNPTools is available see the [docs](docs/_build/index.html).
76
+ Detailed documentation on how to use SNPTools is available see the [docs](https://snptools.readthedocs.io/en/latest/).
77
77
 
78
78
  ## License
79
79
  This project is licensed under the GNU General Public License - see the
@@ -52,7 +52,7 @@ from snplib import (
52
52
  ```
53
53
 
54
54
  ## Documentation
55
- Detailed documentation on how to use SNPTools is available see the [docs](docs/_build/index.html).
55
+ Detailed documentation on how to use SNPTools is available see the [docs](https://snptools.readthedocs.io/en/latest/).
56
56
 
57
57
  ## License
58
58
  This project is licensed under the GNU General Public License - see the
@@ -17,7 +17,7 @@ snplib = ["*.pl"]
17
17
 
18
18
  [project]
19
19
  name = "snplib"
20
- version = "1.0.9"
20
+ version = "1.0.10"
21
21
  description = "Snptools is a tool for Single Nucleotide Polymorphism (SNP) data processing"
22
22
  authors = [
23
23
  {name = "Igor", email = "igor.loschinin@gmail.com"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: snplib
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: Snptools is a tool for Single Nucleotide Polymorphism (SNP) data processing
5
5
  Author-email: Igor <igor.loschinin@gmail.com>
6
6
  License: GNU
@@ -73,7 +73,7 @@ from snplib import (
73
73
  ```
74
74
 
75
75
  ## Documentation
76
- Detailed documentation on how to use SNPTools is available see the [docs](docs/_build/index.html).
76
+ Detailed documentation on how to use SNPTools is available see the [docs](https://snptools.readthedocs.io/en/latest/).
77
77
 
78
78
  ## License
79
79
  This project is licensed under the GNU General Public License - see the
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