Mercurial > repos > iuc > multigps
comparison multigps.xml @ 17:3ea58bab5819 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2017 19:30:00 -0400 |
| parents | 786468a702b0 |
| children | 5f6b4c0fb473 |
comparison
equal
deleted
inserted
replaced
| 16:786468a702b0 | 17:3ea58bab5819 |
|---|---|
| 6 <requirements> | 6 <requirements> |
| 7 <requirement type="package" version="0.74">multigps</requirement> | 7 <requirement type="package" version="0.74">multigps</requirement> |
| 8 </requirements> | 8 </requirements> |
| 9 <command detect_errors="aggressive"> | 9 <command detect_errors="aggressive"> |
| 10 <![CDATA[ | 10 <![CDATA[ |
| 11 #set design_file = '$build_design_file' | |
| 11 #set output_dir = $output_html.files_path | 12 #set output_dir = $output_html.files_path |
| 12 mkdir -p $output_dir && | 13 mkdir -p $output_dir && |
| 13 multigps | 14 multigps |
| 14 ## General options | 15 ## General options |
| 15 --design '$design_file' | 16 --design '$design_file' |
| 151 && mv $output_dir/*.html '$output_html' | 152 && mv $output_dir/*.html '$output_html' |
| 152 && mv $output_dir/*.table.txt '$all_events_table' | 153 && mv $output_dir/*.table.txt '$all_events_table' |
| 153 ]]> | 154 ]]> |
| 154 </command> | 155 </command> |
| 155 <configfiles> | 156 <configfiles> |
| 156 <configfile name="design_file"> | 157 <configfile name="build_design_file"> |
| 157 <![CDATA[ | 158 <![CDATA[ |
| 158 #for $cond_i, $condition_items in enumerate($condition_repeat): | 159 #for $cond_i, $condition_items in enumerate($condition_repeat): |
| 159 #for $signal_items in $condition_items['signal_repeat']: | 160 #for $signal_items in $condition_items['signal_repeat']: |
| 160 #set signal = $signal_items['signal'] | 161 #set signal = $signal_items['signal'] |
| 161 #set replicate_name = $signal_items['replicate_name'] | 162 #set replicate_name = $signal_items['replicate_name'] |
| 245 </param> | 246 </param> |
| 246 </when> | 247 </when> |
| 247 </conditional> | 248 </conditional> |
| 248 <!-- Scaling data --> | 249 <!-- Scaling data --> |
| 249 <conditional name="scale_data_cond"> | 250 <conditional name="scale_data_cond"> |
| 250 <param name="scale_data" type="select" label="Set data scaling parameters?" help="Default behavior is to scale signal to corresponding controls using the Normalization of ChIP-seq (NCIS) method described by Liang & Ketes, BMC Bioinformatics 2012."> | 251 <param name="scale_data" type="select" label="Set data scaling parameters?" help="Default behavior is to scale signal to corresponding controls using the Normalization of ChIP-seq (NCIS) method.[2]"> |
| 251 <option value="no" selected="True">No</option> | 252 <option value="no" selected="True">No</option> |
| 252 <option value="yes">Yes</option> | 253 <option value="yes">Yes</option> |
| 253 </param> | 254 </param> |
| 254 <when value="yes"> | 255 <when value="yes"> |
| 255 <param name="scaling" type="select" label="Use signal vs control scaling?"> | 256 <param name="scaling" type="select" label="Use signal vs control scaling?"> |
| 508 - **EdgeR over-dispersion parameter value** - EdgeR over-dispersion parameter value. | 509 - **EdgeR over-dispersion parameter value** - EdgeR over-dispersion parameter value. |
| 509 - **Minimum p-value for reporting differential enrichment** - Minimum p-value for reporting differential enrichment. | 510 - **Minimum p-value for reporting differential enrichment** - Minimum p-value for reporting differential enrichment. |
| 510 | 511 |
| 511 </help> | 512 </help> |
| 512 <citations> | 513 <citations> |
| 513 <citation type="doi">10.1371/journal.pcbi.1003501</citation> | 514 <citation type="bibtex"> |
| 515 @article{Mahony2014, | |
| 516 journal = {PLOS Computational Biology}, | |
| 517 author = {1. Mahony S, Edwards MD, Mazzoni EO, Sherwood RI, Kakumanu A, Morrison CA, Wichterle H, Gifford DK}, | |
| 518 title = {An Integrated Model of Multiple-Condition ChIP-Seq Data Reveals Predeterminants of Cdx2 Binding}, | |
| 519 year = {2014},} | |
| 520 volume = {10}, | |
| 521 number = {3}, | |
| 522 pages = {e1003501},} | |
| 523 </citation> | |
| 524 <citation type="bibtex"> | |
| 525 @article{Liang2012, | |
| 526 journal = {BMC Bioinformatics}, | |
| 527 author = {2. Liang, Ketes}, | |
| 528 title = {Normalization of ChIP-seq data with control}, | |
| 529 year = {2012},} | |
| 530 </citation> | |
| 514 </citations> | 531 </citations> |
| 515 </tool> | 532 </tool> |
