# HG changeset patch # User gkumar09 # Date 1443036278 14400 # Node ID e2e6533f2514f458ac2acb22810c1f8be4f2c680 # Parent 8bf618c08b4dfe46b498df264afc735787067374 Uploaded diff -r 8bf618c08b4d -r e2e6533f2514 transcriptsToOrfs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/transcriptsToOrfs.xml Wed Sep 23 15:24:38 2015 -0400 @@ -0,0 +1,53 @@ + + + Trinity Transcripts to Candidate Peptides + + trinity + + + trinityToolWrapper.py Analysis/Coding/transcripts_to_best_scoring_ORFs.pl + + -t $transcripts + -m $min_prot_length + --CPU $CPU + --search_pfam "${ filter( lambda x: str( x[0] ) == str( $pfam_db ), $__app__.tool_data_tables[ 'pfam_databases' ].get_fields() )[0][-1] }" + + #if str($strand_specificity) == 'SS': + -S + #end if + + ## direct to output + > output + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trinity is a de novo transcript assembler that uses RNA-seq data as input. This tool runs all Trinity_ commands--Inchworm, Chrysalis, and Butterfly--in a single pass. + + .. _Trinity: http://trinityrnaseq.sourceforge.net + +