# HG changeset patch # User gkumar09 # Date 1444406110 14400 # Node ID 628d7f5479a6d1106f7c4509276d5b6e7690b8ef Uploaded diff -r 000000000000 -r 628d7f5479a6 alignreads.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/alignreads.xml Fri Oct 09 11:55:10 2015 -0400 @@ -0,0 +1,138 @@ + + + alignReads: short read alignment tool wrapper + + trinity + + + + trinityToolWrapper.py util/alignReads.pl --target $target -o alignment --aligner $aligner_selection.aligner + + + ## Inputs. + #if str($inputs.paired_or_single) == "paired": + --left $inputs.left_input --right $inputs.right_input + #if $inputs.left_input.ext == 'fa': + --seqType fa + #else: + --seqType fq + #end if + #if str($inputs.library_type) != "None": + --SS_lib_type $inputs.library_type + #end if + --max_dist_between_pairs $inputs.max_dist_between_pairs + #else: + --single $inputs.input + #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 + + ## Additional parameters. + ##if str($inputs.use_additional) == "yes": + ## -- $inputs.additional_params + ##end if + + + ## direct to output + > outCapture.txt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .. _Trinity: http://trinityrnaseq.sourceforge.net + +