ORForise 1.4.2__tar.gz → 1.4.3__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 (73) hide show
  1. {orforise-1.4.2 → orforise-1.4.3}/PKG-INFO +7 -6
  2. {orforise-1.4.2 → orforise-1.4.3}/README.md +4 -4
  3. {orforise-1.4.2 → orforise-1.4.3}/setup.cfg +1 -1
  4. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Comparator.py +2 -1
  5. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/utils.py +1 -1
  6. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/PKG-INFO +7 -6
  7. {orforise-1.4.2 → orforise-1.4.3}/LICENSE +0 -0
  8. {orforise-1.4.2 → orforise-1.4.3}/pyproject.toml +0 -0
  9. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Aggregate_Compare.py +0 -0
  10. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Annotation_Compare.py +0 -0
  11. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/GFF_Adder.py +0 -0
  12. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/GFF_Intersector.py +0 -0
  13. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/__init__.py +0 -0
  14. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/cds_checker.py +0 -0
  15. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/gene_Lenghts.py +0 -0
  16. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/genome_Metrics.py +0 -0
  17. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/hypothetical_gene_predictions.py +0 -0
  18. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/missed_Gene_Metrics.py +0 -0
  19. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/parital_Match_Analysis.py +0 -0
  20. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/result_File_Analysis.py +0 -0
  21. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/ORForise_Analysis/start_Codon_Substitution.py +0 -0
  22. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/StORForise.py +0 -0
  23. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Augustus/Augustus.py +0 -0
  24. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Augustus/__init__.py +0 -0
  25. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Balrog/Balrog.py +0 -0
  26. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Balrog/__init__.py +0 -0
  27. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/EasyGene/EasyGene.py +0 -0
  28. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/EasyGene/__init__.py +0 -0
  29. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/FGENESB/FGENESB.py +0 -0
  30. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/FGENESB/__init__.py +0 -0
  31. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/FragGeneScan/FragGeneScan.py +0 -0
  32. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/FragGeneScan/__init__.py +0 -0
  33. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GFF/GFF.py +0 -0
  34. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GFF/__init__.py +0 -0
  35. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GLIMMER_3/GLIMMER_3.py +0 -0
  36. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GLIMMER_3/__init__.py +0 -0
  37. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark/GeneMark.py +0 -0
  38. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark/__init__.py +0 -0
  39. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_HA/GeneMark_HA.py +0 -0
  40. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_HA/__init__.py +0 -0
  41. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_HMM/GeneMark_HMM.py +0 -0
  42. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_HMM/__init__.py +0 -0
  43. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_S/GeneMark_S.py +0 -0
  44. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_S/__init__.py +0 -0
  45. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_S_2/GeneMark_S_2.py +0 -0
  46. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/GeneMark_S_2/__init__.py +0 -0
  47. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGene/MetaGene.py +0 -0
  48. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGene/__init__.py +0 -0
  49. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGeneAnnotator/MetaGeneAnnotator.py +0 -0
  50. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGeneAnnotator/__init__.py +0 -0
  51. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGeneMark/MetaGeneMark.py +0 -0
  52. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/MetaGeneMark/__init__.py +0 -0
  53. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Prodigal/Prodigal.py +0 -0
  54. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Prodigal/__init__.py +0 -0
  55. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Prokka/Prokka.py +0 -0
  56. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/Prokka/__init__.py +0 -0
  57. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Reporter/StORF_Reporter.py +0 -0
  58. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Reporter/__init__.py +0 -0
  59. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/Completely_Undetected/Completey_Undetected.py +0 -0
  60. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/Completely_Undetected/__init__.py +0 -0
  61. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/StORF_Undetected.py +0 -0
  62. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/__init__.py +0 -0
  63. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/unvitiated_Genes/__init__.py +0 -0
  64. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/StORF_Undetected/unvitiated_Genes/unvitiated_Missed_Genes.py +0 -0
  65. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/TransDecoder/TransDecoder.py +0 -0
  66. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/TransDecoder/__init__.py +0 -0
  67. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/Tools/__init__.py +0 -0
  68. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise/__init__.py +0 -0
  69. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/SOURCES.txt +0 -0
  70. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/dependency_links.txt +0 -0
  71. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/entry_points.txt +0 -0
  72. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/requires.txt +0 -0
  73. {orforise-1.4.2 → orforise-1.4.3}/src/ORForise.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ORForise
3
- Version: 1.4.2
3
+ Version: 1.4.3
4
4
  Summary: ORForise - Platform for analysing and comparing Prokaryote CoDing Sequence (CDS) Gene Predictions.
5
5
  Home-page: https://github.com/NickJD/ORForise
6
6
  Author: Nicholas Dimonaco
@@ -13,6 +13,7 @@ Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: numpy
16
+ Dynamic: license-file
16
17
 
17
18
  # ORForise - Prokaryote Genome Annotation Analysis and Comparison Platform
18
19
  ## Published in Bioinformatics : https://academic.oup.com/bioinformatics/article/38/5/1198/6454948
@@ -62,7 +63,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
62
63
  usage: Annotation_Compare.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -t TOOL -tp TOOL_PREDICTION
63
64
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
64
65
 
65
- ORForise v1.4.2: Annotatione-Compare Run Parameters.
66
+ ORForise v1.4.3: Annotatione-Compare Run Parameters.
66
67
 
67
68
  Required Arguments:
68
69
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -112,7 +113,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
112
113
  usage: Aggregate_Compare.py [-h] -dna GENOME_DNA -t TOOLS -tp TOOL_PREDICTIONS -ref REFERENCE_ANNOTATION
113
114
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
114
115
 
115
- ORForise v1.4.2: Aggregate-Compare Run Parameters.
116
+ ORForise v1.4.3: Aggregate-Compare Run Parameters.
116
117
 
117
118
  Required Arguments:
118
119
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -266,7 +267,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
266
267
  usage: GFF_Adder.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add ADDITIONAL_ANNOTATION -o
267
268
  OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-gene_ident GENE_IDENT] [-olap OVERLAP]
268
269
 
269
- ORForise v1.4.2: GFF-Adder Run Parameters.
270
+ ORForise v1.4.3: GFF-Adder Run Parameters.
270
271
 
271
272
  Required Arguments:
272
273
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -328,7 +329,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
328
329
  usage: GFF_Intersector.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add
329
330
  ADDITIONAL_ANNOTATION -o OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-cov COVERAGE]
330
331
 
331
- ORForise v1.4.2: GFF-Intersector Run Parameters.
332
+ ORForise v1.4.3: GFF-Intersector Run Parameters.
332
333
 
333
334
  Required Arguments:
334
335
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -46,7 +46,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
46
46
  usage: Annotation_Compare.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -t TOOL -tp TOOL_PREDICTION
47
47
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
48
48
 
49
- ORForise v1.4.2: Annotatione-Compare Run Parameters.
49
+ ORForise v1.4.3: Annotatione-Compare Run Parameters.
50
50
 
51
51
  Required Arguments:
52
52
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -96,7 +96,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
96
96
  usage: Aggregate_Compare.py [-h] -dna GENOME_DNA -t TOOLS -tp TOOL_PREDICTIONS -ref REFERENCE_ANNOTATION
97
97
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
98
98
 
99
- ORForise v1.4.2: Aggregate-Compare Run Parameters.
99
+ ORForise v1.4.3: Aggregate-Compare Run Parameters.
100
100
 
101
101
  Required Arguments:
102
102
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -250,7 +250,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
250
250
  usage: GFF_Adder.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add ADDITIONAL_ANNOTATION -o
251
251
  OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-gene_ident GENE_IDENT] [-olap OVERLAP]
252
252
 
253
- ORForise v1.4.2: GFF-Adder Run Parameters.
253
+ ORForise v1.4.3: GFF-Adder Run Parameters.
254
254
 
255
255
  Required Arguments:
256
256
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -312,7 +312,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
312
312
  usage: GFF_Intersector.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add
313
313
  ADDITIONAL_ANNOTATION -o OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-cov COVERAGE]
314
314
 
315
- ORForise v1.4.2: GFF-Intersector Run Parameters.
315
+ ORForise v1.4.3: GFF-Intersector Run Parameters.
316
316
 
317
317
  Required Arguments:
318
318
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = ORForise
3
- version = 1.4.2
3
+ version = 1.4.3
4
4
  author = Nicholas Dimonaco
5
5
  author_email = nicholas@dimonaco.co.uk
6
6
  description = ORForise - Platform for analysing and comparing Prokaryote CoDing Sequence (CDS) Gene Predictions.
@@ -230,7 +230,8 @@ def candidate_ORF_Selection(gene_Set,
230
230
  for c_Pos, c_ORF_Details in candidate_ORFs.items():
231
231
  o_Start = int(c_Pos.split(',')[0])
232
232
  o_Stop = int(c_Pos.split(',')[1])
233
- coverage = c_ORF_Details[3]
233
+ # Below is not a long term fix
234
+ coverage = c_ORF_Details[-1]
234
235
  orf_Set = set(range(o_Start, o_Stop + 1))
235
236
  if coverage > current_Coverage:
236
237
  current_Coverage = coverage
@@ -4,7 +4,7 @@ import collections
4
4
  # Constants
5
5
  SHORT_ORF_LENGTH = 300
6
6
  MIN_COVERAGE = 75
7
- ORForise_Version = 'v1.4.2'
7
+ ORForise_Version = 'v1.4.3'
8
8
 
9
9
 
10
10
  def revCompIterative(watson): # Gets Reverse Complement
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ORForise
3
- Version: 1.4.2
3
+ Version: 1.4.3
4
4
  Summary: ORForise - Platform for analysing and comparing Prokaryote CoDing Sequence (CDS) Gene Predictions.
5
5
  Home-page: https://github.com/NickJD/ORForise
6
6
  Author: Nicholas Dimonaco
@@ -13,6 +13,7 @@ Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: numpy
16
+ Dynamic: license-file
16
17
 
17
18
  # ORForise - Prokaryote Genome Annotation Analysis and Comparison Platform
18
19
  ## Published in Bioinformatics : https://academic.oup.com/bioinformatics/article/38/5/1198/6454948
@@ -62,7 +63,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
62
63
  usage: Annotation_Compare.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -t TOOL -tp TOOL_PREDICTION
63
64
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
64
65
 
65
- ORForise v1.4.2: Annotatione-Compare Run Parameters.
66
+ ORForise v1.4.3: Annotatione-Compare Run Parameters.
66
67
 
67
68
  Required Arguments:
68
69
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -112,7 +113,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
112
113
  usage: Aggregate_Compare.py [-h] -dna GENOME_DNA -t TOOLS -tp TOOL_PREDICTIONS -ref REFERENCE_ANNOTATION
113
114
  [-rt REFERENCE_TOOL] [-o OUTNAME] [-v {True,False}]
114
115
 
115
- ORForise v1.4.2: Aggregate-Compare Run Parameters.
116
+ ORForise v1.4.3: Aggregate-Compare Run Parameters.
116
117
 
117
118
  Required Arguments:
118
119
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -266,7 +267,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
266
267
  usage: GFF_Adder.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add ADDITIONAL_ANNOTATION -o
267
268
  OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-gene_ident GENE_IDENT] [-olap OVERLAP]
268
269
 
269
- ORForise v1.4.2: GFF-Adder Run Parameters.
270
+ ORForise v1.4.3: GFF-Adder Run Parameters.
270
271
 
271
272
  Required Arguments:
272
273
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
@@ -328,7 +329,7 @@ Please report any issues to: https://github.com/NickJD/ORForise/issues
328
329
  usage: GFF_Intersector.py [-h] -dna GENOME_DNA -ref REFERENCE_ANNOTATION -at ADDITIONAL_TOOL -add
329
330
  ADDITIONAL_ANNOTATION -o OUTPUT_FILE [-rt REFERENCE_TOOL] [-gi GENE_IDENT] [-cov COVERAGE]
330
331
 
331
- ORForise v1.4.2: GFF-Intersector Run Parameters.
332
+ ORForise v1.4.3: GFF-Intersector Run Parameters.
332
333
 
333
334
  Required Arguments:
334
335
  -dna GENOME_DNA Genome DNA file (.fa) which both annotations are based on
File without changes
File without changes