Repository 'camera_annotate'
hg clone https://toolshed.g2.bx.psu.edu/repos/lecorguille/camera_annotate

Changeset 0:e0afb8854cc4 (2015-08-07)
Next changeset 1:44df3679bb3d (2015-08-07)
Commit message:
planemo upload
added:
Makefile
abims_CAMERA_annotateDiffreport.xml
planemo.sh
repository_dependencies.xml
static/images/annotate_workflow.png
static/images/annotatediffreport_box.png
static/images/annotatediffreport_box1.png
static/images/annotatediffreport_dataMatrix.png
static/images/annotatediffreport_eic.png
static/images/annotatediffreport_eic1.png
static/images/annotatediffreport_variableMetadata.png
static/images/annotatediffreport_workflow.png
test-data/xset.group.retcor.group.fillPeaks.RData
test-data/xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv
test-data/xset.group.retcor.group.fillPeaks.annotate.negative.Rdata
test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.Xdiffreport.zip
test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv
tool_dependencies.xml
b
diff -r 000000000000 -r e0afb8854cc4 Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile Fri Aug 07 11:08:16 2015 -0400
[
@@ -0,0 +1,23 @@
+# USAGE: make [install|clean]
+
+# -------- VARIABLE --------
+
+OBJ=camera_annotate.tgz
+DEP=abims_CAMERA_annotateDiffreport.xml tool_dependencies.xml repository_dependencies.xml static test-data
+
+
+# ------------------------
+
+all: $(OBJ)
+
+$(OBJ): $(DEP)
+ tar --exclude=".svn" -zchf $@ $^
+
+# ------------------------
+
+install: $(OBJ)
+ mv *.tgz ~
+
+clean:
+ rm *.tgz
+
b
diff -r 000000000000 -r e0afb8854cc4 abims_CAMERA_annotateDiffreport.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/abims_CAMERA_annotateDiffreport.xml Fri Aug 07 11:08:16 2015 -0400
[
b'@@ -0,0 +1,386 @@\n+<tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.0.1">\n+\n+    <description>CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition.</description>\n+    \n+    <requirements>\n+        <requirement type="package" version="3.1.2">R</requirement>\n+        <requirement type="binary">Rscript</requirement>\n+        <requirement type="package" version="1.44.0">xcms</requirement>\n+        <requirement type="package" version="1.22.0">camera</requirement>\n+        <requirement type="package" version="2.1">camera_w4m_script</requirement>\n+    </requirements>\n+    \n+    <stdio>\n+        <exit_code range="1:" level="fatal" />\n+    </stdio>\n+\n+    <command>\n+        CAMERA.r \n+        xfunction annotatediff image $image\n+        convert_param $convert_param num_digits $num_digits nSlaves \\${GALAXY_SLOTS:-1}\n+        sigma $sigma perfwhm $perfwhm \n+        maxcharge $maxcharge maxiso $maxiso minfrac $minfrac\n+        ppm $ppm mzabs $mzabs intval $intval \n+        max_peaks $max_peaks\n+        quick $quick_block.quick\n+        #if $quick_block.quick == "FALSE"\n+            polarity $quick_block.polarity\n+            cor_eic_th $quick_block.cor_eic_th\n+            graphMethod $quick_block.graphMethod \n+            pval $quick_block.pval \n+            calcCiS $quick_block.calcCiS\n+            calcIso $quick_block.calcIso\n+            calcCaS $quick_block.calcCaS\n+            multiplier $quick_block.multiplier\n+        #end if\n+\n+        #if $options.option == "show":\n+            eicmax $options.eicmax\n+            eicwidth $options.eicwidth\n+            value $options.value\n+            sortpval $options.sortpval \n+            h $options.h\n+            w $options.w\n+            mzdec $options.mzdec\n+        #else\n+            eicmax 0\n+            eicwidth 200\n+            value "into"\n+            sortpval TRUE \n+            h 480\n+            w 640\n+            mzdec 2\n+        #end if\n+        &amp;&amp; (\n+            mv variableMetadata.tsv $variableMetadata;\n+            mv dataMatrix.tsv $datamatrix;\n+            mv annotatediff.RData $rdata\n+        );\n+        cat xset.log\n+        \n+      \n+    </command>\n+\n+    <inputs>\n+    \n+    \n+        <param name="image" type="data" label="RData file" format="rdata.xcms.fillpeaks,rdata" help="output file from another function xcms (fillPeaks)" />\n+\n+        <param name="convert_param" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Convert retention time (seconds) into minutes" help="Convert the columns rtmed, rtmin and rtmax into minutes"/>\n+        <param name="num_digits" type="integer" value="0" label="" help="Number of decimal places for mass values reported in ions identifiers" />\n+\n+        <param name="sigma" type="integer" value="6" label="groupFWHM: multiplier of the standard deviation" help="[sigma]" />\n+        <param name="perfwhm" type="float" value="0.6" max="1" min="0" label="groupFWHM: percentage of FWHM width" help="[perfwhm]" />\n+        <param name="maxcharge" type="integer" value="3" label="findIsotopes: max. ion charge" help="[maxcharge]" />\n+        <param name="maxiso" type="integer" value="4" label="findIsotopes: max. number of expected isotopes" help="[maxiso]" />\n+        <param name="minfrac" type="float" value="0.5" max="1" min="0" label="findIsotopes: The percentage number of samples, which must satisfy the C12/C13 rule for isotope annotation" help="[minfrac]" />\n+        <param name="ppm" type="integer" value="5" label="General ppm error" help="[ppm]" />\n+        <param name="mzabs" type="float" value="0.015" label="mzabs" help="General absolut error in m/z" />\n+        <param name="intval" type="select" label="General used intensity value" help="[intval] See the help section below">\n+            <option value="into" selected="true">into</option>\n+            <option value="maxo" >maxo</option>\n+            <option'..b'     | Tabular                                        |\n++---------------------------+---------------------------------------+------------------------------------------------+\n+|PCA                        |xset.annotate.dataMatrix.tsv           | Tabular                                        |\n++---------------------------+---------------------------------------+------------------------------------------------+\n+|Hierarchical Clustering    |xset.annotate.dataMatrix.tsv           | Tabular                                        |\n++---------------------------+---------------------------------------+------------------------------------------------+\n+\n+\n+The output file **xset.annotate.dataMatrix.tsv** is an tabular file. You can continue your analysis using it in the following tools:\n+\n+    | Determine Vdk or Lowess\n+    | Normalization Vdk/Lowess\n+    | Anova\n+    | PCA\n+    | Hierarchical Clustering\n+\n+\n+**General schema of the metabolomic workflow**\n+\n+.. image:: annotate_workflow.png\n+\n+-----------\n+Input files\n+-----------\n+\n++---------------------------+---------------------------+\n+| Parameter : num + label   |   Format                  |\n++===========================+===========================+\n+| 1 : RData file            |   rdata.xcms.fillpeaks    |\n++---------------------------+---------------------------+\n+\n+\n+----------\n+Parameters\n+----------\n+\n+diffreport: Intensity values to be used for the diffreport\n+----------------------------------------------------------\n+\n+    | If **value="into"**, integrated peak intensities are used.\n+    | If **value="maxo"**, maximum peak intensities are used.\n+    | If **value="intb"**, baseline corrected integrated peak intensities are used (only available if peak detection was done by \xe2\x80\x98findPeaks.centWave\xe2\x80\x99).\n+\n+\n+\n+------------\n+Output files\n+------------\n+\n+xset.annotate.variableMetadata.tsv\n+\n+    | For each metabolite (row) :\n+    | the value of the intensity in each sample, fold, anova, mzmed, mzmin, mzmax, rtmed, rtmin, rtmax, npeaks, isotopes, adduct and pcgroup\n+\n+xset.annotate.dataMatrix.tsv\n+\n+    | A tabular file which represents for each metabolite (row), the value of the intensity in each sample (column).\n+    \n+xset.annotate.zip\n+\n+    | It contains filebase_eic, filebase_box and filebase.tsv for one conditon vs another (Anova analysis).\n+\n+xset.annotate.Rdata rdata.camera.quick or rdata.camera.positive or rdata.camera.negative\n+\n+    | Rdata file, that be used outside Galaxy in R.\n+    \n+------\n+\n+.. class:: infomark \n+\n+The output **"xset.annotate.dataMatrix.tsv"** is a tabular file. You can continue your analysis using it in the following tools of the workflow:\n+\n+    | Determine Vdk or Lowess (Data correction)\n+    | Normalization Vdk/Lowess (Data correction)\n+    | Anova (Statistical analysis)\n+    | PCA (Statistical analysis)\n+    | Hierarchical Clustering (Statistical analysis)\n+\n+    \n+---------------------------------------------------\n+\n+---------------\n+Working example\n+---------------\n+\n+Input files\n+-----------\n+\n+    | RData file -> **xset.fillPeaks.RData**\n+\n+Parameters\n+----------\n+\n+    | sortpval -> **false**\n+    | sigma -> **6 (default)**\n+    | perfwhm -> **0.6 (default)**\n+    | maxcharge -> **3 (default)**\n+    | maxiso -> **4 (default)**\n+    | minfrac -> **0.5 (default)**\n+    | ppm -> **500**\n+    | mzabs -> **0.015(default)**\n+    | Advanced options -> **hide**\n+    | Numver of condition -> Two or more conditioons\n+    | eicmax -> **200**\n+    | eicwidth -> **200 (default)**\n+\n+    \n+\n+Output files\n+------------\n+\n+**Example of an xset.annotate.dataMatrix.tsv output**\n+\n+.. image:: annotatediffreport_dataMatrix.png\n+\n+**Example of a part of xset.annotate.variableMetadata.tsv output** \n+\n+.. image:: annotatediffreport_variableMetadata.png\n+\n+    </help>\n+\n+    <citations>\n+        <citation type="doi">10.1021/ac202450g</citation>\n+        <citation type="doi">10.1093/bioinformatics/btu813</citation>\n+    </citations>\n+\n+\n+</tool>\n+ \n+ \n'
b
diff -r 000000000000 -r e0afb8854cc4 planemo.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/planemo.sh Fri Aug 07 11:08:16 2015 -0400
[
@@ -0,0 +1,1 @@
+planemo shed_init -f --name=camera_annotate --owner=lecorguille --description="[W4M][GC-MS] CAMERA R Package - Preprocessing - Returns annotation results (isotope peaks, adducts and fragments)" --homepage_url="http://workflow4metabolomics.org" --long_description="Part of the W4M project: http://workflow4metabolomics.org CAMERA: http://bioconductor.org/packages/release/bioc/html/CAMERA.html Wrapper skript for automatic annotation of isotope peaks, adducts and fragments for a (grouped) xcmsSet xs. The function returns an xsAnnotate object. BEWARE: this tool don't come with its script. You will need to install the dedicated package_camara_w4m_script too" --category="Metabolomics"
b
diff -r 000000000000 -r e0afb8854cc4 repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Fri Aug 07 11:08:16 2015 -0400
b
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<repositories>
+ <repository changeset_revision="4a51ab3d8ecf" name="rdata_camera_datatypes" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" />
+</repositories>
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotate_workflow.png
b
Binary file static/images/annotate_workflow.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_box.png
b
Binary file static/images/annotatediffreport_box.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_box1.png
b
Binary file static/images/annotatediffreport_box1.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_dataMatrix.png
b
Binary file static/images/annotatediffreport_dataMatrix.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_eic.png
b
Binary file static/images/annotatediffreport_eic.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_eic1.png
b
Binary file static/images/annotatediffreport_eic1.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_variableMetadata.png
b
Binary file static/images/annotatediffreport_variableMetadata.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 static/images/annotatediffreport_workflow.png
b
Binary file static/images/annotatediffreport_workflow.png has changed
b
diff -r 000000000000 -r e0afb8854cc4 test-data/xset.group.retcor.group.fillPeaks.RData
b
Binary file test-data/xset.group.retcor.group.fillPeaks.RData has changed
b
diff -r 000000000000 -r e0afb8854cc4 test-data/xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv Fri Aug 07 11:08:16 2015 -0400
b
b'@@ -0,0 +1,10502 @@\n+name\tHU_neg_028\tHU_neg_060\tHU_neg_051\tHU_neg_017\tHU_neg_034\tBlanc09\tBlanc06\tBlanc12\tBlanc04\n+M1000T512\t0\t0\t0\t0\t0\t0\t5036.82852265629\t0\t6474.210230664\n+M100T1000\t0\t0\t0\t0\t0\t0\t4599.08329817705\t2702.43283984368\t0\n+M100T2\t5811.08552812497\t0\t0\t0\t5375.66902425136\t0\t0\t0\t0\n+M100T293\t0\t2482.38425761909\t4219.51972607428\t4427.18366943356\t0\t0\t0\t0\t0\n+M100T298\t4890.97091357427\t0\t0\t4715.26977083327\t0\t0\t0\t0\t0\n+M100T314\t0\t0\t4224.19688313797\t4613.46712239577\t0\t0\t0\t0\t0\n+M100T319\t0\t6084.19628173824\t0\t0\t5340.93520686855\t0\t0\t0\t0\n+M100T331\t0\t20313.3569121093\t3817.66032625328\t0\t0\t0\t0\t0\t0\n+M100T333\t0\t0\t0\t0\t0\t5570.61146484404\t0\t0\t7789.14413452137\n+M100T347\t0\t6020.55854654954\t0\t0\t9213.46826835946\t0\t0\t0\t0\n+M100T375\t0\t7337.7590898437\t0\t4761.05562825524\t0\t0\t0\t0\t0\n+M100T416\t0\t0\t0\t0\t0\t0\t4173.99242626954\t0\t10968.3919889323\n+M100T426\t4970.30537109381\t0\t0\t0\t5381.89123291013\t2643.08791874353\t0\t2062.73527699962\t0\n+M100T432\t0\t0\t0\t4409.6550625\t4876.56194010423\t0\t0\t0\t0\n+M100T440\t9068.88897949213\t0\t9000.99983535161\t0\t0\t0\t0\t0\t0\n+M100T452\t0\t0\t0\t7224.16407747387\t6213.12908398434\t0\t0\t0\t0\n+M100T461\t18531.4635908206\t0\t0\t12110.4099086216\t0\t7953.07081713872\t0\t2434.37583496094\t4039.84540663579\n+M100T493\t5665.63905000003\t0\t0\t4702.05147656251\t0\t9361.02869091804\t0\t0\t0\n+M100T508\t7592.74518880218\t8289.71548154314\t0\t0\t3496.24417561429\t2938.4074615447\t0\t1644.36067568233\t0\n+M100T53\t5850.47663126954\t5929.48877718752\t0\t0\t0\t2288.52324384894\t0\t1276.10773271032\t0\n+M101T100\t4835.62484586594\t0\t4793.95766113283\t0\t0\t0\t1945.74213497314\t0\t4225.31419124346\n+M101T1015\t3840.65858837885\t0\t5893.74248925778\t0\t5107.60767968749\t0\t0\t0\t0\n+M101T1018\t0\t5357.21749348955\t3643.54618164065\t0\t0\t0\t0\t0\t0\n+M101T1063\t0\t14617.8453750002\t7703.18314648434\t0\t0\t0\t0\t0\t0\n+M101T1081\t0\t0\t0\t0\t1613.6872342961\t0\t0\t2288.45194848628\t6462.56716875005\n+M101T1101\t0\t0\t0\t0\t0\t6028.10051879881\t0\t3010.59207324218\t0\n+M101T185\t0\t0\t0\t0\t0\t0\t4300.05537597656\t0\t7834.34331435533\n+M101T19\t0\t0\t0\t10941.0464583333\t5898.97488749992\t0\t0\t0\t4320.89661458339\n+M101T203\t0\t0\t4869.82927978514\t0\t5017.54216406256\t0\t0\t0\t0\n+M101T234\t0\t0\t6894.57485283199\t6068.44515917976\t0\t0\t3043.48486479432\t1510.81441321336\t2513.88177411688\n+M101T266\t0\t0\t0\t0\t0\t0\t4507.999384375\t0\t4380.82375390619\n+M101T277\t0\t0\t14647.3111767577\t7499.78505878913\t0\t0\t2714.20046554574\t0\t0\n+M101T288\t9180.25649687506\t0\t0\t0\t6063.40918212892\t0\t0\t2399.91459326177\t0\n+M101T304\t0\t0\t3884.95764062502\t5012.23335937496\t0\t0\t0\t0\t0\n+M101T309\t0\t0\t7266.6919523438\t4824.00243880202\t0\t3107.38567199708\t0\t0\t0\n+M101T311\t0\t0\t5954.61004277346\t6327.82162353521\t0\t0\t0\t0\t0\n+M101T316\t0\t5306.16300520826\t7823.74141230461\t0\t0\t0\t3177.41424187955\t0\t0\n+M101T318\t0\t0\t0\t0\t0\t0\t0\t3185.18147070316\t5892.18683227537\n+M101T337\t4915.73952962238\t4648.49991582034\t0\t0\t0\t0\t0\t0\t0\n+M101T345\t2846.14128701836\t7489.62993425286\t2695.22316777656\t0\t7348.17281067861\t18238.9821067116\t0\t4448.60404895026\t0\n+M101T347\t5807.5765048828\t2324.73412763612\t5052.2109375\t0\t12714.2984707029\t11694.0505023438\t7421.29375195315\t0\t0\n+M101T357\t0\t0\t2682.73092314526\t0\t13437.9621060267\t9783.18790380861\t0\t0\t16415.0986192802\n+M101T363\t0\t0\t2713.80915064533\t5119.67926640617\t14101.1374375003\t10464.4584999998\t0\t0\t8440.09923632815\n+M101T373\t0\t0\t0\t0\t0\t10244.7450773438\t2099.43836696947\t0\t9804.77246716304\n+M101T38\t0\t3146.68744132522\t0\t0\t0\t17875.1039691683\t5547.39166406246\t0\t0\n+M101T407\t13302.4858305664\t14500.1648874241\t0\t0\t0\t0\t0\t0\t0\n+M101T407\t0\t15671.4244984375\t4864.32637413424\t0\t5428.11071442998\t0\t9299.00803242179\t0\t12967.5716172849\n+M101T415\t0\t26791.5702578127\t16065.3440327963\t0\t0\t0\t13917.0983048827\t0\t2896.80860943604\n+M101T422\t0\t64849.9774400107\t16013.8197011717\t0\t0\t0\t0\t0\t2819.02709963931\n+M101T425\t0\t8086.68794091804\t12613.135213623\t0\t0\t0\t2120.86015101204\t0\t0\n+M101T431\t0\t0\t5795.9915526217\t0\t0\t3984.47559179684\t0\t0\t9549.68881328111\n+M101T448\t0\t11835.0301676432\t0\t0\t0\t3326.27429003905\t0\t0\t14236.3865019532\n+M101T455\t0\t0\t0\t0\t1476.29952417916\t3553.19585156248\t0\t0\t11987.281216406\n+M101T462\t0\t0\t4378.73567812496\t0\t5507.61291992185\t0\t0\t0\t0\n+M101T468\t3815.9655094087\t0\t0\t15581.0'..b'\n+M98T298\t12033.7990023623\t0\t10095.9059480946\t20355.102090791\t16738.635815625\t18398.4912115479\t10682.3062182592\t2161.71837984225\t4194.64797040555\n+M98T331\t43250.2919921878\t0\t7054.8470610895\t33829.0457144534\t12505.6193204733\t0\t18987.4640001309\t18819.7916297434\t15901.0293009531\n+M98T351\t46441.3032150716\t6485.38601209015\t5001.45866421657\t0\t39889.1078736979\t0\t0\t0\t0\n+M98T367\t7001.76789760335\t0\t0\t33887.2226204427\t16599.9671304689\t5933.3685692007\t4614.93629139585\t0\t11505.6987889408\n+M98T367\t40351.8855537541\t38408.516039258\t7147.03723400343\t19824.8030509767\t48596.6357477217\t0\t10728.8855659358\t12784.4137019367\t0\n+M98T380\t65715.5035685769\t165406.305133929\t11105.2569936221\t76798.2240136723\t0\t20387.7668162112\t24957.8049654044\t5089.34647558595\t24076.0965404875\n+M98T389\t40110.3708352049\t0\t0\t6589.46146379816\t63779.6080958254\t0\t21504.6724656537\t0\t0\n+M98T394\t6275.85635038641\t0\t3993.03044733438\t0\t4517.77701811688\t0\t6449.3886100969\t6347.72846411128\t34057.3108268228\n+M98T397\t16207.2535708029\t8660.78758257143\t33769.0400229483\t0\t26368.7877760418\t0\t0\t0\t17112.2280698007\n+M98T404\t0\t23049.8922851559\t26151.5462304678\t0\t6846.67831537481\t22571.7217597666\t11984.1825383045\t0\t36862.981119794\n+M98T407\t19347.9872890119\t46373.497864063\t25676.233371745\t0\t51507.288565104\t0\t7490.79599112671\t0\t28169.4216720701\n+M98T414\t18579.270410605\t35616.7884895838\t0\t0\t5473.78673066251\t6248.61256244348\t23720.7412847654\t3242.7054212409\t20756.7786035156\n+M98T438\t0\t0\t15803.218760957\t3445.96259140164\t27644.9059549562\t0\t6590.7921675881\t0\t30674.1969420573\n+M98T447\t0\t0\t0\t26664.8981588545\t38136.9950055809\t6168.86382797603\t6730.69390584595\t1609.78424469811\t45994.4884648437\n+M98T481\t8960.80244556582\t5759.9098104663\t14095.837158203\t36699.0353473295\t35862.0692626951\t0\t0\t0\t0\n+M98T483\t0\t0\t14186.2835488281\t0\t0\t0\t24951.1946264651\t0\t25989.2253148439\n+M98T499\t0\t0\t18734.8299023431\t24706.1264785154\t0\t7980.36027636752\t25526.5399999995\t0\t13676.0945875036\n+M98T516\t0\t33273.5325015621\t0\t57937.6488264514\t18677.3012027343\t0\t8544.26490406456\t0\t29236.7671376953\n+M98T526\t0\t0\t0\t6999.65880292927\t34156.3999404296\t0\t25357.646195166\t0\t24265.9988387891\n+M98T532\t8617.12038594646\t0\t0\t44354.9626028183\t24774.2776831052\t0\t16266.4997957182\t0\t7374.57945879994\n+M98T562\t0\t0\t0\t0\t0\t0\t26951.2787375979\t0\t34361.037970312\n+M98T61\t46855.1926076656\t33200.1969507807\t0\t0\t0\t0\t24447.9503554685\t0\t0\n+M98T78\t0\t0\t0\t14133.8399008145\t0\t0\t41591.8464933268\t0\t27672.7922421871\n+M98T95\t0\t0\t27861.7014316423\t0\t14974.8642421874\t0\t12702.0770945877\t0\t0\n+M990T259\t11445.4300339846\t0\t0\t0\t53657.0197828124\t0\t7818.8102245619\t0\t15035.0051865234\n+M990T343\t0\t0\t0\t0\t0\t0\t20123.4810992191\t0\t25490.8785742187\n+M990T369\t0\t0\t0\t7057.84821859902\t0\t0\t0\t4457.24975561523\t16898.6011645508\n+M993T348\t0\t0\t0\t0\t0\t0\t59661.9339383139\t0\t30085.410102344\n+M997T383\t0\t0\t0\t0\t4460.17117395853\t0\t20565.8404687498\t0\t29578.9814318031\n+M99T1003\t0\t0\t0\t0\t21765.0056250002\t0\t8938.02282187495\t0\t17387.7045474608\n+M99T298\t0\t5664.44523602134\t0\t0\t0\t0\t5094.69390494785\t3310.26129199218\t0\n+M99T318\t0\t15693.1810728906\t15540.1450017415\t0\t0\t0\t0\t0\t0\n+M99T353\t0\t32044.3518995361\t21076.9573776693\t0\t0\t0\t0\t0\t0\n+M99T367\t0\t0\t17905.8622833986\t0\t8149.6888910157\t0\t0\t0\t0\n+M99T374\t9815.817381836\t0\t44245.4081604348\t0\t0\t0\t0\t0\t0\n+M99T395\t0\t16013.6476999516\t17044.3422705077\t0\t0\t0\t0\t0\t0\n+M99T400\t0\t45724.0838046875\t36411.3441500004\t0\t0\t0\t0\t0\t0\n+M99T409\t0\t44920.0833999022\t15126.6836962889\t0\t0\t0\t0\t0\t0\n+M99T445\t0\t12236.9935078124\t0\t0\t43625.0513101811\t0\t0\t0\t0\n+M99T445\t0\t0\t0\t35022.873751255\t34970.684082812\t0\t0\t0\t0\n+M99T456\t0\t0\t3576.30531184902\t0\t15059.7528710939\t0\t4008.28924160843\t0\t0\n+M99T459\t8921.50150748704\t0\t0\t27630.8207610678\t0\t0\t0\t0\t0\n+M99T466\t0\t0\t5483.2118649089\t31885.6731552737\t0\t0\t0\t0\t0\n+M99T477\t0\t0\t0\t0\t0\t2099.72171832276\t0\t0\t3605.64380859373\n+M99T485\t47564.5672546388\t0\t0\t0\t23523.7730712891\t0\t0\t0\t0\n+M99T518\t55650.3042304689\t0\t0\t0\t14186.5196855469\t0\t0\t0\t0\n+M99T532\t0\t0\t8729.03967187495\t8428.00684895823\t0\t0\t0\t0\t0\n+M99T540\t9016.81602669254\t0\t0\t6329.61919759112\t0\t0\t0\t0\t0\n+M99T61\t0\t0\t0\t0\t0\t5391.6712458983\t3200.05871419267\t0\t0\n'
b
diff -r 000000000000 -r e0afb8854cc4 test-data/xset.group.retcor.group.fillPeaks.annotate.negative.Rdata
b
Binary file test-data/xset.group.retcor.group.fillPeaks.annotate.negative.Rdata has changed
b
diff -r 000000000000 -r e0afb8854cc4 test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.Xdiffreport.zip
b
Binary file test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.Xdiffreport.zip has changed
b
diff -r 000000000000 -r e0afb8854cc4 test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv Fri Aug 07 11:08:16 2015 -0400
b
b'@@ -0,0 +1,10502 @@\n+name\tmz\tmzmin\tmzmax\trt\trtmin\trtmax\tnpeaks\tbio\tblank\tisotopes\tadduct\tpcgroup\tfold\ttstat\tpvalue\n+M1000T512\t999.624765742559\t999.622822500743\t999.626708984375\t511.815480660665\t511.172060519346\t512.458900801983\t2\t0\t2\t\t\t7405\tInf\t1.62927854499044\t0.201743200431848\n+M100T1000\t99.9256935656133\t99.9256651267006\t99.9257324341632\t999.994565901246\t998.660274308172\t1000.92634598134\t4\t3\t1\t\t\t459\t1.16661952587314\t0.620010914103124\t0.560969348034051\n+M100T2\t100.003684541172\t100.003630125811\t100.003772038149\t2.37464509448837\t1.92957542883381\t11.6538615977562\t5\t3\t1\t\t\t3315\t2.68106972708365\t-2.18103553543849\t0.0859235409187575\n+M100T293\t100.003747500677\t100.003690006748\t100.003776732307\t293.188931920388\t293.070669572271\t294.475169416604\t5\t5\t0\t\t\t53\t78.8399923315323\t-3.688312132595\t0.0210486952188762\n+M100T298\t100.048227688733\t100.048157058085\t100.04829831938\t298.308873593555\t297.687933569501\t298.929813617609\t2\t2\t0\t\t\t7605\tInf\t-1.34779675479882\t0.248998206380447\n+M100T314\t100.003679434527\t100.003615927973\t100.003742941081\t314.282134527963\t313.872693140743\t314.691575915183\t2\t2\t0\t\t\t339\tInf\t-1.36624151076582\t0.243630615713256\n+M100T319\t100.048258178134\t100.048074196716\t100.048440952291\t318.787396735423\t318.501731377404\t319.790699552324\t4\t4\t0\t\t\t6\t80.7375052749587\t-2.22867494446313\t0.0896377277189235\n+M100T331\t100.307636260986\t100.306953430176\t100.308319091797\t331.4804141868\t326.630646275945\t336.330182097654\t2\t0\t2\t\t\t4189\tInf\t1.52478905748601\t0.224717198493427\n+M100T333\t99.7608703656017\t99.7579925622581\t99.7637481689453\t333.27937598949\t328.522653453703\t338.036098525276\t2\t2\t0\t\t\t2685\tInf\t-1.55778367320295\t0.194281864373894\n+M100T347\t99.7322692871094\t99.7315902709961\t99.7329483032227\t347.112349360752\t342.565685745434\t351.65901297607\t2\t2\t0\t\t\t1402\t5.49195148131386\t-1.22828326329905\t0.278065418206084\n+M100T375\t99.9116744995117\t99.9078979492188\t99.9154510498047\t374.860785017455\t373.962539445161\t375.759030589748\t2\t0\t2\t\t\t3326\tInf\t1.69857583233921\t0.187962460428964\n+M100T416\t100.00372172522\t100.00365957925\t100.003803624268\t416.0568841137\t415.262506940792\t416.574475136047\t5\t5\t0\t\t\t28\tInf\t-4.54477609473045\t0.0104590476421147\n+M100T426\t99.9210290857745\t99.9174213307287\t99.9246368408203\t425.548147463017\t422.888496555246\t428.207798370789\t2\t2\t0\t\t\t3176\tInf\t-1.53933812675696\t0.198557424872382\n+M100T432\t100.412147856883\t100.411201477051\t100.41682434082\t432.027957184044\t427.792565046625\t442.212382433692\t3\t1\t2\t\t\t5286\t2.06577644584236\t-0.602152345343107\t0.573111527472988\n+M100T440\t100.353652954102\t100.352266894696\t100.354827880859\t439.591194011324\t429.419961492527\t448.159492643756\t3\t2\t0\t\t\t5164\tInf\t-1.63048565241177\t0.178333037650961\n+M100T452\t100.003706948659\t100.003704687313\t100.003709210005\t452.292626269003\t452.23857580542\t452.346676732585\t2\t2\t0\t\t\t230\tInf\t-2.43458518414519\t0.0716255651165265\n+M100T461\t100.288031200315\t100.285741050532\t100.290321350098\t461.246553646129\t458.977056295441\t463.516050996818\t2\t2\t0\t\t\t4635\tInf\t-1.38789492583488\t0.237474672472332\n+M100T493\t100.086910247803\t100.086265563965\t100.087554931641\t492.771648218016\t488.040063802224\t497.503232633807\t2\t0\t2\t\t\t1691\tInf\t2.71582402373149\t0.0728054654782906\n+M100T508\t99.6787147521973\t99.6763153076172\t99.6811141967773\t508.424578538439\t506.162144895373\t510.687012181504\t2\t0\t2\t\t\t7495\tInf\t1.58474949850941\t0.211197394276275\n+M100T53\t100.003760634835\t100.00369627601\t100.003797132112\t53.2201329125331\t53.1482641301558\t60.0181506522776\t3\t2\t0\t\t\t2720\t1.1558621401133\t0.582324757142567\t0.579010829705869\n+M101T100\t100.887813568115\t100.884910583496\t100.890716552734\t99.7732948371266\t97.903782027717\t101.642807646536\t2\t0\t2\t\t\t4702\tInf\t1.61902309935848\t0.203877815129219\n+M101T1015\t100.824584960938\t100.817962646484\t100.825881958008\t1015.1271537676\t1011.41324684241\t1022.4458771806\t3\t0\t2\t\t\t6991\tInf\t1.72957118783039\t0.182146462153941\n+M101T1018\t100.95315708753\t100.953106676588\t100.96183013916\t1018.39517373376\t1011.77786795058\t1022.79581464402\t3\t0\t2\t\t\t8649\tInf\t1.54384294185936\t0.220319692315036\n+M101T1063\t100.823341369629\t'..b'577430272\t0.203112552058883\n+M990T343\t990.206422862944\t990.203270653044\t990.209575072844\t343.420366384495\t339.139086485813\t347.701646283176\t2\t2\t0\t\t\t7429\tInf\t-1.49657776278745\t0.208842777975643\n+M990T369\t990.219451943862\t990.219421465849\t990.219482421875\t369.487831193534\t364.857637193488\t374.11802519358\t2\t2\t0\t\t\t3954\tInf\t-1.29606172799456\t0.26467822531658\n+M993T348\t993.473480224609\t993.471923828125\t993.475036621094\t348.128643814224\t347.735718771342\t348.521568857107\t2\t2\t0\t\t\t1441\tInf\t-1.63257438884812\t0.177895413467508\n+M997T383\t996.978668212891\t996.978332519531\t996.97900390625\t383.471786718893\t379.898758201512\t387.044815236275\t2\t2\t0\t\t\t4378\tInf\t-1.59280298760064\t0.186423166268503\n+M99T1003\t98.9066308209657\t98.9057051975035\t98.9067926456026\t1003.33537037037\t1003.2025\t1003.38625\t3\t0\t3\t\t\t2214\t3.14294807969468\t3.73575276970551\t0.00800404417189471\n+M99T298\t99.0448436256919\t99.0448187864457\t99.0448902933873\t297.687933569501\t297.283674019669\t298.929813617609\t5\t5\t0\t\t\t257\tInf\t-2.42356528044272\t0.0724831161929949\n+M99T318\t99.0449029000333\t99.0448487107835\t99.0450721109512\t318.112034691191\t311.582219672708\t323.41889684579\t10\t5\t0\t\t\t107\tInf\t-3.21524392709653\t0.0324267632557853\n+M99T353\t98.6059885865031\t98.6032125245686\t98.6087646484375\t353.30299975001\t349.179440872781\t357.426558627239\t2\t0\t2\t\t\t2462\tInf\t1.53654116563059\t0.221993550746013\n+M99T367\t99.104808807373\t99.1045074462891\t99.105110168457\t366.580883371834\t361.246165075267\t371.915601668401\t2\t2\t0\t\t\t2921\tInf\t-1.63217625965127\t0.17797874167437\n+M99T374\t99.243236541748\t99.2430648803711\t99.243408203125\t373.5381418881\t369.384775761638\t377.691508014562\t2\t0\t2\t\t\t5219\tInf\t1.68035915408935\t0.191479028911014\n+M99T395\t98.7073707580566\t98.7034149169922\t98.7113265991211\t394.775435011762\t391.392495271647\t398.158374751877\t2\t0\t2\t\t\t2056\tInf\t1.72519944143576\t0.182954226295366\n+M99T400\t99.4992666196488\t99.4975891113281\t99.5009441279694\t399.530242289027\t396.446086388875\t402.614398189179\t2\t0\t2\t\t\t3504\tInf\t2.13200437964979\t0.122778001922234\n+M99T409\t98.7325973510742\t98.7320556640625\t98.7389144897461\t409.063414775655\t408.335856586534\t419.077723332698\t3\t2\t1\t\t\t1759\t2.24987880146676\t-0.732846869274591\t0.488136522730201\n+M99T445\t99.1642456054688\t99.1623229980469\t99.1661682128906\t444.841274493604\t441.261790909576\t448.420758077631\t2\t2\t0\t\t\t7324\tInf\t-1.57573951260102\t0.19021061912884\n+M99T445\t99.2542351945541\t99.2538393466278\t99.2546310424805\t445.15517460177\t441.052517073082\t449.257832130457\t2\t2\t0\t\t\t297\tInf\t-1.43881880578411\t0.223599285280575\n+M99T456\t99.2163467407227\t99.2115173339844\t99.2166562361497\t455.648189141701\t449.794626354296\t457.43081106248\t3\t2\t1\t\t\t3009\t3.98153225512643\t-0.988297076327512\t0.368840541430864\n+M99T459\t99.3568725585938\t99.3529815673828\t99.3607635498047\t458.871632035626\t455.770867554041\t461.972396517212\t2\t2\t0\t\t\t601\tInf\t-1.55047780273486\t0.195963911784168\n+M99T466\t98.54681273324\t98.5441284179688\t98.5494970485113\t465.977019543389\t462.237197996784\t469.716841089993\t2\t0\t2\t\t\t670\tInf\t2.08192970680607\t0.128764981078394\n+M99T477\t98.885627746582\t98.8834915161133\t98.8899307250977\t476.553478749374\t476.398428449732\t481.296076228992\t3\t2\t1\t\t\t5882\t3.09453407912689\t-0.976742668771266\t0.366890654916147\n+M99T485\t99.0654983520508\t99.0629043579102\t99.0680923461914\t484.503516164147\t481.258056516056\t487.748975812239\t2\t0\t2\t\t\t4450\tInf\t1.65394454163613\t0.196711272102276\n+M99T518\t98.8607618840303\t98.8593902587891\t98.8621335092716\t518.445283176274\t515.803877186145\t521.086689166404\t2\t2\t0\t\t\t4673\tInf\t-1.48976677302237\t0.210530412706878\n+M99T532\t98.5846786499023\t98.5837097167969\t98.5856475830078\t531.789825395774\t526.508049692561\t537.071601098986\t2\t2\t0\t\t\t8962\tInf\t-1.62934123359675\t0.178573286990708\n+M99T540\t98.5634422302246\t98.5602340698242\t98.566650390625\t539.808083447028\t537.228989607772\t542.387177286284\t2\t2\t0\t\t\t798\tInf\t-1.45312901445603\t0.219848100996007\n+M99T61\t98.9555595192691\t98.9554203289135\t98.9590278194966\t60.5444205123284\t48.0328368453438\t77.1960803122144\t15\t5\t1\t\t\t2597\t203.432997864313\t-5.93938762972869\t0.00402557203229015\n'
b
diff -r 000000000000 -r e0afb8854cc4 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Fri Aug 07 11:08:16 2015 -0400
b
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="R" version="3.1.2">
+        <repository changeset_revision="9f2fddb9d6e2" name="package_r_3_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="camera" version="1.22.0">
+        <repository changeset_revision="4386042cb931" name="package_r_camera_1_22_0" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="camera_w4m_script" version="2.1">
+        <repository changeset_revision="0129dc2e0e8f" name="package_camera_w4m_script_2_1" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+</tool_dependency>