# HG changeset patch # User jbrayet # Date 1452698408 18000 # Node ID 9106f862728eccd35a3cf7d78c36e291d244942c # Parent c7901290c849ebcf0c71cbdff006f5c44572377c Uploaded diff -r c7901290c849 -r 9106f862728e hmcan_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hmcan_wrapper.xml Wed Jan 13 10:20:08 2016 -0500 @@ -0,0 +1,163 @@ + + Histone Modification detection in Cancer samples + + institutcuriengsintegration/hmcan:1.0 + + hmcan_wrapper.py '${input_chip_file}' '${input_control_file}' '${hmcan_config_file}' '${gccount_config_file}' '${project_name}' '${output_peaks_file}' '${output_regions_file}' '${output_density_file}' '${output_posterior_proba_file}' '${hmcan_log_report}' '$genome['chr_len_file']' '${file_format}' '${genome.genome_selector}' '${__root_dir__}' 2> '${hmcan_log_report}' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + print_wig==True + + + + print_posterior_proba==True + + + + print_logging==True + + + + + format ${file_format} +GCIndex +genomePath $genome['genome_path'] +minLength ${min_len} +medLength ${med_len} +maxLength ${max_len} +smallBinLength ${bin_size} +largeBinLength +pvalueThreshold ${p_value} +mergeDistance ${merge_dist} +blackListFile ${input_blacklist_file} +#if str($option_type ['option_type_selector'])=="advanced": +iterationThreshold ${option_type['iteration_score_threshold']} +finalThreshold ${option_type['final_score_threshold']} +maxIter ${option_type['max_iter']} +#else: +iterationThreshold 5 +finalThreshold 10 +maxIter 20 +#end if +PrintWig ${print_wig} +PrintPosterior ${print_posterior_proba} + + [general] + +window = +step = +outputDir = . +chrFiles = $genome['genome_path'] +chrLenFile = $genome['chr_len_file'] +gemMappabilityFile = $genome['mappability'] + + + + +**What it does** + +HMCan detects histone modifications in cancer samples. + +**Cite HMCan** + +If you use this tool, please cite : HMCan: a method for detecting chromatin modifications in cancer samples using ChIP-seq data.Haitham Ashoor; Aurelie Herault; Aurelie Kamoun; Francois Radvanyi; Vladimir B. Bajic; Emmanuel Barillot; Valentina Boeva.Bioinformatics 2013; doi: 10.1093/bioinformatics/btt524 + + + + +