# HG changeset patch # User bgruening # Date 1375460549 14400 # Node ID 7f8dc9e3df053a5bfb1fd93b8b1b705728130258 # Parent c6f1a059bc7d1529770baf7ab34db5b9bc80a6ad Uploaded diff -r c6f1a059bc7d -r 7f8dc9e3df05 computeGCBias.xml --- a/computeGCBias.xml Fri Aug 02 12:18:55 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,144 +0,0 @@ - - - - - - - computeGCBias - --bamfile '$bamInput' - --species '$species' - --GCbiasFrequenciesFile $outFileName - --fragmentLength $fragmentLength - - #if $source.ref_source=="history": - --genome $source.input1 - #else: - --genome "${source.input1_2bit.fields.path}" - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - #if str($advancedOpt.region.value) != '': - --region '$advancedOpt.region' - #end if - - --binSize '$advancedOpt.binSize' - --sampleSize '$advancedOpt.sampleSize' - --regionSize '$advancedOpt.regionSize' - - #if $advancedOpt.filterOut: - --filterOut $advancedOpt.filterOut - #end if - - #if $advancedOpt.extraSampling: - --extraSampling $advancedOpt.extraSampling - #end if - - #end if - - #set move="" - #if $output.showOutputSettings == "yes" - #if $output.saveBiasPlot: - --biasPlot biasPlot.png - #set move="mv biasPlot.png $biasPlot" - #end if - #end if - ; $move - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (output['showOutputSettings'] == 'yes' and output['saveBiasPlot'] == True) - - - - -**What it does** - -Computes the GC bias ussing Benjamini's method [citation]. The resulting GC -bias can later be used to plot the bias or to correct the bias. - ------ - -.. class:: infomark - -Please acknowledge that this tool **is still in development** and we will be very happy to receive feedback from the users. If you run into any trouble please sent an email to `Fidel Ramirez`_. - -This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. - - -.. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ -.. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de -.. _Fidel Ramirez: ramirez@ie-freiburg.mpg.de - - - - diff -r c6f1a059bc7d -r 7f8dc9e3df05 correctGCBias.xml --- a/correctGCBias.xml Fri Aug 02 12:18:55 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,109 +0,0 @@ - - - - - correctGCBias - --bamfile '$bamInput' - --species '$species' - --GCbiasFrequenciesFile $GCbiasFrequenciesFile - - #if $source.ref_source=="history": - --genome $source.input1 - #else: - --genome "${source.input1_2bit.fields.path}" - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - #if str($advancedOpt.region.value) != '': - --region '$advancedOpt.region' - #end if - - --binSize '$advancedOpt.binSize' - #end if - - #set newoutFileName="corrected."+str($outFileFormat) - - --correctedFile $newoutFileName; mv $newoutFileName $outFileName - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -Computes the GC bias ussing Benjamini's method [citation]. The resulting GC -bias can later be used to plot the bias or to correct the bias. - ------ - -.. class:: infomark - -Please acknowledge that this tool **is still in development** and we will be very happy to receive feedback from the users. If you run into any trouble please sent an email to `Fidel Ramirez`_. - -This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. - - -.. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ -.. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de -.. _Fidel Ramirez: ramirez@ie-freiburg.mpg.de - - - -