annotate picard_CollectRnaSeqMetrics.xml @ 32:f9242e01365a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 285fab1660daa944d6833ae1e059b30cb1e88309
author iuc
date Mon, 25 Sep 2023 08:32:17 +0000
parents a1f0b3f4b781
children 3f254c5ced1d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
1 <tool name="CollectRnaSeqMetrics" id="picard_CollectRnaSeqMetrics" version="@TOOL_VERSION@.@WRAPPER_VERSION@">
8
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
2 <description> collect metrics about the alignment of RNA to various functional classes of loci in the genome</description>
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
3 <macros>
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
4 <import>picard_macros.xml</import>
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
5 <token name="@WRAPPER_VERSION@">2</token>
8
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
6 </macros>
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
7 <expand macro="requirements">
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
8 <requirement type="package" version="3.4.1">r-base</requirement>
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
9 <requirement type="package" version="357">ucsc-gff3togenepred</requirement>
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
10 <requirement type="package" version="357">ucsc-gtftogenepred</requirement>
8
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
11 </expand>
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
13 ## Set up input files
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
14 @symlink_element_identifier@
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
15 ## Reference sequences
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
16
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
17 #set $reference_fasta_filename = "localref.fa"
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
18
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
19 @handle_reference_source@
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
20
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
21 ## refFlat data
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
22 ## The awk line below converts a file obtained from UCSC as specified in the tool help to refFlat format
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
23
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
24 #if str($gene_reference_source.gene_reference_source_selector) == "gtf"
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
25 #if $gene_reference_source.refFlat.ext == 'gff3'
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
26 gff3ToGenePred '${gene_reference_source.refFlat}' refFlat.tab.raw &&
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
27 #else
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
28 gtfToGenePred -genePredExt '${gene_reference_source.refFlat}' refFlat.tab.raw &&
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
29 #end if
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
30 grep -v '^#' refFlat.tab.raw | awk '{print $12"\t"$1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6"\t"$7"\t"$8"\t"$9"\t"$10}' > refFlat.tab &&
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
31 #else
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
32 grep -v '^#' ${refFlat} | awk '{if ($3 == "+" || $3 == "-") print $11"\t"$1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6"\t"$7"\t"$8"\t"$9"\t"$10; else print}' > refFlat.tab &&
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
33 #end if
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
34
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
35 ## Start picard command
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
36
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
37 @java_options@
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
38 picard
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
39 CollectRnaSeqMetrics
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
40 REF_FLAT=refFlat.tab
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
41
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
42 #if str( $ribosomal_intervals ) != "None":
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
43 RIBOSOMAL_INTERVALS="${ribosomal_intervals}"
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
44 #end if
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
45
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
46 STRAND_SPECIFICITY="${strand_specificity}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
47 MINIMUM_LENGTH="${minimum_length}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
48 CHART_OUTPUT="${pdfFile}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
49
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
50 #for $sequence_to_ignore in $ignore_list:
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
51 IGNORE_SEQUENCE="${sequence_to_ignore.sequence}"
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
52 #end for
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
53
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
54 RRNA_FRAGMENT_PERCENTAGE="${rrna_fragment_percentage}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
55 METRIC_ACCUMULATION_LEVEL="${metric_accumulation_level}"
14
465cbb0cf2eb planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 74ee0f0b594075fab7f707aaffb4a7f9dac35f2f
devteam
parents: 13
diff changeset
56 INPUT='$escaped_element_identifier'
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
57 OUTPUT="${outFile}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
58 REFERENCE_SEQUENCE="${reference_fasta_filename}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
59 ASSUME_SORTED="${assume_sorted}"
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
60 VALIDATION_STRINGENCY=${validation_stringency}
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
61
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
62 ]]></command>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
63
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
64 <inputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
65 <param format="sam,bam" type="data" name="inputFile" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
66 <conditional name="reference_source">
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
67 <param name="reference_source_selector" type="select" label="Load reference genome from">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
68 <option value="cached">Local cache</option>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
69 <option value="history">History</option>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
70 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
71 <when value="cached">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
72 <param name="ref_file" type="select" label="Using reference genome" help="REFERENCE_SEQUENCE">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
73 <options from_data_table="all_fasta"></options>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
74 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
75 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
76 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
77 <when value="history">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
78 <param name="ref_file" type="data" format="fasta" label="Use the folloing dataset as the reference sequence" help="REFERENCE_SEQUENCE; You can upload a FASTA sequence to the history and use it as reference" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
79 </when>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
80 </conditional>
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
81
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
82 <conditional name="gene_reference_source">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
83 <param name="gene_reference_source_selector" type="select" label="Load gene annotation from">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
84 <option value="gtf">GTF/GFF3</option>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
85 <option value="refflat">refFlat</option>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
86 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
87 <when value="gtf">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
88 <param name="refFlat"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
89 format="gtf,gff3"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
90 type="data"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
91 label="Gene annotation (GTF/GFF3)"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
92 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
93 <when value="refflat">
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
94 <param name="refFlat"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
95 format="tabular"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
96 type="data"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
97 label="Gene annotations in refFlat form"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
98 help="See &quot;Obtaining gene annotations in refFlat format&quot; below for help"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
99 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
100 </conditional>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
101
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
102
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
103 <param name="ribosomal_intervals" format="picard_interval_list" type="data" optional="True" label="Location of rRNA sequences in genome, in interval_list format" help="RIBOSOMAL_INTERVALS; If not specified no bases will be identified as being ribosomal. The list of intervals can be geberated from BED or Interval datasets using Galaxy BedToIntervalList tool"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
104 <param name="strand_specificity" type="select" label="What is the RNA-seq library strand specificity" help="STRAND_SPECIFICITY; For unpaired reads, use FIRST_READ_TRANSCRIPTION_STRAND if the reads are expected to be on the transcription strand.">
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
105 <option value="NONE" selected="True">None</option>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
106 <option value="FIRST_READ_TRANSCRIPTION_STRAND">First read transcription strand</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
107 <option value="SECOND_READ_TRANSCRIPTION_STRAND">Second read transcription strand</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
108 </param>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
109 <param name="minimum_length" type="integer" value="500" label="When calculating coverage based values use only use transcripts of this length or greater" help="MINIMUM_LENGTH; default=500"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
110 <repeat name="ignore_list" title="Sequences to ignore" min="0" help="You can provide multiple sequences by clicking the button below">
9
5eaa8a968300 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1
devteam
parents: 8
diff changeset
111 <param name="sequence" type="text" label="Ignore reads matching this sequence"/>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
112 </repeat>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
113 <param name="rrna_fragment_percentage" type="float" value="0.8" label="This percentage of the length of a fragment must overlap one of the ribosomal intervals for a read or read pair to be considered rRNA." help="RRNA_FRAGMENT_PERCENTAGE; default=0.8"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
114 <param name="metric_accumulation_level" type="select" label="The level(s) at which to accumulate metrics" multiple="true" help="METRIC_ACCUMULATION_LEVEL">
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
115 <option value="ALL_READS" selected="True">All reads</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
116 <option value="SAMPLE">Sample</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
117 <option value="LIBRARY">Library</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
118 <option value="READ_GROUP">Read group</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
119 </param>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
120 <param name="assume_sorted" type="boolean" label="Assume the input file is already sorted" checked="true" truevalue="true" falsevalue="false" help="ASSUME_SORTED"/>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
121
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
122 <expand macro="VS" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
123
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
124 </inputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
125 <outputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
126 <data format="pdf" name="pdfFile" label="${tool.name} on ${on_string}: Chart PDF"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
127 <data format="tabular" name="outFile" label="${tool.name} on ${on_string}: Summary stats"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
128 </outputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
129
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
130 <tests>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
131 <test>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
132 <param name="reference_source_selector" value="history"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
133 <param name="ref_file" value="picard_CollectRnaSeqMetrics_ref.fa" ftype="fasta"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
134 <param name="inputFile" value="picard_CollectRnaSeqMetrics.bam" ftype="bam"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
135 <param name="assume_sorted" value="true" />
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
136
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
137 <param name="gene_reference_source_selector" value="refflat" />
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
138 <param name="refFlat" value="picard_CollectRnaSeqMetrics.refFlat" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
139 <param name="metric_accumulation_level" value="ALL_READS" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
140 <param name="minimum_length" value="500" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
141 <param name="strand_specificity" value="NONE" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
142 <param name="rrna_fragment_percentage" value="0.8" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
143 <output name="outFile" file="picard_CollectRnaSeqMetrics_test1.tab" ftype="tabular" lines_diff="4"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
144 </test>
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
145 <test>
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
146 <param name="reference_source_selector" value="history"/>
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
147 <param name="ref_file" value="picard_CollectRnaSeqMetrics_ref.fa" ftype="fasta"/>
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
148 <param name="inputFile" value="picard_CollectRnaSeqMetrics.bam" ftype="bam"/>
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
149 <param name="assume_sorted" value="true" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
150
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
151 <param name="gene_reference_source_selector" value="refflat" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
152 <param name="refFlat" value="picard_CollectRnaSeqMetrics.ucsc_output" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
153 <param name="metric_accumulation_level" value="ALL_READS" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
154 <param name="minimum_length" value="500" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
155 <param name="strand_specificity" value="NONE" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
156 <param name="rrna_fragment_percentage" value="0.8" />
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
157 <output name="outFile" file="picard_CollectRnaSeqMetrics_test1.tab" ftype="tabular" lines_diff="4"/>
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
158 </test>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
159
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
160 <test>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
161 <param name="reference_source_selector" value="history"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
162 <param name="ref_file" value="picard_CollectRnaSeqMetrics_ref.fa" ftype="fasta"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
163 <param name="inputFile" value="picard_CollectRnaSeqMetrics.bam" ftype="bam"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
164 <param name="assume_sorted" value="true" />
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
165
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
166 <param name="gene_reference_source_selector" value="gtf" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
167 <param name="refFlat" value="picard_CollectRnaSeqMetrics.gtf" ftype="gtf" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
168 <param name="metric_accumulation_level" value="ALL_READS" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
169 <param name="minimum_length" value="500" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
170 <param name="strand_specificity" value="NONE" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
171 <param name="rrna_fragment_percentage" value="0.8" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
172 <output name="outFile" file="picard_CollectRnaSeqMetrics_test2.tab" ftype="tabular" lines_diff="4"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
173 </test>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
174
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
175 <test>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
176 <param name="reference_source_selector" value="history"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
177 <param name="ref_file" value="picard_CollectRnaSeqMetrics_ref.fa" ftype="fasta"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
178 <param name="inputFile" value="picard_CollectRnaSeqMetrics.bam" ftype="bam"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
179 <param name="assume_sorted" value="true" />
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
180
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
181 <param name="gene_reference_source_selector" value="gtf" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
182 <param name="refFlat" value="picard_CollectRnaSeqMetrics.gff3" ftype="gff3" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
183 <param name="metric_accumulation_level" value="ALL_READS" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
184 <param name="minimum_length" value="500" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
185 <param name="strand_specificity" value="NONE" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
186 <param name="rrna_fragment_percentage" value="0.8" />
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
187 <output name="outFile" file="picard_CollectRnaSeqMetrics_test3.tab" ftype="tabular" lines_diff="4"/>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
188 </test>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
189 </tests>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
190 <help>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
191
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
192 .. class:: infomark
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
193
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
194 **Purpose**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
195
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
196 Collects metrics about the alignment of RNA to various functional classes of loci in the genome: coding, intronic, UTR, intergenic, ribosomal.
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
197
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
198 @dataset_collections@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
199
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
200 -----
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
201
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
202 .. class:: warningmark
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
203
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
204 **Obtaining gene annotations in refFlat format**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
205
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
206 This tool requires gene annotations in refFlat_ format. These data can be obtained from UCSC table browser directly through Galaxy by following these steps:
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
207
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
208 1. Click on **Get Data** in the upper part of left pane of Galaxy interface
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
209 2. Click on **UCSC Main** link
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
210 3. Set your genome and dataset of interest. It **must** be the same genome build against which you have mapped the reads contained in the BAM file you are analyzing
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
211 4. In the **output format** field choose **selected fields from primary and related tables**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
212 5. Click **get output** button
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
213 6. In the first table presented at the top of the page select (using checkboxes) first 11 fields:
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
214 name
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
215 chrom
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
216 strand
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
217 txStart
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
218 txEnd
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
219 cdsStart
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
220 cdsEnd
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
221 exonCount
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
222 exonStarts
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
223 exonEnds
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
224 proteinId
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
225 7. Click **done with selection**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
226 8. Click **Send query to Galaxy**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
227 9. A new dataset will appear in the current Galaxy history
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
228 10. Use this dataset as the input for **Gene annotations in refFlat form** dropdown of this tool
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
229
17
fc288950c3b7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit a55cff7dfc145ed17ec2ee9f6a70d51c6f9d74b6
iuc
parents: 16
diff changeset
230 .. _refFlat: https://genome.ucsc.edu/FAQ/FAQformat.html#format9
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
231
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
232 @description@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
233
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
234 REF_FLAT=File Gene annotations in refFlat form. Format described here:
17
fc288950c3b7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit a55cff7dfc145ed17ec2ee9f6a70d51c6f9d74b6
iuc
parents: 16
diff changeset
235 https://genome.ucsc.edu/FAQ/FAQformat.html#format9 Required.
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
236
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
237 RIBOSOMAL_INTERVALS=File Location of rRNA sequences in genome, in interval_list format. If not specified no bases
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
238 will be identified as being ribosomal. Format described here:
16
6741a8ace658 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents: 15
diff changeset
239 https://samtools.github.io/htsjdk/javadoc/htsjdk/htsjdk/samtools/util/IntervalList.html and can be
6741a8ace658 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents: 15
diff changeset
240 generated from BED datasetes using Galaxy's wrapper for picard_BedToIntervalList tool
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
241
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
242 STRAND_SPECIFICITY=StrandSpecificity
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
243 STRAND=StrandSpecificity For strand-specific library prep. For unpaired reads, use FIRST_READ_TRANSCRIPTION_STRAND
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
244 if the reads are expected to be on the transcription strand. Required. Possible values:
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
245 {NONE, FIRST_READ_TRANSCRIPTION_STRAND, SECOND_READ_TRANSCRIPTION_STRAND}
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
246
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
247 MINIMUM_LENGTH=Integer When calculating coverage based values (e.g. CV of coverage) only use transcripts of this
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
248 length or greater. Default value: 500.
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
249
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
250 IGNORE_SEQUENCE=String If a read maps to a sequence specified with this option, all the bases in the read are
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
251 counted as ignored bases.
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
252
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
253 RRNA_FRAGMENT_PERCENTAGE=Double
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
254 This percentage of the length of a fragment must overlap one of the ribosomal intervals
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
255 for a read or read pair by this must in order to be considered rRNA. Default value: 0.8.
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
256
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
257 METRIC_ACCUMULATION_LEVEL=MetricAccumulationLevel
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
258 LEVEL=MetricAccumulationLevel The level(s) at which to accumulate metrics. Possible values: {ALL_READS, SAMPLE,
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
259 LIBRARY, READ_GROUP} This option may be specified 0 or more times.
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
260
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
261 ASSUME_SORTED=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
262 AS=Boolean If true (default), then the sort order in the header file will be ignored. Default
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
263 value: true. Possible values: {true, false}
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
264
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
265 @more_info@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
266
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
267 </help>
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
268 <expand macro="citations" />
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
269 </tool>