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.
- {kssdtree-1.1.3/kssdtree.egg-info → kssdtree-1.1.6}/PKG-INFO +3 -6
- kssdtree-1.1.6/README.md +12 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/bytescale.c +22 -22
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnj.c +1167 -1167
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/bytescale.h +23 -23
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/dnj.h +47 -47
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/filebuff.h +57 -57
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/hclust.h +46 -46
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/matrix.h +48 -48
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/nj.h +70 -70
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/nwck.h +33 -33
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/pherror.h +40 -40
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/phy.h +35 -35
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/qseqs.h +35 -35
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/str.h +22 -22
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/threader.h +35 -35
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/tmp.h +22 -22
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/vector.h +32 -32
- {kssdtree-1.1.3 → kssdtree-1.1.6}/filebuff.c +324 -324
- {kssdtree-1.1.3 → kssdtree-1.1.6}/hclust.c +1720 -1720
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_set.h +38 -38
- {kssdtree-1.1.3 → kssdtree-1.1.6/kssdtree.egg-info}/PKG-INFO +3 -6
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.py +416 -402
- {kssdtree-1.1.3 → kssdtree-1.1.6}/matrix.c +755 -755
- {kssdtree-1.1.3 → kssdtree-1.1.6}/nj.c +1698 -1698
- {kssdtree-1.1.3 → kssdtree-1.1.6}/nwck.c +359 -359
- {kssdtree-1.1.3 → kssdtree-1.1.6}/pherror.c +82 -82
- {kssdtree-1.1.3 → kssdtree-1.1.6}/phy.c +649 -649
- {kssdtree-1.1.3 → kssdtree-1.1.6}/pydnj.c +187 -187
- {kssdtree-1.1.3 → kssdtree-1.1.6}/qseqs.c +84 -84
- {kssdtree-1.1.3 → kssdtree-1.1.6}/setup.py +120 -119
- {kssdtree-1.1.3 → kssdtree-1.1.6}/str.c +63 -63
- {kssdtree-1.1.3 → kssdtree-1.1.6}/tmp.c +91 -91
- {kssdtree-1.1.3 → kssdtree-1.1.6}/toolutils.py +329 -330
- {kssdtree-1.1.3 → kssdtree-1.1.6}/vector.c +49 -49
- kssdtree-1.1.3/README.md +0 -130
- {kssdtree-1.1.3 → kssdtree-1.1.6}/MANIFEST.in +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/align.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/buildtree.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/cluster.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/co2mco.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/command_composite.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/command_dist.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/command_dist_wrapper.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/command_set.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/command_shuffle.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/distancemat.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/dnjheaders/mman.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/global_basic.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/iseq2comem.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/co2mco.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_composite.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_dist.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_dist_wrapper.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/command_shuffle.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/global_basic.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/iseq2comem.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/mman.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdheaders/mytime.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/SOURCES.txt +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/dependency_links.txt +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/not-zip-safe +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/requires.txt +1 -1
- {kssdtree-1.1.3 → kssdtree-1.1.6}/kssdtree.egg-info/top_level.txt +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/mman.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/mytime.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/align.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/buildtree.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/cluster.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/distancemat.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/sequence.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/tree.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/njheaders/util.h +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/pykssd.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/pynj.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/sequence.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/setup.cfg +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/tree.c +0 -0
- {kssdtree-1.1.3 → kssdtree-1.1.6}/util.c +0 -0
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
Metadata-Version:
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: kssdtree
|
|
3
|
-
Version: 1.1.
|
|
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
|
kssdtree-1.1.6/README.md
ADDED
|
@@ -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;
|