kssdtree 1.1.3__tar.gz → 1.1.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.
Files changed (79) hide show
  1. {kssdtree-1.1.3/kssdtree.egg-info → kssdtree-1.1.6}/PKG-INFO +3 -6
  2. kssdtree-1.1.6/README.md +12 -0
  3. {kssdtree-1.1.3 → kssdtree-1.1.6}/bytescale.c +22 -22
  4. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnj.c +1167 -1167
  5. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/bytescale.h +23 -23
  6. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/dnj.h +47 -47
  7. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/filebuff.h +57 -57
  8. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/hclust.h +46 -46
  9. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/matrix.h +48 -48
  10. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/nj.h +70 -70
  11. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/nwck.h +33 -33
  12. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/pherror.h +40 -40
  13. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/phy.h +35 -35
  14. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/qseqs.h +35 -35
  15. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/str.h +22 -22
  16. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/threader.h +35 -35
  17. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/tmp.h +22 -22
  18. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/vector.h +32 -32
  19. {kssdtree-1.1.3 → kssdtree-1.1.6}/filebuff.c +324 -324
  20. {kssdtree-1.1.3 → kssdtree-1.1.6}/hclust.c +1720 -1720
  21. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_set.h +38 -38
  22. {kssdtree-1.1.3 → kssdtree-1.1.6/kssdtree.egg-info}/PKG-INFO +3 -6
  23. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.py +416 -402
  24. {kssdtree-1.1.3 → kssdtree-1.1.6}/matrix.c +755 -755
  25. {kssdtree-1.1.3 → kssdtree-1.1.6}/nj.c +1698 -1698
  26. {kssdtree-1.1.3 → kssdtree-1.1.6}/nwck.c +359 -359
  27. {kssdtree-1.1.3 → kssdtree-1.1.6}/pherror.c +82 -82
  28. {kssdtree-1.1.3 → kssdtree-1.1.6}/phy.c +649 -649
  29. {kssdtree-1.1.3 → kssdtree-1.1.6}/pydnj.c +187 -187
  30. {kssdtree-1.1.3 → kssdtree-1.1.6}/qseqs.c +84 -84
  31. {kssdtree-1.1.3 → kssdtree-1.1.6}/setup.py +120 -119
  32. {kssdtree-1.1.3 → kssdtree-1.1.6}/str.c +63 -63
  33. {kssdtree-1.1.3 → kssdtree-1.1.6}/tmp.c +91 -91
  34. {kssdtree-1.1.3 → kssdtree-1.1.6}/toolutils.py +329 -330
  35. {kssdtree-1.1.3 → kssdtree-1.1.6}/vector.c +49 -49
  36. kssdtree-1.1.3/README.md +0 -130
  37. {kssdtree-1.1.3 → kssdtree-1.1.6}/MANIFEST.in +0 -0
  38. {kssdtree-1.1.3 → kssdtree-1.1.6}/align.c +0 -0
  39. {kssdtree-1.1.3 → kssdtree-1.1.6}/buildtree.c +0 -0
  40. {kssdtree-1.1.3 → kssdtree-1.1.6}/cluster.c +0 -0
  41. {kssdtree-1.1.3 → kssdtree-1.1.6}/co2mco.c +0 -0
  42. {kssdtree-1.1.3 → kssdtree-1.1.6}/command_composite.c +0 -0
  43. {kssdtree-1.1.3 → kssdtree-1.1.6}/command_dist.c +0 -0
  44. {kssdtree-1.1.3 → kssdtree-1.1.6}/command_dist_wrapper.c +0 -0
  45. {kssdtree-1.1.3 → kssdtree-1.1.6}/command_set.c +0 -0
  46. {kssdtree-1.1.3 → kssdtree-1.1.6}/command_shuffle.c +0 -0
  47. {kssdtree-1.1.3 → kssdtree-1.1.6}/distancemat.c +0 -0
  48. {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/mman.h +0 -0
  49. {kssdtree-1.1.3 → kssdtree-1.1.6}/global_basic.c +0 -0
  50. {kssdtree-1.1.3 → kssdtree-1.1.6}/iseq2comem.c +0 -0
  51. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/co2mco.h +0 -0
  52. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_composite.h +0 -0
  53. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_dist.h +0 -0
  54. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_dist_wrapper.h +0 -0
  55. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_shuffle.h +0 -0
  56. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/global_basic.h +0 -0
  57. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/iseq2comem.h +0 -0
  58. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/mman.h +0 -0
  59. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/mytime.h +0 -0
  60. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/SOURCES.txt +0 -0
  61. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/dependency_links.txt +0 -0
  62. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/not-zip-safe +0 -0
  63. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/requires.txt +1 -1
  64. {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/top_level.txt +0 -0
  65. {kssdtree-1.1.3 → kssdtree-1.1.6}/mman.c +0 -0
  66. {kssdtree-1.1.3 → kssdtree-1.1.6}/mytime.c +0 -0
  67. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/align.h +0 -0
  68. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/buildtree.h +0 -0
  69. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/cluster.h +0 -0
  70. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/distancemat.h +0 -0
  71. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/sequence.h +0 -0
  72. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/tree.h +0 -0
  73. {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/util.h +0 -0
  74. {kssdtree-1.1.3 → kssdtree-1.1.6}/pykssd.c +0 -0
  75. {kssdtree-1.1.3 → kssdtree-1.1.6}/pynj.c +0 -0
  76. {kssdtree-1.1.3 → kssdtree-1.1.6}/sequence.c +0 -0
  77. {kssdtree-1.1.3 → kssdtree-1.1.6}/setup.cfg +0 -0
  78. {kssdtree-1.1.3 → kssdtree-1.1.6}/tree.c +0 -0
  79. {kssdtree-1.1.3 → kssdtree-1.1.6}/util.c +0 -0
@@ -1,11 +1,8 @@
1
- Metadata-Version: 1.1
1
+ Metadata-Version: 2.1
2
2
  Name: kssdtree
3
- Version: 1.1.3
3
+ Version: 1.1.6
4
4
  Summary: Kssdtree is a versatile Python package for phylogenetic analysis. It also provides one-stop tree construction and visualization. It can handle DNA sequences of both fasta or fastq format, whether gzipped or not.
5
5
  Home-page: https://github.com/yhlink/kssdtree
6
+ Download-URL: https://pypi.org/project/kssdtree
6
7
  Author: Hang Yang
7
8
  Author-email: yhlink1207@gmail.com
8
- License: UNKNOWN
9
- Download-URL: https://pypi.org/project/kssdtree
10
- Description: UNKNOWN
11
- Platform: UNKNOWN
@@ -0,0 +1,12 @@
1
+ # Kssdree: an interactive Python package for phylogenetic analysis based on sketching technique
2
+
3
+ Kssdtree is a versatile Python package for phylogenetic analysis, including three different pipelines: routine pipeline, reference subtraction pipeline and phylogenetic placement pipeline. The routine pipeline serves as a versatile tool for general-purpose phylogenetic analysis of users' genomic data. The reference subtraction pipeline designs for population-level phylogenetic analysis. The phylogenetic placement pipeline facilitates the search for similar genomes in the Genome Taxonomy Database (GTDB). It conducts phylogenetic analysis alongside these similar genomes and positions the input genomes within the entire prokaryotic tree of life.
4
+
5
+ It also provides one-stop tree construction and visualization. It can handle DNA sequences of both fasta or fastq format, whether gzipped or not. Kssdtree can run on multiple platforms (Linux, Windows, and MacOS) with Jupyter notebooks.
6
+
7
+ More usages about Kssdtree, please see Kssdtree documentation (https://kssdtree.readthedocs.io/en/latest).
8
+
9
+
10
+
11
+
12
+
@@ -1,22 +1,22 @@
1
- /* Philip T.L.C. Clausen Jan 2017 plan@dtu.dk */
2
-
3
- /*
4
- * Copyright (c) 2017, Philip Clausen, Technical University of Denmark
5
- * All rights reserved.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- */
19
-
20
- #include "dnjheaders/bytescale.h"
21
-
22
- double ByteScale = 1e0;
1
+ /* Philip T.L.C. Clausen Jan 2017 plan@dtu.dk */
2
+
3
+ /*
4
+ * Copyright (c) 2017, Philip Clausen, Technical University of Denmark
5
+ * All rights reserved.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+
20
+ #include "dnjheaders/bytescale.h"
21
+
22
+ double ByteScale = 1e0;