Mercurial > repos > fubar > rgrnastar_203e
comparison rgrnastar/rg_rnaStar.xml @ 12:f81bf1f1d924 draft
Uploaded
author | fubar |
---|---|
date | Mon, 12 Aug 2013 19:56:13 -0400 |
parents | 94c94e25d61c |
children | 9f65a7b3abeb |
comparison
equal
deleted
inserted
replaced
11:94c94e25d61c | 12:f81bf1f1d924 |
---|---|
16 --genomeDir ${refGenomeSource.index.fields.path} | 16 --genomeDir ${refGenomeSource.index.fields.path} |
17 --readFilesIn $input1 | 17 --readFilesIn $input1 |
18 #if $singlePaired.sPaired == "paired" | 18 #if $singlePaired.sPaired == "paired" |
19 $singlePaired.input2 | 19 $singlePaired.input2 |
20 #end if | 20 #end if |
21 | |
22 --runThreadN 4 | 21 --runThreadN 4 |
23 | |
24 ## Parameters. | |
25 --outSAMattributes "$outSAMattributes" | |
26 #if $params.settingsType == "full": | 22 #if $params.settingsType == "full": |
27 --chimSegmentMin $params.chim_segment_min | 23 --chimSegmentMin $params.chim_segment_min |
28 --chimScoreMin $params.chim_score_min | 24 --chimScoreMin $params.chim_score_min |
29 #end if | 25 #end if |
30 | 26 |
31 ## may or may not need to generate SAM tags and handle non-canonicals for Cufflinks tools. | 27 ## may or may not need to generate SAM tags and handle non-canonicals for Cufflinks tools. |
32 ${outSAMstrandField} $outFilterIntronMotifs} | 28 ${outSAMstrandField} ${outFilterIntronMotifs} ${outSAMattributes} |
33 | 29 |
34 ; | 30 ; |
35 | 31 |
36 ## | 32 ## |
37 ## BAM conversion. | 33 ## BAM conversion. |
89 <when value="history"> | 85 <when value="history"> |
90 <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select the reference genome" /> | 86 <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select the reference genome" /> |
91 </when> | 87 </when> |
92 </conditional> | 88 </conditional> |
93 <param name="outSAMattributes" type="select" label="Include extra sam attributes for downstream processing"> | 89 <param name="outSAMattributes" type="select" label="Include extra sam attributes for downstream processing"> |
94 <option value="Standard">Standard - eg for old Samtools downstream</option> | 90 <option value="--outSAMattributes Standard">Standard - eg for old Samtools downstream</option> |
95 <option value="All" selected="true">All modern Samtools attributes - see below</option> | 91 <option value="--outSAMattributes All" selected="true">All modern Samtools attributes - see below</option> |
96 </param> | 92 </param> |
97 <param name="outSAMstrandField" type="select" label="Include extra sam attributes for downstream processing"> | 93 <param name="outSAMstrandField" type="select" label="Include extra sam attributes for downstream processing"> |
98 <option value="--outSAMstrandField intronMotif" selected="true">Add XS for cufflinks</option> | 94 <option value="--outSAMstrandField intronMotif" selected="true">Add XS for cufflinks</option> |
99 <option value="">No XS added to sam output</option> | 95 <option value="">No XS added to sam output</option> |
100 </param> | 96 </param> |