Skip to content

Releases: AstrobioMike/GToTree

GToTree v1.8.17

12 May 01:06

Choose a tag to compare

  • minor updates to gtt-gen-SCG-HMMs
    • adjusted some things that may have caused it to fail sometimes
    • it now re-uses the main GToTree-stored NCBI assembly data instead of always pulling its own for each run
    • and also uses latest PFam version again since the interpro folks added back in the data we needed (see #104 and https://github.com/ProteinsWebTeam/interpro7-api/issues/175) 👍

GToTree v1.8.16

09 Jul 21:28

Choose a tag to compare

  • Fix to gtt-get-accessions-from-GTDB erroring out after initial use thanks to note from @MariaAVC

GToTree v1.8.15

27 Jun 14:25
70b992f

Choose a tag to compare

Added

  • added a flag to gtt-get-accessions-from-GTDB (--use-ecogenomics) to allow specifing to download from data.gtdb.ecogenomic.org/releases instead of the default data.ace.uq.edu.au/public/gtdb/data/releases thanks to the suggestion from @Stian-2rz (#107)
  • a partitions file in nexus format (<outdir>/run_files/Partitions.nex) is produced in addition to the regular text-formatted one (<outdir>/run_files/Partitions.txt), because for some iqtree model settings the txt format has leads to a bug – also thanks to @Stian-2rz! (#108)

Changed

  • currently skipping certificate checking on GTDB downloads (prompted from #107)
    • this impacts gtt-get-accessions-from-GTDB and the internally used gtt-check-or-setup-GTDB-files

GToTree v1.8.14

21 Apr 15:41
16032e0

Choose a tag to compare

  • change to taxonkit call when adding NCBI tax info (now using reformat2 and a pattern) in order to deal with NCBI tax-structure update

GToTree v1.8.13

18 Mar 15:10

Choose a tag to compare

  • change to gtt-gen-SCG-HMMs to only use Pfam 37.0 for now (as later versions don't have one of the required files; see #104)

GToTree v1.8.12

11 Mar 21:17
60c5daa

Choose a tag to compare

GToTree v1.8.11

10 Mar 18:21
735c7d6

Choose a tag to compare

  • added VeryFastTree as a treeing method option thanks to user-feedback from @jianshu93 (#96; 6d997f9)

GToTree v1.8.10

03 Feb 15:48

Choose a tag to compare

  • saving ncbi downloaded files when debug flag (-d) is set as requested in #95, implemented in #102
    • with the debug flag set while running, it will keep specific files in <output_dir>/<tmp_dir>/ncbi-downloads/:
      • if amino-acid seqs are used, it will keep the downloaded amino-acid seqs
      • if there were no amino-acid seqs, and the genome had to be downloaded, it will keep the downloaded genome and the prodigal-called amino-acid seqs
      • if using nucleotide mode (-z), it will keep the downloaded genome and the prodigal-called nt cds and amino-acid seqs

GToTree v1.8.9

31 Jan 15:55

Choose a tag to compare

  • added logic to catch, exit, and report when muscle doesn't successfully produce an alignment for a single-copy gene-set (thanks to #101)

GToTree v1.8.8

07 Oct 19:18

Choose a tag to compare

  • properly saving additional pfam target HMMs when that functionality is used
  • updated the call to FastTree and FastTreeMP to be include -nt and -gtr when GToTree is run in nucleotide mode (-z)