# HG changeset patch # User ycogne # Date 1480670004 18000 # Node ID 38461a69ece5697d37ebc2ba0d11f2b83175dfed Uploaded diff -r 000000000000 -r 38461a69ece5 bridger.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bridger.xml Fri Dec 02 04:13:24 2016 -0500 @@ -0,0 +1,104 @@ + + de novo assembly of RNA-Seq data + + ycogne/bridger + + + /usr/bin/Bridger_r2014-12-01/Bridger.pl + + #if $inputs.paired_or_single == "paired": + + --left $inputs.left_input + + --right $inputs.right_input + + #if $inputs.left_input.is_of_type('fasta'): + --seqType fa + #else: + --seqType fq + #end if + + #if $inputs.strand.is_strand_specific: + --SS_lib_type $inputs.strand.library_type + #end if + + + + #else: + --single $inputs.input + + #if $inputs.input.is_of_type('fasta'): + --seqType fa + #else: + --seqType fq + #end if + + #if $inputs.strand.is_strand_specific: + --SS_lib_type $inputs.strand.library_type + #end if + #end if + + --CPU $additional_params.CPU_usage + -k $additional_params.kmer_used + + -o /home/results/Bridger 2>1 ; + mv /home/results/Bridger/Bridger.fasta $assembled_transcripts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + https://github.com/fmaguire/Bridger_Assembler + + + +