# HG changeset patch # User jbrayet # Date 1453387609 18000 # Node ID c0e515f669a7a276f456e8f17384c0e65b739b67 # Parent 623cbd717b5e75c868ea789a99b32b353336bb7b Uploaded diff -r 623cbd717b5e -r c0e515f669a7 ccat_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ccat_wrapper.xml Thu Jan 21 09:46:49 2016 -0500 @@ -0,0 +1,130 @@ + + Control-based ChIP-seq Analysis Tool + + institutcuriengsintegration/ccat:1.0 + + ccat_wrapper.py '$input_tag_file' '$input_control_file' '$genome' + #if str( $options_type[ 'options_type_selector' ] ) == 'advanced': + '$input_advanced_config_file' + #else: + '$options_type.input_config_file' + #end if + 'CCAT' + '$output_peak_file' '$output_region_file' '$output_top_file' '$output_log_file' '${__root_dir__}' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #if str( $options_type['options_type_selector' ] ) == 'advanced': +fragmentSize ${options_type[ 'fragment_size' ]} +slidingWinSize ${options_type[ 'sliding_window_size' ]} +movingStep ${options_type[ 'moving_step' ]} +isStrandSensitiveMode ${options_type[ 'is_strand_sensitive_mode' ]} +minCount ${options_type[ 'min_count' ]} +outputNum ${options_type[ 'output_num' ]} +randomSeed ${options_type[ 'random_seed' ]} +minScore ${options_type[ 'min_score' ]} +bootstrapPass ${options_type[ 'bootstrap_pass' ]} +#end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool allows ChIP-seq peak/region calling using CCAT. + +View the original CCAT `documentation. <http://cmb.gis.a-star.edu.sg/ChIPSeq/paperCCAT.html>`_ + +------ + +**Citation** + +For the underlying tool, please cite `Xu H, Handoko L, Wei X, Ye C, Sheng J, Wei CL, Lin F, Sung WK. A signal-noise model for significance analysis of ChIP-seq with negative control. Bioinformatics. 2010 May 1;26(9):1199-204. <http://www.ncbi.nlm.nih.gov/pubmed/20371496>`_ + +If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* + + +