# HG changeset patch # User Eric Badger # Date 1396980966 18000 # Node ID 961b5bf3fcc85339a837ad6623b163518df711b4 # Parent 6425d1da3746552aba49ecb72164776875bf48e2 remove other tools diff -r 6425d1da3746 -r 961b5bf3fcc8 RSEM_abundance_estimation.xml --- a/RSEM_abundance_estimation.xml Fri Apr 04 15:30:44 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,91 +0,0 @@ - - run RSEM to estimate transcript abundances - - trinityrnaseq - rsem - - - \$TRINITY_HOME/util/RSEM_util/run_RSEM_align_n_estimate.pl --transcripts $transcripts - ## Inputs. - #if str($read_type.paired_or_single) == "single": - #if $read_type.single_reads.extension.startswith( "fastq"): - --seqType fq - #else - --seqType fa - #end if - --single $read_type.single_reads - #else - #if $read_type.left_reads.extension.startswith( "fastq"): - --seqType fq - #else - --seqType fa - #end if - --left $read_type.left_reads - --right $read_type.right_reads - #end if - #if $transcript.source == "other": - --no_group_by_component - --gene_trans_map $transcript.gene_trans_map - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Each line of should be of the form: gene_id transcript_id ( with the two fields separated by a tab character ) - - - - - - - - - - - - - - - - - - - - - - - .. _Trinity: http://trinityrnaseq.sourceforge.net - - $TRINITY_HOME/util/RSEM_util/run_RSEM_align_n_estimate.pl --transcripts Trinity.fasta \ - --seqType fq --left left.reads.fq --right right.reads.fq - - diff -r 6425d1da3746 -r 961b5bf3fcc8 tool_dependencies.xml --- a/tool_dependencies.xml Fri Apr 04 15:30:44 2014 -0500 +++ b/tool_dependencies.xml Tue Apr 08 13:16:06 2014 -0500 @@ -9,11 +9,5 @@ - - - - - - diff -r 6425d1da3746 -r 961b5bf3fcc8 transcriptsToOrfs.xml --- a/transcriptsToOrfs.xml Fri Apr 04 15:30:44 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,117 +0,0 @@ - - Trinity Transcripts to Candidate Peptides - - trinityrnaseq - hmmer - - - \$TRINITY_HOME/trinity-plugins/transdecoder/transcripts_to_best_scoring_ORFs.pl - -t $transcripts - #if $min_prot_length: - -m $min_prot_length - #end if - #if $retain_long_orfs: - --retain_long_orfs $retain_long_orfs - #end if - #if $training_count: - -T $training_count - #end if - #if str($strand_specificity) == 'SS': - -S - #end if - #if $genetic_code.__str__ != '': - -G $genetic_code - #end if - #if $search.use_pfam == 'yes': - --search_pfam "${ filter( lambda x: str( x[0] ) == str( $search.pfam_db ), $__app__.tool_data_tables[ 'pfam_databases' ].get_fields() )[0][-1] }" - --CPU $search.CPU - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - search['use_pfam'] == 'yes' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ** transcriptsToOrfs ** - Trinity_ is a de novo transcript assembler that uses RNA-seq data as input. - This tool searches for open reading frames in the assembled transcripts. - - .. _Trinity: http://trinityrnaseq.sourceforge.net - - diff -r 6425d1da3746 -r 961b5bf3fcc8 trinityrnaseq.xml --- a/trinityrnaseq.xml Fri Apr 04 15:30:44 2014 -0500 +++ b/trinityrnaseq.xml Tue Apr 08 13:16:06 2014 -0500 @@ -1,4 +1,4 @@ - + De novo assembly of RNA-Seq data Using Trinity @@ -51,10 +51,10 @@ - - - - + + + + diff -r 6425d1da3746 -r 961b5bf3fcc8 trinityrnaseq_norm.xml --- a/trinityrnaseq_norm.xml Fri Apr 04 15:30:44 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,178 +0,0 @@ - - - Pre-process RNA-seq data to reduce coverage of highly covered areas - - trinityrnaseq - - - ## symlink input in work_dir - #if str($inputs.paired_or_single) == "paired": - ln -s $inputs.left_input left_reads && - ln -s $inputs.right_input right_reads && - #else: - ln -s $inputs.input single_reads && - #end if - \${TRINITY_HOME}/util/normalize_by_kmer_coverage.pl --JM $JM --max_cov $max_cov - ## Inputs. - #if str($inputs.paired_or_single) == "paired": - --left left_reads --right right_reads - #if $inputs.left_input.ext == 'fa': - --seqType fa - #else: - --seqType fq - #end if - $inputs.pe_reads_unordered - #if str($inputs.library_type) != "None": - --SS_lib_type $inputs.library_type - #end if - $inputs.pairs_together - $inputs.parallel_stats - #else: - --single single_reads - #if str($inputs.input.ext) == 'fa': - --seqType fa - #else: - --seqType fq - #end if - #if str($inputs.library_type) != "None": - --SS_lib_type $inputs.library_type - #end if - #end if - #if $kmer_size: - --KMER_SIZE $kmer_size - #end if - #if $max_pct_stdev: - --max_pct_stdev $max_pct_stdev - #end if - ## direct stdio to output - | tee $trinity_coverage_normalization_log && - #if str($inputs.paired_or_single) == "paired": - cp left_reads.normalized* $output_left && - cp right_reads.normalized* $output_right - #else: - cp single_reads.normalized* $output_single - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inputs['paired_or_single'] == "paired" - - - inputs['paired_or_single'] == "paired" - - - inputs['paired_or_single'] == "single" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Runs script Trinity_ script util/normalize_by_kmer_coverage.pl which reduces data sizes with minimal impact on recovered transcripts when used by Trinity.pl. - - .. _Trinity: http://trinityrnaseq.sourceforge.net - -