comparison mutspecStat.xml @ 2:9d363eb081b5 draft

Uploaded
author iarc
date Thu, 28 Apr 2016 03:43:25 -0400
parents 748b7a8b634c
children 916846f73e25
comparison
equal deleted inserted replaced
1:748b7a8b634c 2:9d363eb081b5
12 12
13 <command interpreter="bash"> 13 <command interpreter="bash">
14 mutspecStat_wrapper.sh 14 mutspecStat_wrapper.sh
15 $html 15 $html
16 ${GALAXY_DATA_INDEX_DIR}/shared/ucsc/chrom/ 16 ${GALAXY_DATA_INDEX_DIR}/shared/ucsc/chrom/
17 #if $estimateSignature.estimSign == True: 17 #if str($estimateSignature.estimSign) == "true" or $estimateSignature.estimSign == True:
18 ${estimateSignature.estimT} 18 ${estimateSignature.estimT}
19 #else 19 #else
20 0 20 0
21 #end if 21 #end if
22 22
41 41
42 <param name="pooldata" type="boolean" checked="true" truevalue="--pooldata" falsevalue="" label="Include statistics on the pooled samples" /> 42 <param name="pooldata" type="boolean" checked="true" truevalue="--pooldata" falsevalue="" label="Include statistics on the pooled samples" />
43 <param name="reportSample" type="boolean" checked="false" truevalue="--reportSample" falsevalue="" label="Generate one output file for each sample" help="By default, one output Excel file will be generated with statistics of each sample shown in different data sheets. Setting this option to true will generate one Excel file for each sample instead. It is recommended to use this option if your dataset list contains more than 250 files as the Excel output file may be too heavy to open easily on a computer with limited RAM"/> 43 <param name="reportSample" type="boolean" checked="false" truevalue="--reportSample" falsevalue="" label="Generate one output file for each sample" help="By default, one output Excel file will be generated with statistics of each sample shown in different data sheets. Setting this option to true will generate one Excel file for each sample instead. It is recommended to use this option if your dataset list contains more than 250 files as the Excel output file may be too heavy to open easily on a computer with limited RAM"/>
44 44
45 <conditional name="estimateSignature"> 45 <conditional name="estimateSignature">
46 <param name="estimSign" type="boolean" label="Compute statistics for estimating the number of signatures" help="This option gererates different statistics that can be used to estimate the number of signatures to extract with NMF (this number should be used in the MutSpec-NMF tool"/> 46 <param name="estimSign" type="boolean" checked="false" truevalue="true" label="Compute statistics for estimating the number of signatures" help="This option gererates different statistics that can be used to estimate the number of signatures to extract with NMF (this number should be used in the MutSpec-NMF tool"/>
47 <when value="true"> 47 <when value="true">
48 <param name="estimT" type="text" value="8" label="Maximum number of signatures to compute" help="Warning: Selecting a number above 8 may not work on small datasets"/> 48 <param name="estimT" type="text" value="8" label="Maximum number of signatures to compute" help="Warning: Selecting a number above 8 may not work on small datasets"/>
49 </when> 49 </when>
50 </conditional> 50 </conditional>
51 51