Mercurial > repos > fubar > differential_count_models
comparison rgedgeR/rgedgeRpaired.xml @ 8:a4edc1360ea9 draft
Uploaded
author | fubar |
---|---|
date | Sat, 27 Jul 2013 01:28:03 -0400 |
parents | 8c0405de0695 |
children | 2e35432ee040 |
comparison
equal
deleted
inserted
replaced
7:8c0405de0695 | 8:a4edc1360ea9 |
---|---|
7 <requirement type="package" version="9.07">ghostscript</requirement> | 7 <requirement type="package" version="9.07">ghostscript</requirement> |
8 </requirements> | 8 </requirements> |
9 | 9 |
10 <command interpreter="python"> | 10 <command interpreter="python"> |
11 rgToolFactory.py --script_path "$runme" --interpreter "Rscript" --tool_name "DifferentialCounts" | 11 rgToolFactory.py --script_path "$runme" --interpreter "Rscript" --tool_name "DifferentialCounts" |
12 --output_dir "$html_file.files_path" --output_html "$html_file" --output_tab "$outtab" --make_HTML "yes" | 12 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" |
13 </command> | 13 </command> |
14 <inputs> | 14 <inputs> |
15 <param name="input1" type="data" format="tabular" label="Select an input matrix - rows are contigs, columns are counts for each sample" | 15 <param name="input1" type="data" format="tabular" label="Select an input matrix - rows are contigs, columns are counts for each sample" |
16 help="Use the HTSeq based count matrix preparation tool to create these matrices from BAM/SAM files and a GTF file of genomic features"/> | 16 help="Use the HTSeq based count matrix preparation tool to create these matrices from BAM/SAM files and a GTF file of genomic features"/> |
17 <param name="title" type="text" value="Differential Counts" size="80" label="Title for job outputs" | 17 <param name="title" type="text" value="Differential Counts" size="80" label="Title for job outputs" |
92 <option value="none">no control for multiple tests</option> | 92 <option value="none">no control for multiple tests</option> |
93 </param> | 93 </param> |
94 </inputs> | 94 </inputs> |
95 <outputs> | 95 <outputs> |
96 <data format="tabular" name="out_edgeR" label="${title}_topTable_edgeR.xls"> | 96 <data format="tabular" name="out_edgeR" label="${title}_topTable_edgeR.xls"> |
97 <filter>edgeR.doedgeR == "T"</filter> | 97 <filter>doedgeR == "T"</filter> |
98 </data> | 98 </data> |
99 <data format="tabular" name="out_DESeq2" label="${title}_topTable_DESeq2.xls"> | 99 <data format="tabular" name="out_DESeq2" label="${title}_topTable_DESeq2.xls"> |
100 <filter>DESeq2.doDESeq2 == "T"</filter> | 100 <filter>doDESeq2 == "T"</filter> |
101 </data> | 101 </data> |
102 <data format="tabular" name="out_VOOM" label="${title}_topTable_VOOM.xls"> | 102 <data format="tabular" name="out_VOOM" label="${title}_topTable_VOOM.xls"> |
103 <filter>doVoom == "T"</filter> | 103 <filter>doVoom == "T"</filter> |
104 </data> | 104 </data> |
105 <data format="html" name="html_file" label="${title}.html"/> | 105 <data format="html" name="html_file" label="${title}.html"/> |
121 <param name='fdrthresh' value="0.05" /> | 121 <param name='fdrthresh' value="0.05" /> |
122 <param name='control_name' value='control' /> | 122 <param name='control_name' value='control' /> |
123 <param name='subjectids' value='' /> | 123 <param name='subjectids' value='' /> |
124 <param name='Treat_cols' value='3,4,5,9' /> | 124 <param name='Treat_cols' value='3,4,5,9' /> |
125 <param name='Control_cols' value='2,6,7,8' /> | 125 <param name='Control_cols' value='2,6,7,8' /> |
126 <output name='outtab' file='edgeRtest1out.xls' compare='diff' /> | 126 <output name='out_edgeR' file='edgeRtest1out.xls' compare='diff' /> |
127 <output name='html_file' file='edgeRtest1out.html' compare='diff' lines_diff='20' /> | 127 <output name='html_file' file='edgeRtest1out.html' compare='diff' lines_diff='20' /> |
128 </test> | 128 </test> |
129 </tests> | 129 </tests> |
130 | 130 |
131 <configfiles> | 131 <configfiles> |
684 Input = "$input1" | 684 Input = "$input1" |
685 TreatmentName = "$treatment_name" | 685 TreatmentName = "$treatment_name" |
686 TreatmentCols = "$Treat_cols" | 686 TreatmentCols = "$Treat_cols" |
687 ControlName = "$control_name" | 687 ControlName = "$control_name" |
688 ControlCols= "$Control_cols" | 688 ControlCols= "$Control_cols" |
689 outputfilename = "$outtab" | |
690 org = "$input1.dbkey" | 689 org = "$input1.dbkey" |
691 if (org == "") { org = "hg19"} | 690 if (org == "") { org = "hg19"} |
692 fdrtype = "$fdrtype" | 691 fdrtype = "$fdrtype" |
693 fdrthresh = $fdrthresh | 692 fdrthresh = $fdrthresh |
694 useNDF = "$useNDF" | 693 useNDF = "$useNDF" |