# HG changeset patch # User jbrayet # Date 1439300686 14400 # Node ID 6f35e2cbdb6fb183c4b64a17c9f3f4c5420265fa # Parent 4d0e9c0d212e73598aaa1f92cb3bd0d227e500a1 Deleted selected files diff -r 4d0e9c0d212e -r 6f35e2cbdb6f makeTSSdist_wrapper.xml --- a/makeTSSdist_wrapper.xml Tue Aug 11 08:38:07 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,117 +0,0 @@ - - Get peak distribution around TSS - - R - - - -#if str( $if_PDF ) == '0' and $use_reg.use_reg_selector == "no" and $use_control.use_control_selector == "no" #makeTSSdist_wrapper.sh -f $inputfile -l $left -o $outputPNG -r $right -u $stats -v $input_organism.version -p 0 #elif str( $if_PDF ) == '1' and $use_reg.use_reg_selector == "no" and $use_control.use_control_selector == "no" #makeTSSdist_wrapper.sh -f $inputfile -l $left -o $outputPDF -r $right -u $stats -v $input_organism.version -p 1 #elif str( $if_PDF ) == '0' and $use_reg.use_reg_selector == "no" and $use_control.use_control_selector == "yes" # makeTSSdist_wrapper.sh -f $inputfile -c $controlfile -o $outputPNG -l $left -r $right -u $stats -v $input_organism.version -p 0 #elif str( $if_PDF ) == '1' and $use_reg.use_reg_selector == "no" and $use_control.use_control_selector == "yes" # makeTSSdist_wrapper.sh -f $inputfile -c $controlfile -o $outputPDF -l $left -r $right -u $stats -v $input_organism.version -p 1 #elif str( $if_PDF ) == '0' and $use_reg.use_reg_selector == "yes" and $use_control.use_control_selector == "no" # makeTSSdist_wrapper.sh -f $inputfile -e $regfile -l $left -o $outputPNG -r $right -u $stats -v $input_organism.version -p 0 #elif str( $if_PDF ) == '1' and $use_reg.use_reg_selector == "yes" and $use_control.use_control_selector == "no" # makeTSSdist_wrapper.sh -f $inputfile -e $regfile -l $left -o $outputPDF -r $right -u $stats -v $input_organism.version -p 1 #elif str( $if_PDF ) == '0' and $use_reg.use_reg_selector == "yes" and $use_control.use_control_selector == "yes" #makeTSSdist_wrapper.sh -f $inputfile -c $controlfile -l $left -o $outputPNG -r $right -u $stats -v $input_organism.version -e $regfile -p 0 #else # makeTSSdist_wrapper.sh -f $inputfile -c $controlfile -l $left -o $outputPDF -r $right -u $stats -v $input_organism.version -e $regfile -p 1 #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (if_PDF == 0) - - - (if_PDF == True) - - - - - - - - - - - - - - - - - - - - -**What it does** - -This tool creates a .png file with distribution of peaks around gene TSS - - - - @article{Boeva01102012, - author = {Boeva, Valentina and Lermine, Alban and Barette, Camille and Guillouf, Christel and Barillot, Emmanuel}, - title = {Nebula—a web-server for advanced ChIP-seq data analysis}, - volume = {28}, - number = {19}, - pages = {2517-2519}, - year = {2012}, - doi = {10.1093/bioinformatics/bts463}, - URL = {http://bioinformatics.oxfordjournals.org/content/28/19/2517.abstract}, - eprint = {http://bioinformatics.oxfordjournals.org/content/28/19/2517.full.pdf+html}, - journal = {Bioinformatics} - } - -