Mercurial > repos > iuc > featurecounts
annotate featurecounts.xml @ 31:6f66ae7c5f7a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
author | iuc |
---|---|
date | Thu, 02 Mar 2023 12:50:54 +0000 |
parents | a56fbe2d6ba7 |
children | f9d49f5cb597 |
rev | line source |
---|---|
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
1 <tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> |
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> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
4 <token name="@TOOL_VERSION@">2.0.3</token> |
31
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">1</token> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
6 |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
7 <macro name="conditional_gff_opions"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
8 <param name="gff_feature_type" type="text" value="exon" argument="-t" label="GFF feature type filter" 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."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
9 <param name="gff_feature_attribute" type="text" value="gene_id" argument="-g" label="GFF gene identifier" 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. Ex: if the 9th column is 'gene_id "ENSG00000223972"; gene_name "DDX11L1" gene_source "havana"' (GTF) or 'gene_id=ENSG00000223972; gene_name=DDX11L1; gene_source=havana' (GFF), the available attributes for this feature are 'gene_id', 'gene_name' and 'gene_source'."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
10 <param name="summarization_level" type="boolean" truevalue=" -f" falsevalue="" argument="-f" label="On feature level" 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."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
11 </macro> |
27
ce44c6f2ba38
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents:
26
diff
changeset
|
12 </macros> |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
13 <xrefs> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
14 <xref type="bio.tools">featurecounts</xref> |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
15 </xrefs> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
16 <requirements> |
27
ce44c6f2ba38
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786"
iuc
parents:
26
diff
changeset
|
17 <requirement type="package" version="@TOOL_VERSION@">subread</requirement> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
18 <requirement type="package" version="1.16.1">samtools</requirement> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
19 </requirements> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
20 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
21 <version_command>featureCounts -v 2>&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
|
22 <command detect_errors="exit_code"><![CDATA[ |
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
23 ## Export fc path for its built-in annotation |
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
24 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
|
25 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
26 ## 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
|
27 featureCounts |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
28 |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
29 #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
|
30 -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
|
31 -F "GTF" |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
32 #elif $anno.anno_select=="cached": |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
33 -a '$anno.reference_gene_sets_cached.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
|
34 -F "GTF" |
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
35 #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
|
36 -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
|
37 -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
|
38 #end if |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
39 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
40 -o "output" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
41 -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
|
42 |
14
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
43 -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
|
44 |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
45 -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
|
46 $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
|
47 $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
|
48 $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
|
49 |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
50 #if $anno.anno_select!="builtin": |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
51 -t '$anno.gff_feature_type' |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
52 -g '$anno.gff_feature_attribute' |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
53 $anno.summarization_level |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
54 #end if |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
55 |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
56 $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
|
57 #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
|
58 $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
|
59 #end if |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
60 |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
61 $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
|
62 #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
|
63 #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
|
64 -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
|
65 #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
|
66 #end if |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
67 |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
68 $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
|
69 |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
70 $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
|
71 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
72 $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
|
73 --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
|
74 --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
|
75 --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
|
76 $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
|
77 #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
|
78 $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
|
79 #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
|
80 #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
|
81 --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
|
82 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
83 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
84 #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
|
85 --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
|
86 #end if |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
87 |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
88 #if str($pe_parameters.paired_end_status) != "single_end": |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
89 -p |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
90 $pe_parameters.only_both_ends |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
91 $pe_parameters.exclude_chimerics |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
92 #if str($pe_parameters.paired_end_status) == "PE_fragments": |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
93 --countReadPairs |
31
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
94 #if $pe_parameters.check_distance_enabled.checkFragLength == "true": |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
95 --checkFragLength |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
96 --minFragLength $pe_parameters.check_distance_enabled.minimum_fragment_length |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
97 --maxFragLength $pe_parameters.check_distance_enabled.maximum_fragment_length |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
98 #end if |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
99 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
100 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
101 |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
102 '${alignment}' |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
103 |
13
386220cf6877
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents:
12
diff
changeset
|
104 ## 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
|
105 && 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
|
106 | 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
|
107 > body.txt |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
108 ## 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
|
109 #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
|
110 && 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
|
111 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
112 ## 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
|
113 ## 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
|
114 && 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
|
115 && 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
|
116 && 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
|
117 #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
|
118 && 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
|
119 #else: |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
120 && 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
|
121 #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
|
122 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
123 #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
|
124 && 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
|
125 #end if |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
126 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
127 #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
|
128 && 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
|
129 #end if |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
130 |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
131 #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
|
132 && 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
|
133 #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
|
134 && 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
|
135 ]]></command> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
136 <inputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
137 <param name="alignment" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
138 type="data" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
139 multiple="false" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
140 format="bam,sam" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
141 label="Alignment file" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
142 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
|
143 </param> |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
144 |
14
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
145 <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
|
146 type="select" |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
147 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
|
148 argument="-s" |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
149 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
|
150 <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
|
151 <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
|
152 <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
|
153 </param> |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
154 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
155 <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
|
156 <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
|
157 <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
|
158 <option value="cached" selected="True">locally cached</option> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
159 <option value="history">A GFF/GTF file 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
|
160 </param> |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
161 <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
|
162 <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
|
163 <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
|
164 <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
165 <filter type="sort_by" column="1"/> |
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> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
167 <validator type="no_options" message="An built-in annotation file is not available for the genome build associated with the selected input file"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
168 </param> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
169 </when> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
170 <when value="cached"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
171 <param name="reference_gene_sets_cached" type="select" label="Using locally cached annotation" help="If the annotation file you require is not listed here, please contact the Galaxy administrator."> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
172 <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
|
173 <filter type="data_meta" key="dbkey" ref="alignment" column="dbkey"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
174 <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
|
175 </options> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
176 <validator type="no_options" message="A cached annotation file is not available for the genome build associated with the selected input file"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
177 </param> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
178 <expand macro="conditional_gff_opions"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
179 </when> |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
180 <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
|
181 <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
|
182 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
|
183 type="data" |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
184 label="Gene annotation file" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
185 help="The program assumes that the provided annotation file is in GFF/GTF format. Make sure that the gene annotation file corresponds to the same reference genome as used for the alignment."> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
186 </param> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
187 <expand macro="conditional_gff_opions"/> |
3
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
188 </when> |
dae123c03a74
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f
iuc
parents:
2
diff
changeset
|
189 </conditional> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
190 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
191 <param name="format" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
192 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
193 label="Output format" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
194 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
|
195 <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
|
196 <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
|
197 <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
|
198 </param> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
199 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
200 <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
|
201 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
202 truevalue="true" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
203 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
|
204 checked="false" |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
205 label="Create gene-length file" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
206 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"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
207 |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
208 <conditional name="pe_parameters"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
209 <param name="paired_end_status" type="select" label="Does the input have read pairs?" help="Were the bam files generated by aligning the output of a paired-end sequencing experiment? If yes, the tool can consider 2 reads = 1 read pair as 1 entity to count. Alternatively, you can opt to consider treating the read pairs as 2 individual reads to count seperately."> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
210 <option value="single_end" selected="True">No, single-end.</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
211 <option value="PE_individual">Yes, paired-end but still count them as if individual reads.</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
212 <option value="PE_fragments">Yes, paired-end and count them as 1 single fragment.</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
213 </param> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
214 |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
215 <when value="single_end"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
216 <when value="PE_individual"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
217 <param name="only_both_ends" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
218 type="boolean" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
219 truevalue=" -B" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
220 falsevalue="" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
221 argument="-B" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
222 label="Only allow fragments with both reads aligned" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
223 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."/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
224 |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
225 <param name="exclude_chimerics" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
226 type="boolean" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
227 truevalue=" -C" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
228 falsevalue="" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
229 argument="-C" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
230 checked="true" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
231 label="Exclude chimeric fragments" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
232 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."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
233 </when> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
234 <when value="PE_fragments"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
235 <conditional name="check_distance_enabled"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
236 <param argument="--checkFragLength" type="select" label="Check paired-end distance" 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 can be specified using -d and -D (minimum and maximum fragment/template length) options."> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
237 <option value="true">Check the distance between paired reads</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
238 <option value="false" selected="True">Do not check</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
239 </param> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
240 <when value="true"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
241 <param name="minimum_fragment_length" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
242 type="integer" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
243 value="50" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
244 min="0" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
245 argument="-d" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
246 label="Minimum fragment/template length."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
247 <param name="maximum_fragment_length" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
248 type="integer" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
249 value="600" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
250 min="1" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
251 argument="-D" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
252 label="Maximum fragment/template length."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
253 </when> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
254 <when value="false"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
255 </conditional> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
256 |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
257 <param name="only_both_ends" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
258 type="boolean" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
259 truevalue=" -B" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
260 falsevalue="" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
261 argument="-B" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
262 label="Only allow fragments with both reads aligned" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
263 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."/> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
264 |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
265 <param name="exclude_chimerics" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
266 type="boolean" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
267 truevalue=" -C" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
268 falsevalue="" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
269 argument="-C" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
270 checked="true" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
271 label="Exclude chimeric fragments" |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
272 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."/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
273 </when> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
274 </conditional> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
275 |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
276 <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
|
277 <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
|
278 type="integer" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
279 value="0" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
280 min="0" |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
281 argument="-Q" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
282 label="Minimum mapping quality per read" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
283 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."/> |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
284 <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
|
285 <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
|
286 <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
|
287 <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
|
288 </param> |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
289 <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
|
290 truevalue=" --primary" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
291 falsevalue="" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
292 argument="--primary" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
293 label="Only count primary alignments" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
294 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)."/> |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
295 <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
|
296 type="boolean" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
297 truevalue=" --ignoreDup" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
298 falsevalue="" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
299 argument="--ignoreDup" |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
300 label="Ignore reads marked as duplicate" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
301 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."/> |
29
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
302 </section> |
38b6d12edc68
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 839f962c859728f53bb696cea0720862418f1a13"
iuc
parents:
28
diff
changeset
|
303 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
304 <section name="extended_parameters" title="Advanced options"> |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
305 <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
|
306 <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
|
307 <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
|
308 <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
|
309 <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
|
310 <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
|
311 </param> |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
312 <when value=""/> |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
313 <when value="-M"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
314 <param type="boolean" |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
315 truevalue="--fraction" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
316 falsevalue="" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
317 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
|
318 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
|
319 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
|
320 </when> |
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="-O"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
322 <param type="boolean" |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
323 truevalue="--fraction" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
324 falsevalue="" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
325 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
|
326 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
|
327 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
|
328 </when> |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
329 <when value="-O -M"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
330 <param type="boolean" |
25
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
331 truevalue="--fraction" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
332 falsevalue="" |
90d16db017d7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit d80704d28a7be0c42d41e48f8e12b9d727233be4"
iuc
parents:
24
diff
changeset
|
333 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
|
334 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
|
335 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
|
336 </when> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
337 </conditional> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
338 |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
339 <conditional name="exon_exon_junction_read_counting_enabled"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
340 <param name="count_exon_exon_junction_reads" type="select" argument="-J" label="Exon-exon junctions" help="Junctions are identified from those exon-spanning reads (containing ‘N’ in CIGAR string) in input data. The output result includes names of primary and secondary genes that overlap at least one of the two splice sites of a junction."> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
341 <option value="-J">Count reads supporting each exon-exon junction.</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
342 <option value="" selected="True">Do not count</option> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
343 </param> |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
344 <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
|
345 <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
|
346 label="Reference sequence file" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
347 help="The FASTA-format file that contains the reference sequences used in read mapping can be used to improve read counting for junctions"/> |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
348 </when> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
349 <when value=""/> |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
350 </conditional> |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
351 |
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="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
|
353 label="Long reads" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
354 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."/> |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
355 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
356 <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
|
357 label="Count reads by read group" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
358 help="If specified, reads are counted for each read group separately. The 'RG' tag must be present in the input BAM/SAM alignment files."/> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
359 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
360 <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
|
361 type="boolean" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
362 truevalue=" --largestOverlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
363 falsevalue="" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
364 argument="--largestOverlap" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
365 label="Largest overlap" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
366 help="If specified, reads (or fragments) will be assigned to the target that has the largest number of overlapping bases"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
367 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
368 <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
|
369 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
370 value="1" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
371 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
|
372 label="Minimum bases of overlap" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
373 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."/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
374 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
375 <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
|
376 type="integer" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
377 value="0" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
378 min="0" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
379 max="1" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
380 argument="--fracOverlap" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
381 label="Minimum fraction (of read) overlapping a feature" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
382 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."/> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
383 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
384 <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
|
385 type="integer" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
386 value="0" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
387 min="0" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
388 max="1" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
389 argument="--fracOverlapFeature" |
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
390 label="Minimum fraction (of feature) overlapping a read" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
391 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."/> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
392 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
393 <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
|
394 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
395 value="0" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
396 min="0" |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
397 argument="--readExtension5" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
398 label="Read 5' extension" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
399 help="Reads are extended upstream by ... bases from their 5' end"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
400 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
401 <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
|
402 type="integer" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
403 value="0" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
404 min="0" |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
405 argument="--readExtension3" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
406 label="Read 3' extension" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
407 help="Reads are extended upstream by ... bases from their 3' end"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
408 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
409 <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
|
410 type="select" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
411 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
|
412 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
|
413 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
|
414 <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
|
415 <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
|
416 <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
|
417 </param> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
418 |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
419 <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
|
420 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
|
421 falsevalue="" |
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
422 argument="-R" |
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
423 label="Annotates the alignment file with 'XS:Z:'-tags to described per read or read-pair the corresponding assigned feature(s)." |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
424 help=""/> |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
425 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
426 </section> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
427 </inputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
428 <outputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
429 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
430 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
|
431 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
|
432 <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
|
433 <actions> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
434 <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
|
435 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
436 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
437 |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
438 <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
|
439 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
|
440 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
|
441 <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
|
442 </data> |
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
443 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
444 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
445 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
|
446 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
|
447 <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
|
448 <actions> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
449 <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
|
450 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
451 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
452 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
453 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
454 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
|
455 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
|
456 <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
|
457 <actions> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
458 <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
|
459 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
460 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
461 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
462 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
463 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
|
464 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
|
465 <actions> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
466 <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
|
467 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
468 </data> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
469 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
470 <data format="tabular" |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
471 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
|
472 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
|
473 <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
|
474 <actions> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
475 <action name="column_names" type="metadata" default="Feature,Length"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
476 </actions> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
477 </data> |
6
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
478 |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
479 <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
|
480 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
|
481 <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
|
482 <actions> |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
483 <action name="column_names" type="metadata" |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
484 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
|
485 </actions> |
9d60a36b5c6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit ffb40a055701dca74e29e651dd820a6bda3d844b
iuc
parents:
4
diff
changeset
|
486 </data> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
487 </outputs> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
488 <tests> |
7
3ce1c701b0df
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents:
6
diff
changeset
|
489 <test expect_num_outputs="3"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
490 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
491 <param name="anno_select" value="history"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
492 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
493 <param name="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
|
494 <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
|
495 <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
|
496 <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
|
497 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
498 <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
|
499 <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
|
500 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
501 </test> |
7
3ce1c701b0df
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a705dfd329f2e917d549215715385f5ef5001d17
iuc
parents:
6
diff
changeset
|
502 <test expect_num_outputs="3"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
503 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
504 <param name="anno_select" value="history"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
505 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
506 <param name="format" value="tabdel_full"/> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
507 <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
|
508 <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
|
509 <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
|
510 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
511 <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
|
512 <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
|
513 </output> |
d417fb66494e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 57dfb61ba50ecfbe8f1c624fdbe2d0a3a8deaa04
iuc
parents:
3
diff
changeset
|
514 <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
|
515 <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
|
516 </output> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
517 </test> |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
518 <test expect_num_outputs="4"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
519 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
520 <param name="anno_select" value="history"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
521 <param name="reference_gene_sets" value="featureCounts_guide.gff" ftype="gff" dbkey="hg38"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
522 <param name="format" value="tabdel_short"/> |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
523 <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
|
524 <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
|
525 <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
|
526 <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
|
527 </output> |
13
386220cf6877
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents:
12
diff
changeset
|
528 <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
|
529 <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
|
530 </output> |
13
386220cf6877
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents:
12
diff
changeset
|
531 <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
|
532 <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
|
533 </output> |
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
534 </test> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
535 <!-- 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
|
536 <test expect_num_outputs="3"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
537 <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
|
538 <param name="anno_select" value="builtin"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
539 <param name="format" value="tabdel_short"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
540 <conditional name="pe_parameters"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
541 <param name="paired_end_status" value="PE_individual"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
542 </conditional> |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
543 <section name="extended_parameters"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
544 <param name="R" value="true"/> |
17
8ce1e2c7ee72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018
iuc
parents:
15
diff
changeset
|
545 </section> |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
546 <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
|
547 <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
|
548 </output> |
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
549 <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
|
550 <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
|
551 </test> |
31
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
552 <!-- Ensure fragment counting works --> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
553 <test expect_num_outputs="3"> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
554 <param name="alignment" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" ftype="bam" dbkey="hg19"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
555 <param name="anno_select" value="builtin"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
556 <param name="format" value="tabdel_short"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
557 <conditional name="pe_parameters"> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
558 <param name="paired_end_status" value="PE_fragments"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
559 </conditional> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
560 <section name="extended_parameters"> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
561 <param name="R" value="true"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
562 </section> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
563 <output name="output_short" file="output_builtin_hg19_fragment.tab"> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
564 <metadata name="column_names" value="Geneid,pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
565 </output> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
566 <output name="output_summary" file="output_summary_builtin_hg19_fragments.tab"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
567 <output name="output_bam" file="output_fragments.bam" ftype="bam"/> |
6f66ae7c5f7a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a0d90afa3160e737786cc448aaf7c92df94a64cc
iuc
parents:
30
diff
changeset
|
568 </test> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
569 <!-- 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
|
570 <test expect_num_outputs="3"> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
571 <param name="alignment" value="featureCounts_input1.bam" ftype="bam" dbkey="hg38"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
572 <param name="anno_select" value="cached"/> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
573 <param name="format" value="tabdel_medium"/> |
11
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
574 <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
|
575 <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
|
576 <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
|
577 </output> |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
578 <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
|
579 <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
|
580 </output> |
e803ca6407c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
iuc
parents:
10
diff
changeset
|
581 </test> |
18
d60b1c4e0347
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents:
17
diff
changeset
|
582 <!-- 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
|
583 <test> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
584 <param name="alignment" value="subset.sorted.bam" ftype="bam"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
585 <param name="anno_select" value="history"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
586 <param name="reference_gene_sets" value="small.gtf" ftype="gtf"/> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
587 <section name="extended_parameters"> |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
588 <param name="R" value="true"/> |
18
d60b1c4e0347
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit b467fdf3fabeed440dcb596108fc792d44e7d8d9
iuc
parents:
17
diff
changeset
|
589 </section> |
21
c946f28be33b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit a956e32b176d645db54db3c86586cc0bfa2fbd3c
iuc
parents:
20
diff
changeset
|
590 <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
|
591 </test> |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
592 </tests> |
8
2a8bb8223a45
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2228563ac1c2bb236c8ac83d08d2b86e21a39e41
iuc
parents:
7
diff
changeset
|
593 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
594 <help><![CDATA[ |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
595 featureCounts |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
596 ############# |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
597 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
598 Overview |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
599 -------- |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
600 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
|
601 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
602 Input formats |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
603 ------------- |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
604 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
|
605 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
606 - 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
|
607 - BAM format |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
608 |
10
46cccc52be5f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit cf1ae941d02bff8848f05c4e4039457656e3a4e8
iuc
parents:
9
diff
changeset
|
609 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
|
610 |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
611 - 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
|
612 - 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
|
613 |
14
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
614 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
|
615 |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
616 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
|
617 |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
618 ====== ==== ======= ======= ====== |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
619 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
|
620 ====== ==== ======= ======= ====== |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
621 497097 chr1 3204563 3207049 - |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
622 497098 chr1 3411783 3411982 - |
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
623 497099 chr1 3660633 3661579 - |
14
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
624 ====== ==== ======= ======= ====== |
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
625 |
15
a8dc8dabf0f3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit e10bdc912c2628796487886c00b70318a6214c5e
iuc
parents:
14
diff
changeset
|
626 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
|
627 |
0
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
628 Output format |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
629 ------------- |
13
386220cf6877
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
iuc
parents:
12
diff
changeset
|
630 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
|
631 |
14
85aaf50ad9dc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca
iuc
parents:
13
diff
changeset
|
632 .. _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
|
633 .. _`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
|
634 .. _`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
|
635 ]]></help> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
636 <citations> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
637 <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
|
638 </citations> |
9e7a369eec58
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 03f64004f90ac0a7be67ecfc355a7b361f3c3314
iuc
parents:
diff
changeset
|
639 </tool> |
30
a56fbe2d6ba7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2d5d24cbdea47adb6eede757016c717840749fd1
iuc
parents:
29
diff
changeset
|
640 |