annotate picard_CollectRnaSeqMetrics.xml @ 27:a1f0b3f4b781 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
author iuc
date Wed, 19 Feb 2020 14:27:00 -0500
parents f6ced08779c4
children f9242e01365a
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}"
20
2a17c789e0a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
iuc
parents: 19
diff changeset
60 @TMPDIR_OPTION@
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
61 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
62
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
63 ]]></command>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
64
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
65 <inputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
66 <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
67 <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
68 <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
69 <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
70 <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
71 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
72 <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
73 <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
74 <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
75 <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
76 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
77 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
78 <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
79 <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
80 </when>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
81 </conditional>
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
82
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
83 <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
84 <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
85 <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
86 <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
87 </param>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
88 <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
89 <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
90 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
91 type="data"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
92 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
93 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
94 <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
95 <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
96 format="tabular"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
97 type="data"
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
98 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
99 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
100 </when>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
101 </conditional>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
102
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
103
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
104 <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
105 <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
106 <option value="NONE" selected="True">None</option>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
107 <option value="FIRST_READ_TRANSCRIPTION_STRAND">First read transcription strand</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
108 <option value="SECOND_READ_TRANSCRIPTION_STRAND">Second read transcription strand</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
109 </param>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
110 <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
111 <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
112 <param name="sequence" type="text" label="Ignore reads matching this sequence"/>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
113 </repeat>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
114 <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
115 <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
116 <option value="ALL_READS" selected="True">All reads</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
117 <option value="SAMPLE">Sample</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
118 <option value="LIBRARY">Library</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
119 <option value="READ_GROUP">Read group</option>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
120 </param>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
121 <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
122
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
123 <expand macro="VS" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
124
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
125 </inputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
126 <outputs>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
127 <data format="pdf" name="pdfFile" label="${tool.name} on ${on_string}: Chart PDF"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
128 <data format="tabular" name="outFile" label="${tool.name} on ${on_string}: Summary stats"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
129 </outputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
130
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
131 <tests>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
132 <test>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
133 <param name="reference_source_selector" value="history"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
134 <param name="ref_file" value="picard_CollectRnaSeqMetrics_ref.fa" ftype="fasta"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
135 <param name="inputFile" value="picard_CollectRnaSeqMetrics.bam" ftype="bam"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
136 <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
137
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
138 <param name="gene_reference_source_selector" value="refflat" />
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
139 <param name="refFlat" value="picard_CollectRnaSeqMetrics.refFlat" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
140 <param name="metric_accumulation_level" value="ALL_READS" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
141 <param name="minimum_length" value="500" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
142 <param name="strand_specificity" value="NONE" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
143 <param name="rrna_fragment_percentage" value="0.8" />
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
144 <output name="outFile" file="picard_CollectRnaSeqMetrics_test1.tab" ftype="tabular" lines_diff="4"/>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
145 </test>
27
a1f0b3f4b781 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 11b94d7cd69b919f16feb10bd4b830a963334ab8"
iuc
parents: 22
diff changeset
146 <test>
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="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
148 <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
149 <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
150 <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
151
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="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
153 <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
154 <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
155 <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
156 <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
157 <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
158 <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
159 </test>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
160
15
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
161 <test>
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="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
163 <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
164 <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
165 <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
166
15
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="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
168 <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
169 <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
170 <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
171 <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
172 <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
173 <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
174 </test>
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
175
00fe2ff64467 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit f65b40f4eb3c3431b8d9213f86238deebfd6bc29
devteam
parents: 14
diff changeset
176 <test>
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="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
178 <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
179 <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
180 <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
181
15
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="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
183 <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
184 <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
185 <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
186 <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
187 <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
188 <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
189 </test>
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
190 </tests>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
191 <help>
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
192
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
193 .. class:: infomark
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
194
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
195 **Purpose**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
196
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
197 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
198
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
199 @dataset_collections@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
200
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
201 -----
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
202
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
203 .. class:: warningmark
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
204
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
205 **Obtaining gene annotations in refFlat format**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
206
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
207 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
208
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
209 1. Click on **Get Data** in the upper part of left pane of Galaxy interface
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
210 2. Click on **UCSC Main** link
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
211 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
212 4. In the **output format** field choose **selected fields from primary and related tables**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
213 5. Click **get output** button
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
214 6. In the first table presented at the top of the page select (using checkboxes) first 11 fields:
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
215 name
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
216 chrom
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
217 strand
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
218 txStart
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
219 txEnd
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
220 cdsStart
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
221 cdsEnd
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
222 exonCount
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
223 exonStarts
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
224 exonEnds
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
225 proteinId
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
226 7. Click **done with selection**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
227 8. Click **Send query to Galaxy**
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
228 9. A new dataset will appear in the current Galaxy history
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
229 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
230
17
fc288950c3b7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit a55cff7dfc145ed17ec2ee9f6a70d51c6f9d74b6
iuc
parents: 16
diff changeset
231 .. _refFlat: https://genome.ucsc.edu/FAQ/FAQformat.html#format9
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
232
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
233 @description@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
234
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
235 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
236 https://genome.ucsc.edu/FAQ/FAQformat.html#format9 Required.
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
237
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
238 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
239 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
240 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
241 generated from BED datasetes using Galaxy's wrapper for picard_BedToIntervalList tool
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
242
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
243 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
244 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
245 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
246 {NONE, FIRST_READ_TRANSCRIPTION_STRAND, SECOND_READ_TRANSCRIPTION_STRAND}
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
247
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
248 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
249 length or greater. Default value: 500.
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
250
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
251 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
252 counted as ignored bases.
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
253
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
254 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
255 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
256 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
257
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
258 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
259 LEVEL=MetricAccumulationLevel The level(s) at which to accumulate metrics. Possible values: {ALL_READS, SAMPLE,
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
260 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
261
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
262 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
263 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
264 value: true. Possible values: {true, false}
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
265
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
266 @more_info@
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
267
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
268 </help>
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 17
diff changeset
269 <expand macro="citations" />
5
3d4f1fa26f0e Uploaded
devteam
parents:
diff changeset
270 </tool>