TransDecoder Release v3.0.1

@brianjohnhaas brianjohnhaas released this Oct 31, 2016 · 48 commits to master since this release

minor bugfix release - when checking for required utilities to be installed, doesn't require ^/ in path

Downloads

TransDecoder v3.0.0

@brianjohnhaas brianjohnhaas released this Apr 26, 2016 · 52 commits to master since this release

TransDecoder v3.0.0 includes the following changes:

TransDecoder.LongOrfs now includes parameter '--gene_trans_map ' as a way to retain the gene identifier information. In the case of Cufflinks and Trinity, the gene identifiers will automatically be recognized and retained. For PASA and other inputs, it is necessary to provide the gene-to-transcript identifier mappings in order to generate isoform-clustered output files (gff3).

TransDecoder.Predict now includes flag ' --single_best_orf ' to retain only the single 'best' ORF per transcript. ORFs are prioritized according to homology information (if given the blast and pfam results) and by sequence length, with longer ORFs preferred.

Codon phase information is now included in the GFF3 output files.

The .mRNA files that were generated by default for genome-free TransDecoder runs are now deprecated, but of course the .cds and .pep files are provided.

The sample data sets include examples for running TransDecoder in a few different contexts, including starting from Trinity, PASA, or Cufflinks data.

More useful logging information is provided to it's clearer as to how many orfs are being retained and which are being eliminated along the way.

Downloads

TransDecoder Release v2.1.0

@brianjohnhaas brianjohnhaas released this Mar 11, 2016 · 72 commits to master since this release

-added cpu parameter to TransDecoder.predict
-retaining gene identifier information from cufflinks output
-added sample data and examples for the various use-cases.

Downloads

TransDecoder v2.0.1

@brianjohnhaas brianjohnhaas released this Jan 27, 2015 · 96 commits to master since this release

added the bin/ directory to the util folder so that cd-hit will build and install correctly.

Downloads

TransDecoder Release v2.0

@brianjohnhaas brianjohnhaas released this Jan 26, 2015 · 97 commits to master since this release

2015-01-26 v2.0 release

-overhauled the build
-removed the active searching of Pfam and all MPI-related funcitonality
-runs in 2 phase:
-TransDecoder.LongOrfs : extracs the long ORFs
-TransDecoder.Predict : predicts the likely coding regions among the ORFs
-step can use Pfam and blastp search results (blast support is a new addition)
-run Pfam and/or BlastP searches directly or try using "HPC GridRunner" (http://HpcGridRunner.github.io)

-moved to github

Downloads