comparison align_and_estimate_abundance.xml @ 0:972c930ed278 draft

Uploaded
author anmoljh
date Thu, 27 Aug 2015 12:23:47 -0400
parents
children 16aaa05e7d67
comparison
equal deleted inserted replaced
-1:000000000000 0:972c930ed278
1 <tool id='align_and_estimate_abundance' name='Align and Estimate Abundance' version='r20140717'>
2
3 <description> using utility align_and_estimate_abundance.pl</description>
4
5 <requirements>
6 <requirement type="package" version="r20140717">trinityrnaseq</requirement>
7 <requirement type="package" version="0.12.7">bowtie</requirement>
8 <requirement type="package" version="2.1">samtools</requirement>
9 <requirement type="package" version="1.5.1">eXpress</requirement>
10 </requirements>
11
12 <command> \$TRINITY_HOME/util/align_and_estimate_abundance.pl
13 --transcripts $transcripts
14 --est_method $est_method
15 --aln_method $aln_method
16 --prep_reference
17
18 ## Inputs.
19 #if str($reads.paired_or_single) == "paired":
20
21 --left $reads.left_input --right $reads.right_input
22
23 #if $reads.left_input.ext == 'fa':
24 --seqType fa
25 #else:
26 --seqType fq
27 #end if
28
29 ## Additional parameters.
30 #if str($reads.optional.use_options) == "yes":
31
32 #if str($reads.optional.library_type) != "None":
33 --SS_lib_type $reads.optional.library_type
34 #end if
35
36
37
38 #end if
39
40 #else:
41 --single $reads.input
42
43 #if str($reads.input.ext) == 'fa':
44 --seqType fa
45 #else:
46 --seqType fq
47 #end if
48
49 ## Additional parameters.
50 #if str($reads.optional.use_option) == "yes":
51
52 #if str($reads.additional_params.library_type) != "None":
53 --SS_lib_type $reads.optional.library_type
54 #end if
55
56 #end if
57 #end if
58
59 ## direct to output
60 &gt; $align_and_estimate_abundance_log 2&gt;&amp;1
61
62 </command>
63