# HG changeset patch # User gkumar09 # Date 1443036102 14400 # Node ID 0fba4f817c44cb663381c332b5cfa0c9af41ddff # Parent a40a7ffdf14a7084b88841cd83d6f61e708c2eb8 Uploaded diff -r a40a7ffdf14a -r 0fba4f817c44 alignreads.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/alignreads.xml Wed Sep 23 15:21:42 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 + +