annotate align_and_estimate_abundance.xml @ 0:972c930ed278 draft

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