PyamilySeq 1.3.1__py3-none-any.whl → 1.3.2__py3-none-any.whl
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.
- PyamilySeq/constants.py +1 -1
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/METADATA +9 -9
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/RECORD +9 -9
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/entry_points.txt +4 -4
- /PyamilySeq/{Cluster_Compare.py → Group_Compare.py} +0 -0
- /PyamilySeq/{Cluster_Summary.py → Group_Summary.py} +0 -0
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/WHEEL +0 -0
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/licenses/LICENSE +0 -0
- {pyamilyseq-1.3.1.dist-info → pyamilyseq-1.3.2.dist-info}/top_level.txt +0 -0
PyamilySeq/constants.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
PyamilySeq_Version = 'v1.3.
|
|
1
|
+
PyamilySeq_Version = 'v1.3.2'
|
|
2
2
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyamilySeq
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: PyamilySeq - A a tool to investigate sequence-based gene groups identified by clustering methods such as CD-HIT, DIAMOND, BLAST or MMseqs2.
|
|
5
5
|
Author-email: Nicholas Dimonaco <nicholas@dimonaco.co.uk>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -720,7 +720,7 @@ To update to the newest version add '-U' to end of the pip install command.
|
|
|
720
720
|
```commandline
|
|
721
721
|
usage: PyamilySeq.py [-h] {Full,Partial} ...
|
|
722
722
|
|
|
723
|
-
PyamilySeq v1.3.
|
|
723
|
+
PyamilySeq v1.3.2: A tool for gene clustering and analysis.
|
|
724
724
|
|
|
725
725
|
positional arguments:
|
|
726
726
|
{Full,Partial} Choose a mode: 'Full' or 'Partial'.
|
|
@@ -750,7 +750,7 @@ Escherichia_coli_110957|ENSB_TIZS9kbTvShDvyX Escherichia_coli_110957|ENSB_TIZS9k
|
|
|
750
750
|
```
|
|
751
751
|
### Example output:
|
|
752
752
|
```
|
|
753
|
-
Running PyamilySeq v1.3.
|
|
753
|
+
Running PyamilySeq v1.3.2
|
|
754
754
|
Calculating Groups
|
|
755
755
|
Number of Genomes: 10
|
|
756
756
|
Gene Groups
|
|
@@ -895,7 +895,7 @@ Seq-Combiner -input_dir .../test_data/genomes -name_split_gff .gff3 -output_dir
|
|
|
895
895
|
```
|
|
896
896
|
usage: Seq_Combiner.py [-h] -input_dir INPUT_DIR -input_type {separate,combined,fasta} [-name_split_gff NAME_SPLIT_GFF] [-name_split_fasta NAME_SPLIT_FASTA] -output_dir OUTPUT_DIR -output_name OUTPUT_FILE [-gene_ident GENE_IDENT] [-translate] [-v]
|
|
897
897
|
|
|
898
|
-
PyamilySeq v1.3.
|
|
898
|
+
PyamilySeq v1.3.2: Seq-Combiner - A tool to extract sequences from GFF/FASTA files and prepare them for PyamilySeq.
|
|
899
899
|
|
|
900
900
|
options:
|
|
901
901
|
-h, --help show this help message and exit
|
|
@@ -938,7 +938,7 @@ usage: Group_Splitter.py [-h] -input_fasta INPUT_FASTA -sequence_type {AA,DNA}
|
|
|
938
938
|
[-M CLUSTERING_MEMORY] [-no_delete_temp_files]
|
|
939
939
|
[-verbose] [-v]
|
|
940
940
|
|
|
941
|
-
PyamilySeq v1.3.
|
|
941
|
+
PyamilySeq v1.3.2: Group-Splitter - A tool to split multi-copy gene groups
|
|
942
942
|
identified by PyamilySeq.
|
|
943
943
|
|
|
944
944
|
options:
|
|
@@ -981,17 +981,17 @@ Misc Parameters:
|
|
|
981
981
|
|
|
982
982
|
```
|
|
983
983
|
|
|
984
|
-
##
|
|
984
|
+
## Group-Summary menu: This tool can be used to summarise CD-HIT .clstr files:
|
|
985
985
|
### Example:
|
|
986
986
|
```bash
|
|
987
|
-
|
|
987
|
+
Group-Summary -genome_num 10 -input_clstr .../test_data/species/E-coli/E-coli_extracted_pep_cd-hit_80.clstr -output_tsv .../test_data/species/E-coli/E-coli_extracted_pep_cd-hit_80_Summary.tsv
|
|
988
988
|
```
|
|
989
|
-
###
|
|
989
|
+
### Group-Summary Menu:
|
|
990
990
|
```
|
|
991
991
|
usage: Cluster_Summary.py [-h] -input_clstr INPUT_CLSTR -output OUTPUT -genome_num GENOME_NUM
|
|
992
992
|
[-output_dir OUTPUT_DIR] [-verbose] [-v]
|
|
993
993
|
|
|
994
|
-
PyamilySeq v1.3.
|
|
994
|
+
PyamilySeq v1.3.2: Group-Summary - A tool to summarise CD-HIT clustering files.
|
|
995
995
|
|
|
996
996
|
options:
|
|
997
997
|
-h, --help show this help message and exit
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
PyamilySeq/
|
|
2
|
-
PyamilySeq/Cluster_Summary.py,sha256=efXMfGvATERCTxwaqbauhZwt_5Hrf9KpGKY3EgsHVDk,6720
|
|
1
|
+
PyamilySeq/Group_Compare.py,sha256=2jRXBYN8T9TUDLV9bj3SWFQ2pBUH3BAKW1FYrDYSQBw,4421
|
|
3
2
|
PyamilySeq/Group_Extractor.py,sha256=oe2VmOVxdvTmAcy8NKwD1F27IdN2utAfczxsyxg96yc,2898
|
|
4
3
|
PyamilySeq/Group_Sizes.py,sha256=3snkAN19o3Y4IY6IqSim1qy415FfQe1Wb8vzWTKF0Wo,3028
|
|
5
4
|
PyamilySeq/Group_Splitter.py,sha256=OcMj9GnAyybs_DaNKRyvfL_nl2dB2gUI4BD_EQrBbWo,25653
|
|
5
|
+
PyamilySeq/Group_Summary.py,sha256=efXMfGvATERCTxwaqbauhZwt_5Hrf9KpGKY3EgsHVDk,6720
|
|
6
6
|
PyamilySeq/PyamilySeq.py,sha256=vc_mFuK-Cmqa3elusyIg5DksTHxdwCcFv2ki2ACqXIA,17468
|
|
7
7
|
PyamilySeq/PyamilySeq_Genus.py,sha256=KUC0QkCRpKQ9HEgxyTSD7Nc63wSXtriWyIqt_YOy5ys,12470
|
|
8
8
|
PyamilySeq/PyamilySeq_Species.py,sha256=1P_xbdUrZPykyS44KFyRdyxU-XPX_yKLpJhjhB8VTpg,24029
|
|
@@ -12,11 +12,11 @@ PyamilySeq/Seq_Finder.py,sha256=ht-fSQ_opWKydcoWI9D3nTwLt6Rpgevnf2y0KxVjw4M,1881
|
|
|
12
12
|
PyamilySeq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
PyamilySeq/clusterings.py,sha256=bfST7_i6qnj9ogclmOSkQhurZaEWBBq0H48FAN7JpOg,22374
|
|
14
14
|
PyamilySeq/config.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
PyamilySeq/constants.py,sha256=
|
|
15
|
+
PyamilySeq/constants.py,sha256=lCsqqBBXsq1Qim8y9ElG9Jm555FZ-brTCk6WuJJtemE,31
|
|
16
16
|
PyamilySeq/utils.py,sha256=1U794Xd5qzmaIz2VujdnPkND729kr7rKjei0Y57f-QE,32972
|
|
17
|
-
pyamilyseq-1.3.
|
|
18
|
-
pyamilyseq-1.3.
|
|
19
|
-
pyamilyseq-1.3.
|
|
20
|
-
pyamilyseq-1.3.
|
|
21
|
-
pyamilyseq-1.3.
|
|
22
|
-
pyamilyseq-1.3.
|
|
17
|
+
pyamilyseq-1.3.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
18
|
+
pyamilyseq-1.3.2.dist-info/METADATA,sha256=V6DlnSRPx5hiGOzkyJ0GPe0VL--UKQE1V75nmceyq-o,58558
|
|
19
|
+
pyamilyseq-1.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
pyamilyseq-1.3.2.dist-info/entry_points.txt,sha256=1P7oCXW1ONiy6LvGZ_Z6LPGDGcCIsZs7r0BIEtP_rmQ,830
|
|
21
|
+
pyamilyseq-1.3.2.dist-info/top_level.txt,sha256=J6JhugUQTq4rq96yibAlQu3o4KCM9WuYfqr3w1r119M,11
|
|
22
|
+
pyamilyseq-1.3.2.dist-info/RECORD,,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
[console_scripts]
|
|
2
|
-
|
|
3
|
-
Cluster-Summary = PyamilySeq.Cluster_Summary:main
|
|
2
|
+
Group-Extractor = PyamilySeq.Group_Extractor:main
|
|
4
3
|
Group-Splitter = PyamilySeq.Group_Splitter:main
|
|
4
|
+
Group-Summary = PyamilySeq.Group_Summary:main
|
|
5
5
|
PyamilySeq = PyamilySeq.PyamilySeq:main
|
|
6
6
|
Seq-Combiner = PyamilySeq.Seq_Combiner:main
|
|
7
7
|
Seq-Extractor = PyamilySeq.Seq_Extractor:main
|
|
8
8
|
Seq-Finder = PyamilySeq.Seq_Finder:main
|
|
9
|
-
cluster-extractor = PyamilySeq.Cluster_Extractor:main
|
|
10
|
-
cluster-summary = PyamilySeq.Cluster_Summary:main
|
|
11
9
|
compare-contree-singletrees = aux_tools.RF.compare_contree_singletrees:main
|
|
12
10
|
compare-rf = aux_tools.RF.compare_RF:main
|
|
13
11
|
compute-singletrees-rf = aux_tools.RF.Compute_SingleTree_RFs:main
|
|
12
|
+
group-extractor = PyamilySeq.Group_Extractor:main
|
|
14
13
|
group-splitter = PyamilySeq.Group_Splitter:main
|
|
14
|
+
group-summary = PyamilySeq.Group_Summary:main
|
|
15
15
|
pyamilyseq = PyamilySeq.PyamilySeq:main
|
|
16
16
|
seq-combiner = PyamilySeq.Seq_Combiner:main
|
|
17
17
|
seq-extractor = PyamilySeq.Seq_Extractor:main
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|