# HG changeset patch # User jbrayet # Date 1450360832 18000 # Node ID 6f7d497525fc0a165fc317127407f82a47de0d75 # Parent 2a1425b5f4ebe5f3c9ed4991849eeacc7e9979cd Uploaded diff -r 2a1425b5f4eb -r 6f7d497525fc makeTSSdist_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/makeTSSdist_wrapper.xml Thu Dec 17 09:00:32 2015 -0500 @@ -0,0 +1,132 @@ + + + Get peak distribution around TSS + + institutcuriengsintegration/maketssdist:1.0 + + + +#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} + } + +