FunVIP 0.3.22.2__tar.gz → 0.3.23.1__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 (219) hide show
  1. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/PKG-INFO +2 -2
  2. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/requires.txt +1 -1
  3. {funvip-0.3.22.2 → funvip-0.3.23.1}/PKG-INFO +2 -2
  4. {funvip-0.3.22.2 → funvip-0.3.23.1}/README.md +11 -8
  5. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/cluster.py +2 -1
  6. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/command.py +5 -0
  7. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/tree_interpretation.py +19 -1
  8. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/validate_option.py +13 -0
  9. {funvip-0.3.22.2 → funvip-0.3.23.1}/pyproject.toml +2 -2
  10. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/SOURCES.txt +0 -0
  11. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/dependency_links.txt +0 -0
  12. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/entry_points.txt +0 -0
  13. {funvip-0.3.22.2 → funvip-0.3.23.1}/FunVIP.egg-info/top_level.txt +0 -0
  14. {funvip-0.3.22.2 → funvip-0.3.23.1}/LICENSE +0 -0
  15. {funvip-0.3.22.2 → funvip-0.3.23.1}/MANIFEST.in +0 -0
  16. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/FunVIP_GUI.py +0 -0
  17. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/__init__.py +0 -0
  18. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/data/Option_manager.xlsx +0 -0
  19. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/data/__init__.py +0 -0
  20. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/data/genus_line.txt +0 -0
  21. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/Uninstall-ncbi-blast-2.12.0+.exe +0 -0
  22. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/blastn.exe +0 -0
  23. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/cleanup-blastdb-volumes.py +0 -0
  24. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/get_species_taxids.sh +0 -0
  25. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/legacy_blast.pl +0 -0
  26. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/makeblastdb.exe +0 -0
  27. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/nghttp2.dll +0 -0
  28. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/bin/update_blastdb.pl +0 -0
  29. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/BLAST_Windows/doc/README.txt +0 -0
  30. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/FastTree_Windows/FastTree.exe +0 -0
  31. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/Documentation/Gblocks_documentation.html +0 -0
  32. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/Gblocks.exe +0 -0
  33. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/more_alignments/cox2.pir +0 -0
  34. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/more_alignments/cytb.pir +0 -0
  35. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/more_alignments/nad3.pir +0 -0
  36. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/more_alignments/nad5.pir +0 -0
  37. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/nad3.pir +0 -0
  38. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/Gblocks_Windows_0.91b/Gblocks_0.91b/paths +0 -0
  39. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/MAFFT_LICENSE +0 -0
  40. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/MAFFT_Windows.zip +0 -0
  41. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/RAxML_Windows/GPL-3.0.txt +0 -0
  42. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/RAxML_Windows/README +0 -0
  43. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/RAxML_Windows/raxmlHPC-PTHREADS-AVX2.exe +0 -0
  44. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/__init__.py +0 -0
  45. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/bin/iqtree2-click.exe +0 -0
  46. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/bin/iqtree2.exe +0 -0
  47. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/bin/libiomp5md.dll +0 -0
  48. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/example.cf +0 -0
  49. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/example.nex +0 -0
  50. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/example.phy +0 -0
  51. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/iqtree/models.nex +0 -0
  52. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/LICENSE.md +0 -0
  53. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/README.md +0 -0
  54. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/busybox.exe +0 -0
  55. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cygbz2-1.dll +0 -0
  56. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cyggcc_s-seh-1.dll +0 -0
  57. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cyggomp-1.dll +0 -0
  58. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cygstdc++-6.dll +0 -0
  59. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cygwin1.dll +0 -0
  60. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/cygz.dll +0 -0
  61. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/bin/mmseqs.exe +0 -0
  62. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/examples/QUERY.fasta +0 -0
  63. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM10.out +0 -0
  64. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM100.out +0 -0
  65. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM110.out +0 -0
  66. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM120.out +0 -0
  67. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM130.out +0 -0
  68. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM140.out +0 -0
  69. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM150.out +0 -0
  70. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM160.out +0 -0
  71. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM170.out +0 -0
  72. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM180.out +0 -0
  73. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM190.out +0 -0
  74. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM20.out +0 -0
  75. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM30.out +0 -0
  76. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM40.out +0 -0
  77. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM50.out +0 -0
  78. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM60.out +0 -0
  79. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM70.out +0 -0
  80. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM80.out +0 -0
  81. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/PAM90.out +0 -0
  82. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML10.out +0 -0
  83. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML120.out +0 -0
  84. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML160.out +0 -0
  85. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML20.out +0 -0
  86. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML40.out +0 -0
  87. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/VTML80.out +0 -0
  88. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum100.out +0 -0
  89. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum30.out +0 -0
  90. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum35.out +0 -0
  91. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum40.out +0 -0
  92. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum45.out +0 -0
  93. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum50.out +0 -0
  94. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum55.out +0 -0
  95. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum60.out +0 -0
  96. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum62.out +0 -0
  97. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum65.out +0 -0
  98. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum70.out +0 -0
  99. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum75.out +0 -0
  100. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum80.out +0 -0
  101. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum85.out +0 -0
  102. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum90.out +0 -0
  103. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/blosum95.out +0 -0
  104. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/matrices/nucleotide.out +0 -0
  105. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/mmseqs.bat +0 -0
  106. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/mmseqs_Windows/util/bash-completion.sh +0 -0
  107. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/AUTHORS +0 -0
  108. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/CHANGELOG +0 -0
  109. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/LICENSE +0 -0
  110. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/README +0 -0
  111. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/bin/libgcc_s_dw2-1.dll +0 -0
  112. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/bin/libstdc++-6.dll +0 -0
  113. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/bin/trimal.exe +0 -0
  114. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/check_codon_alignments.py +0 -0
  115. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/compare_trimmed_msas.sh +0 -0
  116. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/generateRandomAlignmentsUsingAsSeedRealAlignments.py +0 -0
  117. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/generate_trimmed_msas.sh +0 -0
  118. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/get_sequence_representative_from_alignment.py +0 -0
  119. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/get_sequences_gaps_ratio.py +0 -0
  120. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/remove_shorter_sequences.py +0 -0
  121. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/selective_trimming_for_dNdS_analyses.based_neighbours.py +0 -0
  122. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/scripts/set_manual_boundaries.py +0 -0
  123. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/alignment.cpp +0 -0
  124. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/alignment.h +0 -0
  125. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/alignment.o +0 -0
  126. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/autAlignment.cpp +0 -0
  127. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/autAlignment.o +0 -0
  128. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/compareFiles.cpp +0 -0
  129. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/compareFiles.h +0 -0
  130. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/compareFiles.o +0 -0
  131. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/defines.h +0 -0
  132. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/main.cpp +0 -0
  133. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/makefile +0 -0
  134. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/makefile.MacOS +0 -0
  135. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/readAl.cpp +0 -0
  136. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/readal.exe +0 -0
  137. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/rwAlignment.cpp +0 -0
  138. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/rwAlignment.o +0 -0
  139. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/sequencesMatrix.cpp +0 -0
  140. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/sequencesMatrix.h +0 -0
  141. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/sequencesMatrix.o +0 -0
  142. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/similarityMatrix.cpp +0 -0
  143. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/similarityMatrix.h +0 -0
  144. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/similarityMatrix.o +0 -0
  145. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statAl.cpp +0 -0
  146. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statal.exe +0 -0
  147. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsConservation.cpp +0 -0
  148. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsConservation.h +0 -0
  149. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsConservation.o +0 -0
  150. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsFiles.cpp +0 -0
  151. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsFiles.h +0 -0
  152. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsGaps.cpp +0 -0
  153. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsGaps.h +0 -0
  154. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/statisticsGaps.o +0 -0
  155. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/utils.cpp +0 -0
  156. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/utils.h +0 -0
  157. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/utils.o +0 -0
  158. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/external/trimal.v1.4/trimAl/source/values.h +0 -0
  159. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/main.py +0 -0
  160. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/preset/.gitignore +0 -0
  161. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/preset/accurate.yaml +0 -0
  162. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/preset/fast.yaml +0 -0
  163. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/.gitignore +0 -0
  164. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__init__.py +0 -0
  165. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/CATV_pipe.cpython-310.pyc +0 -0
  166. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/CAT_V.cpython-310.pyc +0 -0
  167. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/CAT_V.cpython-39.pyc +0 -0
  168. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/CAT_V_pipe.cpython-39.pyc +0 -0
  169. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/__init__.cpython-310.pyc +0 -0
  170. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/__init__.cpython-39.pyc +0 -0
  171. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/align.cpython-310.pyc +0 -0
  172. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/cluster.cpython-39.pyc +0 -0
  173. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/dataset.cpython-39.pyc +0 -0
  174. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/ext.cpython-310.pyc +0 -0
  175. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/ext.cpython-39.pyc +0 -0
  176. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/hasher.cpython-39.pyc +0 -0
  177. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/initialize.cpython-39.pyc +0 -0
  178. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/io.cpython-310.pyc +0 -0
  179. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/io.cpython-39.pyc +0 -0
  180. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/logger.cpython-39.pyc +0 -0
  181. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/modeltest.cpython-39.pyc +0 -0
  182. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/multigene.cpython-39.pyc +0 -0
  183. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/ncbi.cpython-39.pyc +0 -0
  184. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/opt_generator.cpython-39.pyc +0 -0
  185. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/reporter.cpython-39.pyc +0 -0
  186. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/search.cpython-39.pyc +0 -0
  187. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/tool.cpython-39.pyc +0 -0
  188. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/validation.cpython-39.pyc +0 -0
  189. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/__pycache__/visualize.cpython-39.pyc +0 -0
  190. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/align.py +0 -0
  191. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/concatenate.py +0 -0
  192. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/dataset.py +0 -0
  193. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/ext.py +0 -0
  194. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/hasher.py +0 -0
  195. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/initialize.py +0 -0
  196. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/logger.py +0 -0
  197. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/logics.py +0 -0
  198. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/modeltest.py +0 -0
  199. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/ncbi.py +0 -0
  200. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/opt_generator.py +0 -0
  201. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/reporter.py +0 -0
  202. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/save.py +0 -0
  203. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/search.py +0 -0
  204. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/templates/template.html +0 -0
  205. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/tool.py +0 -0
  206. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/tree.py +0 -0
  207. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/tree_interpretation_pipe.py +0 -0
  208. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/trim.py +0 -0
  209. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/validate_input.py +0 -0
  210. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/validation.py +0 -0
  211. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/src/version.py +0 -0
  212. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/penicillium/DB/DB_Penicillium.xlsx +0 -0
  213. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/penicillium/Options.config +0 -0
  214. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/penicillium/Query/Query.xlsx +0 -0
  215. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/penicillium/preset.yaml +0 -0
  216. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/terrei/DB/FunVIP_Aspergillus_db.xlsx +0 -0
  217. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/terrei/Query/FunVIP_Aspergillus_query.xlsx +0 -0
  218. {funvip-0.3.22.2 → funvip-0.3.23.1}/funvip/test_dataset/terrei/preset.yaml +0 -0
  219. {funvip-0.3.22.2 → funvip-0.3.23.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FunVIP
3
- Version: 0.3.22.2
3
+ Version: 0.3.23.1
4
4
  Summary: Fungal Validation & Identification Pipeline
5
5
  Author-email: Changwan Seo <wan101010@snu.ac.kr>
6
6
  License: GPL-3.0
@@ -14,7 +14,7 @@ Requires-Dist: dendropy
14
14
  Requires-Dist: GenMine<1.2.0,>=1.1.0
15
15
  Requires-Dist: lxml
16
16
  Requires-Dist: matplotlib
17
- Requires-Dist: numpy
17
+ Requires-Dist: numpy<2.0.0
18
18
  Requires-Dist: openpyxl==3.0.9
19
19
  Requires-Dist: pandas==1.4.2
20
20
  Requires-Dist: plotly==5.9.0
@@ -5,7 +5,7 @@ dendropy
5
5
  GenMine<1.2.0,>=1.1.0
6
6
  lxml
7
7
  matplotlib
8
- numpy
8
+ numpy<2.0.0
9
9
  openpyxl==3.0.9
10
10
  pandas==1.4.2
11
11
  plotly==5.9.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FunVIP
3
- Version: 0.3.22.2
3
+ Version: 0.3.23.1
4
4
  Summary: Fungal Validation & Identification Pipeline
5
5
  Author-email: Changwan Seo <wan101010@snu.ac.kr>
6
6
  License: GPL-3.0
@@ -14,7 +14,7 @@ Requires-Dist: dendropy
14
14
  Requires-Dist: GenMine<1.2.0,>=1.1.0
15
15
  Requires-Dist: lxml
16
16
  Requires-Dist: matplotlib
17
- Requires-Dist: numpy
17
+ Requires-Dist: numpy<2.0.0
18
18
  Requires-Dist: openpyxl==3.0.9
19
19
  Requires-Dist: pandas==1.4.2
20
20
  Requires-Dist: plotly==5.9.0
@@ -22,11 +22,12 @@ An automatic tree-based sequence identification and validation pipeline for fung
22
22
  - Data validation algorithm implemented
23
23
 
24
24
 
25
- # See [tutorial](https://github.com/Changwanseo/FunVIP/blob/main/tutorial/tutorial.md) for detailed usage
25
+ ## See [tutorial](https://github.com/Changwanseo/FunVIP/blob/main/tutorial/tutorial.md) for step by step tutorial
26
+ ## See [documentation](https://github.com/Changwanseo/FunVIP/blob/main/Documentation.md) for advanced usage
26
27
 
27
28
 
28
29
  ## Requirements
29
- - Conda environment (See [https://www.anaconda.com/products/individual](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) to how to install conda environment)
30
+ - Conda environment (See [https://www.anaconda.com/products/individual](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) for how to install conda environment)
30
31
 
31
32
  <!--
32
33
  ## Installation with conda (May not work with Linux or Mac)
@@ -37,7 +38,8 @@ An automatic tree-based sequence identification and validation pipeline for fung
37
38
  If this one fails, use next one
38
39
  -->
39
40
 
40
- ## Windows
41
+ ## Installation
42
+ ### Windows
41
43
  1. Install visual c++ [here](https://visualstudio.microsoft.com/visual-cpp-build-tools/)
42
44
  2. ```conda create -n FunVIP python>=3.8```
43
45
  3. ```conda activate FunVIP```
@@ -47,17 +49,18 @@ If this one fails, use next one
47
49
  * For upgrade use this command
48
50
  ``` pip install FunVIP --upgrade ```
49
51
 
50
- ## Linux
52
+ ### Linux
51
53
  1. ```conda create -n FunVIP python>=3.8```
52
54
  2. ```conda activate FunVIP```
53
55
  3. ```pip install FunVIP```
54
- 4. ```conda install -c bioconda raxml iqtree modeltest-ng mmseqs2 "blast>=2.12" mafft trimal gblocks fasttree```
55
- 5. run ```FunVIP --test Terrei --email [your email] ``` to check installation
56
+ 4. ```conda config --add channels conda-forge```
57
+ 5. ```conda install -c bioconda raxml iqtree "modeltest-ng>=0.1.7" mmseqs2 "blast>=2.12" mafft trimal gblocks fasttree```
58
+ 6. run ```FunVIP --test Terrei --email [your email] ``` to check installation
56
59
 
57
60
 
58
61
  * For intel mac system, this method probably work, but we couldn't test it because we don't have any intel mac device. We're looking for feedbacks in intel mac
59
62
 
60
- ## Apple Silicon Mac
63
+ ### Apple Silicon Mac
61
64
  1. ```CONDA_SUBDIR=osx-64 conda create -n FunVIP python>=3.8```
62
65
  2. ```conda activate FunVIP```
63
66
  3. ```conda config --env --set subdir osx-64```
@@ -66,7 +69,7 @@ If this one fails, use next one
66
69
  6. ```conda install -c bioconda raxml iqtree mmseqs2 "blast>=2.12" mafft trimal gblocks fasttree```
67
70
  7. run ```FunVIP --test Terrei --email [your email] ``` to check installation
68
71
 
69
- ## Installation from source (For developers and core users)
72
+ ### Installation from source (For developers and core users)
70
73
  * this is for developmental steps
71
74
  1. ```git clone https://github.com/Changwanseo/FunVIP.git```
72
75
  2. Move to ```~/FunVIP```
@@ -484,7 +484,8 @@ def pipe_append_outgroup(V, path, opt):
484
484
  else:
485
485
  V.dict_dataset[group][gene].list_og_FI = outgroup
486
486
  # Add ambiguous group to FI
487
- V.dict_dataset[group][gene].list_db_FI += ambiguous_group
487
+ if opt.ambiguous is True:
488
+ V.dict_dataset[group][gene].list_db_FI += ambiguous_group
488
489
  # Add outgroup and db in to dict_hash_FI
489
490
 
490
491
  # Should find out why this does not work at the end
@@ -303,6 +303,11 @@ class CommandParser:
303
303
  help="outgroupoffset value. Highering this value may select more distant outgroup, default : 20",
304
304
  type=int,
305
305
  )
306
+ group_advanced.add_argument(
307
+ "--noambiguous",
308
+ action="store_true",
309
+ help="do not include ambiguous samples for sequence-set. Mostly for metabarcoding analysis",
310
+ )
306
311
 
307
312
  # Cache
308
313
  group_cache = self.parser.add_argument_group(
@@ -672,15 +672,22 @@ class Tree_information:
672
672
  elif children.support > self.opt.collapsebscutoff:
673
673
  return False
674
674
  return True
675
+ # if taxon dict.keys() have 1 species: 1 kinds of species
675
676
  elif len(taxon_dict.keys()) == 1:
676
677
  # if taxon dict.keys() have only 1 species: group assigned
677
678
  for children in clade.children:
679
+ other_children = list(set(clade.children) - set([children]))[0]
680
+
678
681
  # check query branch
679
682
  if self.find_majortaxon(children, gene)[1].startswith("sp."):
680
683
  if children.dist > self.opt.collapsedistcutoff:
681
684
  return False
682
685
  elif children.support > self.opt.collapsebscutoff:
683
686
  return False
687
+ elif other_children.dist > self.opt.collapsebscutoff:
688
+ return False
689
+ elif other_children.dist > self.opt.collapsedistcutoff:
690
+ return False
684
691
  return True
685
692
  else:
686
693
  # more than 2 species : not monophyletic
@@ -720,8 +727,10 @@ class Tree_information:
720
727
  return "db"
721
728
 
722
729
  # decides if the clade is monophyletic
730
+ # Warning there are other is_monophyletic function
723
731
  def is_monophyletic(self, clade, gene, taxon):
724
732
  taxon_dict = self.taxon_count(clade, gene)
733
+ # print(taxon_dict)
725
734
  # if taxon dict.keys() have 0 species: all query
726
735
  # if any of the branch length was too long or bootstrap is to distinctive : False
727
736
  if len(taxon_dict.keys()) == 0:
@@ -735,19 +744,26 @@ class Tree_information:
735
744
  # if taxon dict.keys() have only 1 species: group assigned
736
745
  elif len(taxon_dict.keys()) == 1:
737
746
  for children in clade.children:
747
+ other_children = list(set(clade.children) - set([children]))[0]
748
+
738
749
  if self.find_majortaxon(children, gene)[1].startswith("sp."):
739
750
  if children.dist > self.opt.collapsedistcutoff:
740
751
  return False
741
752
  elif children.support > self.opt.collapsebscutoff:
742
753
  return False
754
+ elif other_children.dist > self.opt.collapsebscutoff:
755
+ return False
756
+ elif other_children.dist > self.opt.collapsedistcutoff:
757
+ return False
743
758
  return True
744
759
  else: # more than 2 species : not monophyletic
745
760
  return False
746
761
 
762
+ ## Start of local_check_monophyletic
747
763
  # if clade only has query species or not
748
764
  datatype = decide_clade(clade, gene)
749
765
 
750
- # if only one clade, it is firmly monophyletic
766
+ # if only one clade, it is confirmly monophyletic
751
767
  if len(clade.children) == 1:
752
768
  return datatype, True
753
769
 
@@ -759,6 +775,8 @@ class Tree_information:
759
775
  else:
760
776
  return datatype, False
761
777
 
778
+ ## End of local_check_monophyletic
779
+
762
780
  def local_generate_collapse_information(self, clade, opt=None):
763
781
  collapse_info = Collapse_information()
764
782
  collapse_info.query_list = self.query_list
@@ -85,6 +85,7 @@ class Option:
85
85
  self.solveflat = True
86
86
  self.regex = None
87
87
  self.avx = True
88
+ self.ambiguous = True
88
89
  self.cachedb = True
89
90
  self.usecache = True
90
91
  self.tableformat = "csv"
@@ -165,6 +166,8 @@ class Option:
165
166
  self.regex = parser_dict[key]
166
167
  elif key.lower() in ("avx"):
167
168
  self.avx = parser_dict[key]
169
+ elif key.lower() in ("ambiguous"):
170
+ self.ambiguous = parser_dict[key]
168
171
  elif key.lower() in ("allow-innertrimming"):
169
172
  self.allow_innertrimming = parser_dict[key]
170
173
  elif key.lower() in ("criterion"):
@@ -522,6 +525,12 @@ class Option:
522
525
  except:
523
526
  pass
524
527
 
528
+ try:
529
+ if parser.noambiguous is True:
530
+ self.ambiguous = False
531
+ except:
532
+ pass
533
+
525
534
  try:
526
535
  if not parser.criterion is None:
527
536
  self.criterion = parser.criterion
@@ -1398,6 +1407,10 @@ class Option:
1398
1407
  list_warning.append(f"AVX is not available. Changing --noavx to True")
1399
1408
  self.avx = False
1400
1409
 
1410
+ # noambiguous
1411
+ # default : False
1412
+ # if used, set True
1413
+
1401
1414
  # criterion
1402
1415
  # default : BIC
1403
1416
  # Should be one of AIC, AICc, BIC
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "FunVIP"
3
- version = "0.3.22.2"
3
+ version = "0.3.23.1"
4
4
  description = "Fungal Validation & Identification Pipeline"
5
5
  authors = [{name = "Changwan Seo", email = "wan101010@snu.ac.kr"}]
6
6
  urls = { "Homepage" = "https://github.com/Changwanseo/FunVIP" }
@@ -14,7 +14,7 @@ dependencies = [
14
14
  "GenMine>=1.1.0, <1.2.0",
15
15
  "lxml",
16
16
  "matplotlib",
17
- "numpy",
17
+ "numpy<2.0.0",
18
18
  "openpyxl==3.0.9",
19
19
  "pandas==1.4.2",
20
20
  "plotly==5.9.0",
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