annotate featurecounts.xml @ 29:38b6d12edc68 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
author iuc
date Sat, 04 Dec 2021 22:18:02 +0000
parents 7db9d3ea71c9
children a56fbe2d6ba7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
1 <tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
2 <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files</description>
27
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
3 <macros>
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
4 <token name="@TOOL_VERSION@">2.0.1</token>
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
5 <token name="@VERSION_SUFFIX@">2</token>
27
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
6 </macros>
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
7 <xrefs>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
8 <xref type="bio.tools">subread</xref>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
9 </xrefs>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
10 <requirements>
27
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">subread</requirement>
26
ea04b737afa0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 34edb37978466203f104fbd6eb394ad9e560f859"
iuc
parents: 25
diff changeset
12 <requirement type="package" version="1.11">samtools</requirement>
23
9301937c9037 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 8c751ba49b1465ad147574fcede7ad4a27f8805d
iuc
parents: 22
diff changeset
13 <requirement type="package" version="8.31">coreutils</requirement>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
14 </requirements>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
15
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
16 <version_command>featureCounts -v 2&gt;&amp;1 | grep .</version_command>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
17 <command detect_errors="exit_code"><![CDATA[
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
18
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
19 ## Export fc path for its built-in annotation
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
20
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
21 export FC_PATH=\$(command -v featureCounts | sed 's@/bin/featureCounts$@@') &&
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
22
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
23 ## 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
24 featureCounts
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
25
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
26 #if $anno.anno_select=="history":
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
27 -a '$anno.reference_gene_sets'
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
28 -F "GTF"
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
29 #elif $anno.anno_select=="cached":
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
30 -a '$anno.reference_gene_sets_builtin.fields.path'
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
31 -F "GTF"
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
32 #elif $anno.anno_select=="builtin":
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
33 -a \${FC_PATH}/annotation/${anno.bgenome}_RefSeq_exon.txt
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
34 -F "SAF"
3
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
35 #end if
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
36
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
37 -o "output"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
38 -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
39
14
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
40 -s $strand_specificity
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
41
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
42 -Q $read_filtering_parameters.mapping_quality
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
43 $read_filtering_parameters.splitonly
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
44 $read_filtering_parameters.primary
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
45 $read_filtering_parameters.ignore_dup
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
46
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
47 -t '$extended_parameters.gff_feature_type'
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
48 -g '$extended_parameters.gff_feature_attribute'
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
49 $extended_parameters.summarization_level
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
50
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
51 $extended_parameters.multifeatures.multifeat
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
52 #if $extended_parameters.multifeatures.multifeat != "":
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
53 $extended_parameters.multifeatures.fraction
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
54 #end if
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
55
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
56
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
57 ## $extended_parameters.contribute_to_multiple_features
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
58 ## $extended_parameters.multimapping_enabled.multimapping_counts
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
59
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
60 ###if str($extended_parameters.multimapping_enabled.multimapping_counts) == " -M":
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
61 ## $extended_parameters.multimapping_enabled.fraction
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
62 ###end if -->
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
63
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
64 $extended_parameters.exon_exon_junction_read_counting_enabled.count_exon_exon_junction_reads
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
65 #if str($extended_parameters.exon_exon_junction_read_counting_enabled.count_exon_exon_junction_reads) == "-J":
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
66 #if $extended_parameters.exon_exon_junction_read_counting_enabled.genome:
7
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
67 -G '$extended_parameters.exon_exon_junction_read_counting_enabled.genome'
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
68 #end if
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
69 #end if
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
70
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
71 $extended_parameters.long_reads
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
72
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
73 $extended_parameters.by_read_group
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
74
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
75 $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
76 --minOverlap $extended_parameters.min_overlap
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
77 --fracOverlap $extended_parameters.frac_overlap
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
78 --fracOverlapFeature $extended_parameters.frac_overlap_feature
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
79 $extended_parameters.read_reduction
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
80 #if $extended_parameters.R:
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
81 $extended_parameters.R
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
82 #end if
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
83 #if str($extended_parameters.read_extension_5p) != "0":
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
84 --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
85 #end if
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
86
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
87 #if str($extended_parameters.read_extension_3p) != "0":
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
88 --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
89 #end if
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
90
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
91 $pe_parameters.fragment_counting_enabled.fragment_counting
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
92 #if str($pe_parameters.fragment_counting_enabled.fragment_counting) == " -p":
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
93 $pe_parameters.fragment_counting_enabled.check_distance_enabled.check_distance
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
94 #if str($pe_parameters.fragment_counting_enabled.check_distance_enabled.check_distance) == " -P":
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
95 -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
96 -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
97 #end if
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
98 #end if
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
99
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
100 $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
101 $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
102
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
103 '${alignment}'
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
104
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
105 ## Remove comment and add sample name to header
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
106 && grep -v "^#" "output"
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
107 | sed -e 's|${alignment}|${alignment.element_identifier}|g'
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
108 > body.txt
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
109 ## Set the right columns for the tabular formats
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
110 #if $format.value == "tabdel_medium":
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
111 && 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
112
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
113 ## 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
114 ## 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
115 && 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
116 && paste expression_matrix.txt gene_lengths.txt > expression_matrix.txt.bak
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
117 && mv -f expression_matrix.txt.bak '${output_medium}'
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
118 #elif $format.value == "tabdel_short":
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
119 && cut -f 1,7 body.txt > '${output_short}'
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
120 #else:
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
121 && cp body.txt '${output_full}'
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
122 #end if
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
123
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
124 #if str($include_feature_length_file) == "true":
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
125 && cut -f 1,6 body.txt > '${output_feature_lengths}'
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
126 #end if
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
127
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
128 #if str($extended_parameters.exon_exon_junction_read_counting_enabled.count_exon_exon_junction_reads) == "-J":
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
129 && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.jcounts' > '${output_jcounts}'
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
130 #end if
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
131
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
132 #if $extended_parameters.R:
27
ce44c6f2ba38 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents: 26
diff changeset
133 && samtools sort --no-PG -o '$output_bam' -@ \${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" *.featureCounts.bam
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
134 #end if
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
135 && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.summary' > '${output_summary}'
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
136 ]]></command>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
137 <inputs>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
138 <param name="alignment"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
139 type="data"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
140 multiple="false"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
141 format="bam,sam"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
142 label="Alignment file"
12
b714f4620411 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 5c013729eeb48f723f7d436c4ded998c8d9291eb
iuc
parents: 11
diff changeset
143 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. Unless you are using a Gene annotation file from the History, these files must have the database/genome attribute already specified e.g. hg38, not the default: ?" >
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
144 </param>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
145
14
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
146 <param name="strand_specificity"
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
147 type="select"
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
148 label="Specify strand information"
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
149 argument="-s"
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
150 help="Indicate if the data is stranded and if strand-specific read counting should be performed. Strand setting must be the same as the strand settings used to produce the mapped BAM input(s)">
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
151 <option value="0" selected="true">Unstranded</option>
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
152 <option value="1">Stranded (Forward)</option>
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
153 <option value="2">Stranded (Reverse)</option>
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
154 </param>
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
155
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
156 <conditional name="anno">
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
157 <param name="anno_select" type="select" label="Gene annotation file">
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
158 <option value="builtin">featureCounts built-in</option>
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
159 <option value="cached" selected="True">locally cached</option>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
160 <option value="history">in your history</option>
3
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
161 </param>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
162 <when value="builtin">
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
163 <param name="bgenome" type="select" label="Select built-in genome" help="Built-in gene annotations for genomes hg38, hg19, mm10 and mm9 are included in featureCounts">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
164 <options from_data_table="featurecounts_anno">
24
a37612abf7f9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 809715c88721d082b304cf4e4a37b52d30162f08"
iuc
parents: 23
diff changeset
165 <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/>
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
166 </options>
3
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
167 </param>
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
168 </when>
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
169 <when value="cached">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
170 <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">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
171 <options from_data_table="gene_sets">
24
a37612abf7f9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 809715c88721d082b304cf4e4a37b52d30162f08"
iuc
parents: 23
diff changeset
172 <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/>
a37612abf7f9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 809715c88721d082b304cf4e4a37b52d30162f08"
iuc
parents: 23
diff changeset
173 <filter type="sort_by" column="2" />
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
174 </options>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
175 <validator type="no_options" message="An annotation file is not available for the build associated with the selected input file"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
176 </param>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
177 </when>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
178 <when value="history">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
179 <param name="reference_gene_sets"
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
180 format="gff,gtf,gff3"
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
181 type="data"
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
182 label="Gene annotation file"
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
183 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">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
184 </param>
3
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
185 </when>
dae123c03a74 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents: 2
diff changeset
186 </conditional>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
187
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
188 <param name="format"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
189 type="select"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
190 label="Output format"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
191 help="The output format will be tabular, select the preferred columns here">
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
192 <option value="tabdel_short">Gene-ID "\t" read-count (MultiQC/DESeq2/edgeR/limma-voom compatible)</option>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
193 <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
194 <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
195 </param>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
196
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
197 <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
198 type="boolean"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
199 truevalue="true"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
200 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
201 checked="false"
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
202 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
203 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
204
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
205
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
206 <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
207 <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
208
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
209 <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
210 type="select"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
211 argument="-p"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
212 checked="true"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
213 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
214 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
215 <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
216 <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
217 </param>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
218
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
219 <when value=" -p">
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
220 <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
221 <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
222 type="boolean"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
223 truevalue=" -P"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
224 falsevalue=""
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
225 argument="-P"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
226 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
227 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
228 <when value=" -P">
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
229 <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
230 type="integer"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
231 value="50"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
232 argument="-d"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
233 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
234 <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
235 type="integer"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
236 value="600"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
237 argument="-D"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
238 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
239 </when>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
240 <when value="" />
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
241 </conditional>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
242 </when>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
243 <when value="" />
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
244 </conditional>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
245
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
246 <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
247 type="boolean"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
248 truevalue=" -B"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
249 falsevalue=""
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
250 argument="-B"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
251 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
252 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
253
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
254 <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
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=" -C"
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="-C"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
259 checked="true"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
260 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
261 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
262 </section>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
263
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
264 <section name="read_filtering_parameters" title="Read filtering options">
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
265 <param name="mapping_quality"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
266 type="integer"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
267 value="0"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
268 argument="-Q"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
269 label="Minimum mapping quality per read"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
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. 0 by default." />
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
271 <param name="splitonly" type="select" display="radio" label="Filter split alignments" help="Split alignments are alignments with CIGAR string containing 'N', e.g. exon spanning reads in RNASeq.">
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
272 <option value="">No filtering: count split and non-split alignments</option>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
273 <option value="--splitOnly">Count only split alignments (--splitOnly)</option>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
274 <option value="--nonSplitOnly">Count only non-split alignments (--nonSplitOnly)</option>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
275 </param>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
276 <param type="boolean"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
277 truevalue=" --primary"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
278 falsevalue=""
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
279 argument="--primary"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
280 label="Only count primary alignments"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
281 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)." />
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
282 <param name="ignore_dup"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
283 type="boolean"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
284 truevalue=" --ignoreDup"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
285 falsevalue=""
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
286 argument="--ignoreDup"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
287 label="Ignore reads marked as duplicate"
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
288 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." />
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
289 </section>
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
290
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
291 <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
292 <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
293 type="text"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
294 value="exon"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
295 argument="-t"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
296 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
297 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
298
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
299 <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
300 type="text"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
301 value="gene_id"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
302 argument="-g"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
303 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
304 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
305
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
306 <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
307 type="boolean"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
308 truevalue=" -f"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
309 falsevalue=""
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
310 argument="-f"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
311 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
312 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
313
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
314 <conditional name = "multifeatures">
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
315 <param name="multifeat" type="select" label="Allow reads to map to multiple features" help="Setting -O, -M and --fraction">
28
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
316 <option value="" selected="true">Disabled: reads that align to multiple features or overlapping features are excluded</option>
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
317 <option value="-M">Enabled: multi-mapping reads are included (-M)</option>
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
318 <option value="-O">Enabled: multi-overlapping features are included (-O)</option>
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
319 <option value="-O -M">Enabled: both multi-mapping and multi-overlapping features are included (-M -O)</option>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
320 </param>
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
321 <when value=""/>
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
322 <when value="-M">
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
323 <param name="fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
324 type="boolean"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
325 truevalue="--fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
326 falsevalue=""
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
327 argument="--fraction"
28
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
328 label="Assign fractions to multi-mapping reads"
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
329 help="If specified, a fractional count 1/x will be generated for each multi-mapping read, where x is the number of alignments (indicated by 'NH' tag) reported for the read."/>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
330 </when>
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
331 <when value="-O">
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
332 <param name="fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
333 type="boolean"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
334 truevalue="--fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
335 falsevalue=""
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
336 argument="--fraction"
28
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
337 label="Assign fractions to multi-overlapping features"
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
338 help="If specified, a fractional count 1/y will be generated for each multi-overlapping feature, where y is the number of features overlapping with the read."/>
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
339 </when>
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
340 <when value="-O -M">
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
341 <param name="fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
342 type="boolean"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
343 truevalue="--fraction"
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
344 falsevalue=""
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
345 argument="--fraction"
28
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
346 label="Assign fractions to both multi-mapping reads and multi-overlapping features"
7db9d3ea71c9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891"
iuc
parents: 27
diff changeset
347 help="If specified, a fractional count 1/(x*y) will be generated, where x is the number of alignments (indicated by 'NH' tag) and y the number of overlapping features."/>
25
90d16db017d7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents: 24
diff changeset
348 </when>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
349 </conditional>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
350
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
351 <conditional name="exon_exon_junction_read_counting_enabled">
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
352 <param name="count_exon_exon_junction_reads" argument="-J" type="boolean" truevalue="-J" falsevalue=""
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
353 label="Exon-exon junctions"
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
354 help="If specified, reads supporting each exon-exon junction will be counted" />
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
355 <when value="-J">
7
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
356 <param name="genome" argument="-G" type="data" format="fasta" optional="true"
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
357 label="Reference sequence file"
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
358 help="The FASTA-format file that contains the reference sequences used in read mapping can be used to improve read counting for junctions" />
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
359 </when>
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
360 <when value="" />
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
361 </conditional>
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
362
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
363 <param name="long_reads" argument="-L" type="boolean" truevalue="-L" falsevalue=""
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
364 label="Long reads"
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
365 help="If specified, long reads such as Nanopore and PacBio reads will be counted. Long read counting can only run in one thread and only reads (not read-pairs) can be counted." />
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
366
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
367 <param name="by_read_group" argument="--byReadGroup" type="boolean" truevalue="--byReadGroup" falsevalue=""
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
368 label="Count reads by read group"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
369 help="If specified, reads are counted for each read group separately. The 'RG' tag must be present in the input BAM/SAM alignment files." />
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
370
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
371
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
372 <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
373 type="boolean"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
374 truevalue=" --largestOverlap"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
375 falsevalue=""
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
376 argument="--largestOverlap"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
377 label="Largest overlap"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
378 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
379
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
380 <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
381 type="integer"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
382 value="1"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
383 argument="--minOverlap"
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
384 label="Minimum bases of overlap"
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
385 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
386
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
387 <param name="frac_overlap"
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
388 type="integer"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
389 value="0"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
390 min="0"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
391 max="1"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
392 argument="--fracOverlap"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
393 label="Minimum fraction (of read) overlapping a feature"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
394 help="Specify the minimum required fraction of overlapping bases between a read (or a fragment) and a feature. Value should be within range [0,1]. 0 by default. Number of overlapping bases is counted from both reads if paired end. Both this option and '--minOverlap' need to be satisfied for read assignment." />
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
395
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
396 <param name="frac_overlap_feature"
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
397 type="integer"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
398 value="0"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
399 min="0"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
400 max="1"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
401 argument="--fracOverlapFeature"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
402 label="Minimum fraction (of feature) overlapping a read"
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
403 help="Specify the minimum required fraction of bases included in a feature overlapping bases between a read (or a read-pair). Value should be within range [0,1]. 0 by default." />
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
404
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
405 <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
406 type="integer"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
407 value="0"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
408 argument="--readExtension5"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
409 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
410 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
411
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
412 <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
413 type="integer"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
414 value="0"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
415 argument="--readExtension3"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
416 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
417 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
418
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
419 <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
420 type="select"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
421 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
422 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
423 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
424 <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
425 <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
426 <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
427 </param>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
428
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
429 <param type="boolean"
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
430 truevalue="-R BAM"
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
431 falsevalue=""
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
432 argument="-R"
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
433 label="Annotates the alignment file with 'XS:Z:'-tags to described per read or read-pair the corresponding assigned feature(s)."
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
434 help="" />
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
435
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
436 </section>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
437 </inputs>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
438 <outputs>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
439 <data format="tabular"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
440 name="output_medium"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
441 label="${tool.name} on ${on_string}: Counts (with length)">
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
442 <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
443 <actions>
9
e6a2a912677a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4fb528145289ad4db04e4589c02e9ddaa1194138
iuc
parents: 8
diff changeset
444 <action name="column_names" type="metadata" default="Geneid,${alignment.element_identifier},Length" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
445 </actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
446 </data>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
447
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
448 <data format="bam"
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
449 name="output_bam"
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
450 label="${tool.name} on ${on_string}: Alignment file">
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
451 <filter>extended_parameters['R']</filter>
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
452 </data>
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
453
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
454 <data format="tabular"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
455 name="output_short"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
456 label="${tool.name} on ${on_string}: Counts">
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
457 <filter>format == "tabdel_short"</filter>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
458 <actions>
9
e6a2a912677a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4fb528145289ad4db04e4589c02e9ddaa1194138
iuc
parents: 8
diff changeset
459 <action name="column_names" type="metadata" default="Geneid,${alignment.element_identifier}" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
460 </actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
461 </data>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
462
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
463 <data format="tabular"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
464 name="output_full"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
465 label="${tool.name} on ${on_string}: Counts (with location)">
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
466 <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
467 <actions>
9
e6a2a912677a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4fb528145289ad4db04e4589c02e9ddaa1194138
iuc
parents: 8
diff changeset
468 <action name="column_names" type="metadata" default="Geneid,Chr,Start,End,Strand,Length,${alignment.element_identifier}" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
469 </actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
470 </data>
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 <data format="tabular"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
473 name="output_summary"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
474 label="${tool.name} on ${on_string}: Summary">
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
475 <actions>
9
e6a2a912677a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4fb528145289ad4db04e4589c02e9ddaa1194138
iuc
parents: 8
diff changeset
476 <action name="column_names" type="metadata" default="Status,${alignment.element_identifier}" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
477 </actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
478 </data>
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 <data format="tabular"
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
481 name="output_feature_lengths"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
482 label="${tool.name} on ${on_string}: Feature lengths">
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
483 <filter>include_feature_length_file</filter>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
484 <actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
485 <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
486 </actions>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
487 </data>
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
488
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
489 <data name="output_jcounts" format="tabular"
20
1759d845181e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c8c08f052bdffcbfd14eebd760af923486bcf8c5
iuc
parents: 19
diff changeset
490 label="${tool.name} on ${on_string}: Junction counts">
7
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
491 <filter>extended_parameters['exon_exon_junction_read_counting_enabled']['count_exon_exon_junction_reads']</filter>
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
492 <actions>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
493 <action name="column_names" type="metadata"
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
494 default="PrimaryGene,SecondaryGene,Site1_chr,Site1_location,Site1_strand,Site2_chr,Site2_location,Site2_strand,${alignment.element_identifier}" />
6
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
495 </actions>
9d60a36b5c6a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents: 4
diff changeset
496 </data>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
497 </outputs>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
498 <tests>
7
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
499 <test expect_num_outputs="3">
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
500 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38" />
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
501 <param name="anno_select" value="history"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
502 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
503 <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
504 <param name="include_feature_length_file" value="true"/>
4
d417fb66494e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents: 3
diff changeset
505 <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
506 <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
507 </output>
d417fb66494e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents: 3
diff changeset
508 <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
509 <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
510 </output>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
511 </test>
7
3ce1c701b0df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents: 6
diff changeset
512 <test expect_num_outputs="3">
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
513 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38" />
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
514 <param name="anno_select" value="history"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
515 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38" />
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
516 <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
517 <param name="include_feature_length_file" value="true"/>
4
d417fb66494e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents: 3
diff changeset
518 <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
519 <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
520 </output>
d417fb66494e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents: 3
diff changeset
521 <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
522 <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
523 </output>
d417fb66494e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents: 3
diff changeset
524 <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
525 <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
526 </output>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
527 </test>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
528 <test expect_num_outputs="4">
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
529 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38" />
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
530 <param name="anno_select" value="history"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
531 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38" />
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
532 <param name="format" value="tabdel_short" />
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
533 <param name="include_feature_length_file" value="true"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
534 <param name="count_exon_exon_junction_reads" value="-J"/>
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
535 <output name="output_short" file="output_1_short.tab">
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
536 <metadata name="column_names" value="Geneid,featureCounts_input1.bam"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
537 </output>
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
538 <output name="output_summary" file="output_1_summary.tab">
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
539 <metadata name="column_names" value="Status,featureCounts_input1.bam"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
540 </output>
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
541 <output name="output_jcounts" file="output_1_jcounts.tab">
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
542 <metadata name="column_names" value="PrimaryGene,SecondaryGene,Site1_chr,Site1_location,Site1_strand,Site2_chr,Site2_location,Site2_strand,featureCounts_input1.bam"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
543 </output>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
544 </test>
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
545 <!-- Ensure featureCounts built-in annotation works -->
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
546 <test expect_num_outputs="3">
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
547 <param name="alignment" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" ftype="bam" dbkey="hg19" />
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
548 <param name="anno_select" value="builtin"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
549 <param name="format" value="tabdel_short" />
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
550 <section name="extended_parameters">
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
551 <param name="R" value="true" />
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
552 </section>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
553 <output name="output_short" file="output_builtin_hg19.tab">
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
554 <metadata name="column_names" value="Geneid,pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
555 </output>
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
556 <output name="output_summary" file="output_summary_builtin_hg19.tab"/>
17
8ce1e2c7ee72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents: 15
diff changeset
557 <output name="output_bam" file="output.bam" ftype="bam"/>
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
558 </test>
11
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
559 <!-- Ensure cached GTFs work -->
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
560 <test expect_num_outputs="3">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
561 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38" />
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
562 <param name="anno_select" value="cached"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
563 <param name="format" value="tabdel_medium" />
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
564 <param name="include_feature_length_file" value="true"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
565 <output name="output_medium" file="output_1_medium.tab">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
566 <metadata name="column_names" value="Geneid,featureCounts_input1.bam,Length"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
567 </output>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
568 <output name="output_summary" file="output_1_summary.tab">
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
569 <metadata name="column_names" value="Status,featureCounts_input1.bam"/>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
570 </output>
e803ca6407c0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents: 10
diff changeset
571 </test>
18
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
572 <!-- Ensure BAM output works -->
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
573 <test>
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
574 <param name="alignment" value="subset.sorted.bam" ftype="bam" />
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
575 <param name="anno_select" value="history" />
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
576 <param name="reference_gene_sets" value="small.gtf" ftype="gtf" />
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
577 <section name="extended_parameters" >
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
578 <param name="R" value="true" />
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
579 </section>
21
c946f28be33b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a956e32b176d645db54db3c86586cc0bfa2fbd3c
iuc
parents: 20
diff changeset
580 <output name="output_bam" value="subset.sorted.featurecounts.bam" compare="sim_size"/>
18
d60b1c4e0347 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents: 17
diff changeset
581 </test>
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
582 </tests>
8
2a8bb8223a45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents: 7
diff changeset
583
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
584 <help><![CDATA[
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
585 featureCounts
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
586 #############
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
587
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
588 Overview
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
589 --------
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
590 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. FeatureCounts is part of the Subread_ package.
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
591
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
592 Input formats
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
593 -------------
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
594 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
595
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
596 - 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
597 - BAM format
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
598
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
599 Annotations for gene regions should be provided in the GFF/GTF format:
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
600
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
601 - 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
602 - 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
603
14
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
604 Alternatively, the featureCounts built-in annotations for genomes hg38, hg19, mm10 and mm9 can be used through selecting the built-in option above. These annotation files are in simplified annotation format (SAF) as shown below. The GeneID column contains Entrez gene identifiers and each entry (row) is taken as a feature (e.g. an exon).
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
605
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
606 Example - **Built-in annotation format**:
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
607
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
608 ====== ==== ======= ======= ======
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
609 GeneID Chr Start End Strand
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
610 ====== ==== ======= ======= ======
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
611 497097 chr1 3204563 3207049 -
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
612 497097 chr1 3411783 3411982 -
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
613 497097 chr1 3660633 3661579 -
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
614 ====== ==== ======= ======= ======
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
615
15
a8dc8dabf0f3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit e10bdc912c2628796487886c00b70318a6214c5e
iuc
parents: 14
diff changeset
616 These annotation files can be found in the `Subread package`_. You can see the version of Subread used by this wrapper in the tool form above under `Options > Requirements`. To create the files, the annotations were downloaded from NCBI RefSeq database and then adapted by merging overlapping exons from the same gene to form a set of disjoint exons for each gene. Genes with the same Entrez gene identifiers were also merged into one gene. See the `Subread User's Guide`_ for more information. Gene names can be obtained for these Entrez identifiers with the Galaxy **annotateMyIDs** tool.
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
617
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
618 Output format
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
619 -------------
13
386220cf6877 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents: 12
diff changeset
620 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, edgeR and limma-voom Galaxy wrappers by IUC.
10
46cccc52be5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents: 9
diff changeset
621
14
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
622 .. _Subread: http://subread.sourceforge.net/
29
38b6d12edc68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents: 28
diff changeset
623 .. _`Subread User's Guide`: https://bioconductor.org/packages/release/bioc/vignettes/Rsubread/inst/doc/SubreadUsersGuide.pdf
14
85aaf50ad9dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents: 13
diff changeset
624 .. _`Subread package`: https://sourceforge.net/projects/subread/files/
0
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
625 ]]></help>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
626 <citations>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
627 <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
628 </citations>
9e7a369eec58 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff changeset
629 </tool>