Mercurial > repos > iarc > mutspec
comparison mutspecStat.xml @ 7:eda59b985b1c draft default tip
Uploaded
author | iarc |
---|---|
date | Mon, 13 Mar 2017 08:21:19 -0400 |
parents | 46a10309dfe2 |
children |
comparison
equal
deleted
inserted
replaced
6:46a10309dfe2 | 7:eda59b985b1c |
---|---|
2 <description>Calculate various statistics on mutations</description> | 2 <description>Calculate various statistics on mutations</description> |
3 | 3 |
4 <requirements> | 4 <requirements> |
5 <requirement type="set_environment">SCRIPT_PATH</requirement> | 5 <requirement type="set_environment">SCRIPT_PATH</requirement> |
6 <requirement type="package" version="5.18.1">perl</requirement> | 6 <requirement type="package" version="5.18.1">perl</requirement> |
7 <requirement type="package" version="3.3">weblogo</requirement> | 7 <requirement type="package" version="3.5">weblogo</requirement> |
8 <requirement type="package" version="1.7.1">numpy</requirement> | 8 <requirement type="package" version="1.9">numpy</requirement> |
9 <requirement type="package" version="3.1.2">R</requirement> | 9 <requirement type="package" version="3.2.1">R</requirement> |
10 <requirement type="package" version="2.11.1">fontconfig</requirement> | |
10 <requirement type="package" version="0.1">mutspec</requirement> | 11 <requirement type="package" version="0.1">mutspec</requirement> |
11 </requirements> | 12 </requirements> |
12 | 13 |
13 <command interpreter="bash"> | 14 <command interpreter="bash"> |
14 mutspecStat_wrapper.sh | 15 mutspecStat_wrapper.sh |
15 $html | 16 $html |
16 ${GALAXY_DATA_INDEX_DIR}/shared/ucsc/chrom/ | 17 ${GALAXY_DATA_INDEX_DIR}/shared/ucsc/chrom/ |
17 #if str($estimateSignature.estimSign) == "true" or $estimateSignature.estimSign == True: | 18 #if str($estimateSignature.estimSign) == "true": |
18 ${estimateSignature.estimT} | 19 ${estimateSignature.estimT} |
19 #else | 20 #else |
20 0 | 21 0 |
21 #end if | 22 #end if |
22 | 23 |
54 <outputs> | 55 <outputs> |
55 <data name="html" type="data" format="html" label="mutation spectra report on ${dataset_list.name}" /> | 56 <data name="html" type="data" format="html" label="mutation spectra report on ${dataset_list.name}" /> |
56 </outputs> | 57 </outputs> |
57 | 58 |
58 <stdio> | 59 <stdio> |
59 <regex match="FutureWarning" | 60 <regex match="FutureWarning" source="both" level="warning" description="FutureWarning" /> |
60 source="both" | 61 <regex match="Missing flag !" source="stderr" level="fatal" description="You have forgotten to specify one or more arguments" /> |
61 level="warning" | 62 <regex match="Error" source="stderr" level="fatal" description="Read error message for more details" /> |
62 description="FutureWarning" /> | 63 <regex match="Erreur" source="both" level="fatal" description="Read error message for more details" /> |
64 <regex match="Use of uninitialized value" source="both" level="fatal" description="Read error message for more details" /> | |
65 <regex match="errors in some of the runs" source="both" level="fatal" description="Specify a lower maximum number of signatures to estimate" /> | |
66 <regex match="Couldn't locate" source="both" level="fatal" description="Read error message for more details" /> | |
63 </stdio> | 67 </stdio> |
64 | 68 |
65 <help> | 69 <help> |
66 | 70 |
67 **What it does** | 71 **What it does** |
150 **Panel 2. Stranded analysis of trinucleotide sequence context of SBS** | 154 **Panel 2. Stranded analysis of trinucleotide sequence context of SBS** |
151 SBS within their trinucleotide sequence context are counted on the non-transcribed and transcribed strands of the gene region they are located in. Counts and frequencies are shown as tables or bar graphs. | 155 SBS within their trinucleotide sequence context are counted on the non-transcribed and transcribed strands of the gene region they are located in. Counts and frequencies are shown as tables or bar graphs. |
152 Only SBS with strand orientation annotation are considered in this analysis (strand annotation retrieved from RefSeq database). | 156 Only SBS with strand orientation annotation are considered in this analysis (strand annotation retrieved from RefSeq database). |
153 | 157 |
154 | 158 |
159 | |
160 -------------------------------------------------------------------------------------------------------------------------------------------------- | |
161 | |
162 **Contact** | |
163 | |
164 ardinm@fellows.iarc.fr; cahaisv@iarc.fr | |
165 | |
166 -------------------------------------------------------------------------------------------------------------------------------------------------- | |
167 | |
168 **Code** | |
169 | |
170 The source code is available on `GitHub`__ | |
171 | |
172 .. __: https://github.com/IARCbioinfo/mutspec.git | |
173 | |
155 </help> | 174 </help> |
156 | 175 |
157 <citations> | 176 <citations> |
158 <citation type="bibtex"> | 177 <citation type="bibtex"> |
159 @article{ardin_mutspec:_2016, | 178 @article{ardin_mutspec:_2016, |