Mercurial > repos > iuc > featurecounts
annotate featurecounts.xml @ 4:d417fb66494e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
author | iuc |
---|---|
date | Thu, 26 Jan 2017 12:33:53 -0500 |
parents | dae123c03a74 |
children | 9d60a36b5c6a |
rev | line source |
---|---|
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
1 <tool id="featurecounts" name="featureCounts" version="1.4.6.p5" profile="16.04"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
2 <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files.</description> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
3 <requirements> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="1.4.6p5">subread</requirement> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
5 </requirements> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
6 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
7 <version_command>featureCounts -v 2>&1 | grep .</version_command> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
8 <command><![CDATA[ |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
9 ## Check whether all alignments are from the same type (bam || sam) |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
10 featureCounts |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
11 #if $gtf_source.ref_source=="history": |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
12 -a "$gtf_source.reference_gene_sets" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
13 #else: |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
14 -a "$gtf_source.reference_gene_sets_builtin.fields.path" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
15 #end if |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
16 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
17 -o "output" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
18 -T \${GALAXY_SLOTS:-2} |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
19 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
20 -t "$extended_parameters.gff_feature_type" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
21 -g "$extended_parameters.gff_feature_attribute" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
22 $extended_parameters.summarization_level |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
23 $extended_parameters.contribute_to_multiple_features |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
24 -s $extended_parameters.strand_specificity |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
25 $extended_parameters.multimapping_enabled.multimapping_counts |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
26 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
27 #if str($extended_parameters.multimapping_enabled.multimapping_counts) == " -M" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
28 $extended_parameters.multimapping_enabled.fraction |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
29 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
30 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
31 -Q $extended_parameters.mapping_quality |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
32 $extended_parameters.largest_overlap |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
33 --minOverlap $extended_parameters.min_overlap |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
34 $extended_parameters.read_reduction |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
35 $extended_parameters.primary |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
36 $extended_parameters.ignore_dup |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
37 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
38 #if str($extended_parameters.read_extension_5p) != "0" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
39 --readExtension5 $extended_parameters.read_extension_5p |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
40 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
41 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
42 #if str($extended_parameters.read_extension_3p) != "0" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
43 --readExtension3 $extended_parameters.read_extension_3p |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
44 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
45 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
46 $pe_parameters.fragment_counting_enabled.fragment_counting |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
47 #if str($pe_parameters.fragment_counting_enabled.fragment_counting) == " -p" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
48 $pe_parameters.fragment_counting_enabled.check_distance_enabled.check_distance |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
49 #if str($pe_parameters.fragment_counting_enabled.check_distance_enabled.check_distance) == " -P" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
50 -d $pe_parameters.fragment_counting_enabled.check_distance_enabled.minimum_fragment_length |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
51 -D $pe_parameters.fragment_counting_enabled.check_distance_enabled.maximum_fragment_length |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
52 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
53 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
54 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
55 $pe_parameters.only_both_ends |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
56 -S $pe_parameters.orientation |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
57 $pe_parameters.exclude_chimerics |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
58 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
59 "${alignment}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
60 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
61 ## Removal of comment and column-header line |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
62 && grep -v "^#" "output" | tail -n+2 > body.txt |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
63 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
64 ## Set the right columns for the tabular formats |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
65 #if $format.value == "tabdel_medium" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
66 && cut -f 1,7 body.txt > expression_matrix.txt |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
67 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
68 ## Paste doesn't allow a non ordered list of columns: -f 1,7,8,6 will only return columns 1,7 and 8 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
69 ## Thus the gene length column (last column) has to be added separately |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
70 && cut -f 6 body.txt > gene_lengths.txt |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
71 && paste expression_matrix.txt gene_lengths.txt > expression_matrix.txt.bak |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
72 && mv -f expression_matrix.txt.bak "${output_medium}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
73 #elif $format.value == "tabdel_short" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
74 && cut -f 1,7 body.txt > "${output_short}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
75 #else |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
76 && cp body.txt "${output_full}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
77 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
78 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
79 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
80 #if str($include_feature_length_file) == "true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
81 && cut -f 1,6 body.txt > "${output_feature_lengths}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
82 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
83 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
84 && tail -n+2 "output.summary" > "${output_summary}" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
85 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
86 ]]></command> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
87 <inputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
88 <param name="alignment" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
89 type="data" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
90 multiple="false" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
91 format="bam,sam" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
92 label="Alignment file" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
93 help="The input alignment file(s) where the gene expression has to be counted. The file can have a SAM or BAM format; but ALL files must be in the same format" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
94 |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
95 <conditional name="gtf_source"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
96 <param name="ref_source" type="select" label="Gene annotation file"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
97 <option value="cached">locally cached</option> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
98 <option value="history">in your history</option> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
99 </param> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
100 <when value="cached"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
101 <param name="reference_gene_sets_builtin" type="select" label="Using locally cached annotation" help="If the annotation file you require is not listed here, please contact the Galaxy administrator"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
102 <options from_data_table="gene_sets"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
103 <filter type="sort_by" column="1" /> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
104 <validator type="no_options" message="No annotations are available." /> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
105 </options> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
106 </param> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
107 </when> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
108 <when value="history"> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
109 <param name="reference_gene_sets" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
110 format="gff,gtf,gff3" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
111 type="data" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
112 label="Gene annotation file" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
113 help="The program assumes that the provided annotation file is in GTF format. Make sure that the gene annotation file corresponds to the same reference genome as used for the alignment" /> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
114 </when> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
115 </conditional> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
116 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
117 <param name="format" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
118 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
119 label="Output format" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
120 help="The output format will be tabular, select the preferred columns here"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
121 <option value="tabdel_short" selected="true">Gene-ID "\t" read-count (DESeq2 IUC wrapper compatible)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
122 <option value="tabdel_medium">Gene-ID "\t" read-count "\t" gene-length</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
123 <option value="tabdel_full">featureCounts 1.4.0+ default (includes regions provided by the GTF file)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
124 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
125 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
126 <param name="include_feature_length_file" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
127 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
128 truevalue="true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
129 falsevalue="false" |
2
a80f96e55958
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 9a92d439f147a5cf2370e0686854911107de1144
iuc
parents:
1
diff
changeset
|
130 checked="false" |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
131 label="Create gene-length file" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
132 help="Creates a tabular file that contains the effective (nucleotides used for counting reads) length of the feature; might be useful for estimating FPKM/RPKM" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
133 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
134 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
135 <section name="pe_parameters" title="Options for paired-end reads"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
136 <conditional name="fragment_counting_enabled"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
137 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
138 <param name="fragment_counting" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
139 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
140 argument="-p" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
141 checked="true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
142 label="Count fragments instead of reads" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
143 help="If specified, fragments (or templates) will be counted instead of reads."> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
144 <option value="" selected="true">Disabled; all reads/mates will be counted individually</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
145 <option value=" -p">Enabled; fragments (or templates) will be counted instead of reads</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
146 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
147 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
148 <when value=" -p"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
149 <conditional name="check_distance_enabled"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
150 <param name="check_distance" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
151 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
152 truevalue=" -P" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
153 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
154 argument="-P" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
155 label="Check paired-end distance" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
156 help="If specified, paired-end distance will be checked when assigning fragments to meta-features or features. This option is only applicable when -p (Count fragments instead of reads) is specified. The distance thresholds should be specified using -d and -D (minimum and maximum fragment/template length) options." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
157 <when value=" -P"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
158 <param name="minimum_fragment_length" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
159 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
160 value="50" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
161 argument="-d" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
162 label="Minimum fragment/template length." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
163 <param name="maximum_fragment_length" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
164 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
165 value="600" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
166 argument="-D" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
167 label="Maximum fragment/template length." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
168 </when> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
169 <when value="" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
170 </conditional> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
171 </when> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
172 <when value="" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
173 </conditional> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
174 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
175 <param name="only_both_ends" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
176 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
177 truevalue=" -B" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
178 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
179 argument="-B" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
180 label="Only allow fragments with both reads aligned" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
181 help="If specified, only fragments that have both ends successfully aligned will be considered for summarization. This option is only applicable for paired-end reads." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
182 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
183 <param name="orientation" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
184 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
185 label="Orientation of the two read from the same pair" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
186 argument="-S" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
187 help="Default is 'fr'"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
188 <option value="fr" selected="true">Forward, Reverse (fr)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
189 <option value="ff">Forward, Forward (ff)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
190 <option value="rf">Reverse, Forward (rf)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
191 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
192 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
193 <param name="exclude_chimerics" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
194 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
195 truevalue=" -C" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
196 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
197 argument="-C" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
198 checked="true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
199 label="Exclude chimeric fragments" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
200 help="If specified, the chimeric fragments (those fragments that have their two ends aligned to different chromosomes) will NOT be included for summarization. This option is only applicable for paired-end read data." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
201 </section> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
202 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
203 <section name="extended_parameters" title="Advanced options"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
204 <param name="gff_feature_type" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
205 type="text" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
206 value="exon" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
207 argument="-t" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
208 label="GFF feature type filter" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
209 help="Specify the feature type. Only rows which have the matched matched feature type in the provided GTF annotation file will be included for read counting. `exon' by default." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
210 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
211 <param name="gff_feature_attribute" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
212 type="text" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
213 value="gene_id" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
214 argument="-g" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
215 label="GFF gene identifier" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
216 help="Specify the attribute type used to group features (eg. exons) into meta-features (eg. genes), when GTF annotation is provided. `gene_id' by default. This attribute type is usually the gene identifier. This argument is useful for the meta-feature level summarization." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
217 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
218 <param name="summarization_level" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
219 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
220 truevalue=" -f" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
221 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
222 argument="-f" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
223 label="On feature level" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
224 help="If specified, read summarization will be performed at the feature level. By default (-f is not specified), the read summarization is performed at the meta-feature level." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
225 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
226 <param name ="contribute_to_multiple_features" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
227 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
228 truevalue=" -O" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
229 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
230 argument="-O" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
231 label="Allow read to contribute to multiple features" |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
232 help="If specified, reads (or fragments if -p is specified) will be allowed to be assigned to more than one matched meta-feature (or matched feature if -f is specified)" /> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
233 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
234 <param name="strand_specificity" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
235 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
236 label="Strand specificity of the protocol" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
237 argument="-s" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
238 help="Indicate if strand-specific read counting should be performed."> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
239 <option value="0" selected="true">Unstranded</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
240 <option value="1">Stranded (forwards)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
241 <option value="2">Stranded (reverse)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
242 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
243 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
244 <conditional name="multimapping_enabled"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
245 <param name="multimapping_counts" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
246 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
247 argument="-M" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
248 label="Count multi-mapping reads/fragments" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
249 help="If specified, multi-mapping reads/fragments will be counted (ie. a multi-mapping read will be counted up to N times if it has N reported mapping locations). The program uses the `NH' tag to find multi-mapping reads."> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
250 <option value="" selected="true">Disabled; multi-mapping reads are excluded (default)</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
251 <option value=" -M">Enabled; multi-mapping reads are included</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
252 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
253 <when value=" -M"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
254 <param name="fraction" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
255 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
256 truevalue="--fraction" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
257 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
258 argument="--fraction" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
259 label="Assign fractions to multimapping reads" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
260 help="If specified, a fractional count 1/n will be generated for each multi-mapping read, where n is the number of alignments (indica- ted by 'NH' tag) reported for the read. This option must be used together with the '-M' option." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
261 </when> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
262 <when value="" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
263 </conditional> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
264 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
265 <param name="mapping_quality" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
266 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
267 value="12" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
268 argument="-Q" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
269 label="Minimum mapping quality per read" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
270 help="The minimum mapping quality score a read must satisfy in order to be counted. For paired-end reads, at least one end should satisfy this criteria. 12 by default." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
271 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
272 <param name="largest_overlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
273 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
274 truevalue=" --largestOverlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
275 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
276 argument="--largestOverlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
277 label="Largest overlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
278 help="If specified, reads (or fragments) will be assigned to the target that has the largest number of overlapping bases" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
279 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
280 <param name="min_overlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
281 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
282 value="1" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
283 argument="--minOverlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
284 label="Minimum overlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
285 help="Specify the minimum required number of overlapping bases between a read (or a fragment) and a feature. 1 by default. If a negative value is provided, the read will be extended from both ends." /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
286 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
287 <param name="read_extension_5p" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
288 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
289 value="0" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
290 argument="--readExtension5" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
291 label="Read 5' extension" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
292 help="Reads are extended upstream by ... bases from their 5' end" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
293 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
294 <param name="read_extension_3p" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
295 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
296 value="0" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
297 argument="--readExtension3" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
298 label="Read 3' extension" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
299 help="Reads are extended upstream by ... bases from their 3' end" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
300 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
301 <param name="read_reduction" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
302 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
303 label="Reduce read to single position" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
304 argument="--read2pos" |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
305 help="The read is reduced to its 5' most base or 3'most base. Read summarization is then performed based on the single base the the read is reduced to."> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
306 <option value="" selected="true">Leave the read as it is</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
307 <option value="--read2pos 5">Reduce it to the 5' end</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
308 <option value="--read2pos 3">Reduce it to the 3' end</option> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
309 </param> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
310 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
311 <param name="primary" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
312 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
313 truevalue=" --primary" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
314 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
315 argument="--primary" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
316 label="Only count primary alignments" |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
317 help="If specified, only primary alignments will be counted. Primary and secondary alignments are identified using bit 0x100 in theFlag field of SAM/BAM files. All primary alignments in a dataset will be counted regardless of whether they are from multi-mapping reads or not ('-M' is ignored)." /> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
318 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
319 <param name="ignore_dup" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
320 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
321 truevalue=" --ignoreDup" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
322 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
323 argument="--ignoreDup" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
324 label="Ignore reads marked as duplicate" |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
325 help="If specified, reads that were marked as duplicates will be ignored. Bit Ox400 in the FLAG field of a SAM/BAM file is used for identifying duplicate reads. In paired end data, the entire read pair will be ignored if at least one end is found to be a duplicate read." /> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
326 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
327 <param name="count_split_alignments_only" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
328 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
329 truevalue=" --countSplitAlignmentsOnly" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
330 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
331 argument="--countSplitAlignmentsOnly" |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
332 label="Ignore unspliced alignments" |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
333 help="If specified, only split alignments (CIGAR strings containing the letter `N') will be counted. All the other alignments will be ignored. An example of split alignments are exon-spanning reads in RNA-seq data." /> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
334 </section> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
335 </inputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
336 <outputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
337 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
338 name="output_medium" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
339 label="${tool.name} on ${on_string}"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
340 <filter>format == "tabdel_medium"</filter> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
341 <actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
342 <action name="column_names" type="metadata" default="Geneid,${alignment.name},Length" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
343 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
344 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
345 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
346 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
347 name="output_short" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
348 label="${tool.name} on ${on_string}"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
349 <filter>format == "tabdel_short"</filter> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
350 <actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
351 <action name="column_names" type="metadata" default="Geneid,${alignment.name}" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
352 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
353 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
354 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
355 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
356 name="output_full" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
357 label="${tool.name} on ${on_string}: count table"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
358 <filter>format == "tabdel_full"</filter> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
359 <actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
360 <action name="column_names" type="metadata" default="Geneid,Chr,Start,End,Strand,Length,${alignment.name}" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
361 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
362 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
363 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
364 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
365 name="output_summary" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
366 hidden="true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
367 label="${tool.name} on ${on_string}: summary"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
368 <actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
369 <action name="column_names" type="metadata" default="Status,${alignment.name}" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
370 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
371 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
372 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
373 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
374 name="output_feature_lengths" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
375 label="${tool.name} on ${on_string}: feature lengths"> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
376 <filter>include_feature_length_file</filter> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
377 <actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
378 <action name="column_names" type="metadata" default="Feature,Length" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
379 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
380 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
381 </outputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
382 <tests> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
383 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
384 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
385 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
386 <param name="format" value="tabdel_short" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
387 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
388 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
389 <output name="output_short" file="output_1_short.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
390 <metadata name="column_names" value="Geneid,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
391 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
392 <output name="output_summary" file="output_1_summary.tab"/> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
393 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
394 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
395 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
396 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
397 <param name="format" value="tabdel_medium" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
398 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
399 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
400 <output name="output_medium" file="output_1_medium.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
401 <metadata name="column_names" value="Geneid,featureCounts_input1.bam,Length"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
402 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
403 <output name="output_summary" file="output_1_summary.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
404 <metadata name="column_names" value="Status,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
405 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
406 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
407 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
408 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
409 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
410 <param name="format" value="tabdel_full" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
411 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
412 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
413 <output name="output_full" file="output_1_full.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
414 <metadata name="column_names" value="Geneid,Chr,Start,End,Strand,Length,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
415 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
416 <output name="output_summary" file="output_1_summary.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
417 <metadata name="column_names" value="Status,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
418 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
419 <output name="output_feature_lengths" file="output_feature_lengths.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
420 <metadata name="column_names" value="Feature,Length"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
421 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
422 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
423 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
424 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
425 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
426 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
427 <param name="format" value="tabdel_short" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
428 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
429 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
430 <output name="output_short" file="output_2_short.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
431 <metadata name="column_names" value="Geneid,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
432 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
433 <output name="output_summary" file="output_2_summary.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
434 <metadata name="column_names" value="Status,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
435 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
436 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
437 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
438 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
439 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
440 <param name="format" value="tabdel_medium" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
441 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
442 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
443 <output name="output_medium" file="output_2_medium.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
444 <metadata name="column_names" value="Geneid,featureCounts_input1.bam,Length"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
445 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
446 <output name="output_summary" file="output_2_summary.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
447 <metadata name="column_names" value="Status,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
448 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
449 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
450 <test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
451 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
452 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
453 <param name="format" value="tabdel_full" /> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
454 <param name="include_feature_length_file" value="true"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
455 <param name="ref_source" value="history" /> |
4
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
456 <output name="output_full" file="output_2_full.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
457 <metadata name="column_names" value="Geneid,Chr,Start,End,Strand,Length,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
458 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
459 <output name="output_summary" file="output_2_summary.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
460 <metadata name="column_names" value="Status,featureCounts_input1.bam"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
461 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
462 <output name="output_feature_lengths" file="output_feature_lengths.tab"> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
463 <metadata name="column_names" value="Feature,Length"/> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
464 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
465 </test> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
466 </tests> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
467 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
468 <help><![CDATA[ |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
469 featureCounts |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
470 ############# |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
471 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
472 Overview |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
473 -------- |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
474 FeatureCounts is a light-weight read counting program written entirely in the C programming language. It can be used to count both gDNA-seq and RNA-seq reads for genomic features in in SAM/BAM files. |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
475 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
476 Input formats |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
477 ------------- |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
478 Alignments should be provided in either: |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
479 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
480 - SAM format, http://samtools.sourceforge.net/samtools.shtml#5 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
481 - BAM format |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
482 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
483 Gene regions should be provided in the GFF/GTF format: |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
484 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
485 - http://genome.ucsc.edu/FAQ/FAQformat.html#format3 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
486 - http://www.ensembl.org/info/website/upload/gff.html |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
487 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
488 Output format |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
489 ------------- |
1
c7bd0cc53524
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 74e6b17b1a94bc6de47d7cbcf9548a9367b02d56
iuc
parents:
0
diff
changeset
|
490 FeatureCounts produces a table containing counted reads, per gene, per row. Optionally the last column can be set to be the effective gene-length. These tables are compatible with the DESeq2 Galaxy wrapper by IUC. Column names are added as metadata object. |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
491 ]]></help> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
492 <citations> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
493 <citation type="doi">10.1093/bioinformatics/btt656</citation> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
494 </citations> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
495 </tool> |