Commit message:
"planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/correlation_analysis/ commit 35a01e4ef59a91f43d0b1de1d08db29dcc7aae1e" |
added:
abims_correlation_analysis.xml correlation_analysis.r static/images/MetaboAnalysisCorrelation_workflow.png test-data/in_DM1.tabular test-data/in_SM1.tabular test-data/in_VM1.tabular test-data/out_VM1.tabular test-data/out_corr1.tabular test-data/out_sif1.tabular |
b |
diff -r 000000000000 -r 58997c28b268 abims_correlation_analysis.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abims_correlation_analysis.xml Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,322 @@\n+<tool id="correlation_analysis" name="Metabolites Correlation Analysis" version="1.0.1+galaxy0" >\n+\n+ <description>to highlight ion correlations considering PC-groups</description>\n+\n+ <requirements>\n+ <requirement type="package" version="1.1_5">r-batch</requirement>\n+ <requirement type="package" version="0.8.8">r-reshape</requirement>\n+ <requirement type="package" version="7.3_53">r-mass</requirement>\n+ </requirements>\n+\n+ <command detect_errors=\'exit_code\'>\n+ Rscript \'$__tool_directory__/correlation_analysis.r\'\n+\n+ #if $cond_input_type.select_input_type == "select_input_from_w4m" and $cond_input_type.cond_function.select_funtion == "sort_only" :\n+ sorting 1 variable_metadata \'$cond_input_type.variableMetadata\'\n+ data_matrix \'$cond_input_type.dataMatrix\'\n+ sample_metadata \'$cond_input_type.sampleMetadata\'\n+ corrdel 0\n+ param_correlation ""\n+ param_cytoscape ""\n+ matrix_corr 0\n+ user_matrix_corr ""\n+ corr_method ""\n+ #end if\n+ #if $cond_input_type.select_input_type == "select_input_from_w4m" and $cond_input_type.cond_function.select_funtion == "sort_and_corr" :\n+ sorting 1\n+ variable_metadata \'$cond_input_type.variableMetadata\'\n+ data_matrix \'$cond_input_type.dataMatrix\'\n+ sample_metadata \'$cond_input_type.sampleMetadata\'\n+ corrdel 1\n+ param_correlation $cond_input_type.cond_function.param_correlation\n+ param_cytoscape $cond_input_type.cond_function.param_cytoscape\n+ matrix_corr 0\n+ user_matrix_corr ""\n+ corr_method $cond_input_type.cond_function.corr_method\n+ #end if\n+ ##Create correlation matrix from a user table file.##\n+ #if $cond_input_type.select_input_type == "select_input_other" :\n+ sorting 0\n+ variable_metadata ""\n+ data_matrix ""\n+ sample_metadata ""\n+ corrdel 0\n+ param_correlation ""\n+ param_cytoscape $cond_input_type.param_cytoscape\n+ matrix_corr 1\n+ user_matrix_corr \'$cond_input_type.user_matrix_corr\'\n+ corr_method $cond_input_type.corr_method\n+ #end if\n+\n+ </command>\n+\n+ <inputs>\n+\n+\n+ <conditional name="cond_input_type" >\n+ <param name="select_input_type" type="select" label="Choice of your input files" help="" >\n+ <option value="select_input_from_w4m" selected="true">Files from the metabolomic workflow</option>\n+ <option value="select_input_other" >Your table file</option>\n+ </param>\n+ <when value="select_input_from_w4m">\n+ <param name="dataMatrix" type="data" label="Data matrix" format="tabular" help="dataMatrix file from the CAMERA.annotate step for example" />\n+ <param name="sampleMetadata" type="data" label="Sample metadata" format="tabular" help="sampleMetadata file from the xcms.xcmsSet step for example" />\n+ <param name="variableMetadata" type="data" label="Variable metadata" format="tabular" help="variableMetadata file from the CAMERA.annotate step for example" />\n+ <conditional name="cond_function" >\n+ <param name="select_funtion" type="select" label="Function to be used" help="" >\n+ <option value="sort_only" selected="true">Sorting your table</option>\n+ <option value="sort_and_corr" >Sorting your table and doing correlation analysis</option>\n+ </param>\n+ <when value="sort_only" />\n+ <when value="sort_and_corr">\n+ <param name="corrdel" type="hidden" value="1"/>\n+ <param name="param_correlation" type="float" label="Correlation threshold for pcgroup" value="0.60" help="Threshold valu'..b'po.tsv | Tabular|\n++---------------------------+--------------------------------------+--------+\n+\n+\n+\n+**General schema of the metabolomic workflow**\n+\n+.. image:: MetaboAnalysisCorrelation_workflow.png\n+\n+-----------\n+Input files\n+-----------\n+\n++--------------------------------+------------+\n+| Parameter: label | Format |\n++================================+============+\n+| Data matrix | Tabular |\n++--------------------------------+------------+\n+| Sample metadata | Tabular |\n++--------------------------------+------------+\n+| Variable metadata | Tabular |\n++--------------------------------+------------+\n+| User table file | Tabular |\n++--------------------------------+------------+\n+\n+\n+----------\n+Parameters\n+----------\n+\n+**Choice of your input files**\n+\n+ | **variableMetadata**\n+ |\n+ | For example, the "variableMetadata.tsv" tabular file generated by the CAMERA.annotate step of the workflow.\n+ | This table must contain in particular two columns named "**pcgroup**" and "**rt**" (it is case-sensitive).\n+ |\n+ | **dataMatrix**\n+ |\n+ | For example, the "dataMatrix.tsv" tabular file generated by the CAMERA.annotate step of the workflow.\n+ |\n+ | **sampleMetadata**\n+ |\n+ | For example, the tabular file with the samples metadata generated by the xcmsSet step: one sample per line and at least two columns: ids and one variable.\n+ |\n+ | **user table**\n+ |\n+ | Tabular containing intensities where your variables (metabolites) are in columns (for example a transposition of your datamatrix file)\n+\n+**Correlation threshold for pcgroup** *(metabolomic workflow only)*\n+\n+The threshold value that will determine if two metabolites are correlated inside a same pcgroup after the creation of the global correlation matrix.\n+If you do not want to use the intra-pcgroup filter (see "corrdel" function in the description section), put this threshold to 1 and all ions will be kept.\n+\n+**Choice of the correlation method**\n+\n+Choose the correlation method (pearson, kendall or spearman).\n+\n+**Cytoscape correlation threshold**\n+\n+Choose a threshold value for selecting edges (i.e. correlations between metabolites) that will be exported to the Cytoscape sif format file.\n+\n+------------\n+Output files\n+------------\n+\n+\n+\n+**sorted_variableMetadata.tsv** *(metabolomic workflow only)*\n+\n+ | A tabular file which:\n+ | 1) contains the original variable metadata columns\n+ | 2) is sorted by the pcgroup column\n+ | 3) contains a new column "signal_moy" (mean of all the signal values of the metabolites by sample)\n+ | 4) (depending of parameters) contains a "suppress" column\n+\n+**correlation_matrix_selected.tsv** *(metabolomic workflow only)*\n+\n+ | A correlation matrix containing only the metabolites selected in each pcgroup (metabolites tagged as "DEL" in "suppress" column are removed),\n+ | completed with two columns "rtmed" and "signal_moy".\n+\n+**sif_table.tsv**\n+\n+ | A tabular file (three columns: Metabolite1, Correlation coefficient, Metabolite 2) that can be used in Cytoscape.\n+\n+------\n+\n+.. class:: infomark\n+\n+The output **selected_metabolites_dataMatrix.tsv** is a tabular file. You can continue your analysis using it for example in the following statistical tools:\n+ | Hierarchical Clustering\n+ | ANOVA\n+\n+\n+---------------------------------------------------\n+\n+Changelog/News\n+--------------\n+\n+\n+**Version 1.0.1+galaxy0 - 10/12/2020**\n+\n+- Update of some of the outputs\' formats to match standard W4M table format\n+- Standard output (stdout) log improvement\n+- Change of testing data for faster job running for tests\n+- Fix: generation of the outputs for "Your table file" option\n+\n+**Version 1.0.1 - 20/09/2016**\n+\n+- TEST: refactoring to pass functional test using conda dependencies\n+- Help improvement\n+\n+\n+**Version 20141118 - 18/11/2014**\n+\n+ </help>\n+ <citations>\n+ <citation type="doi">10.1093/bioinformatics/btu813</citation>\n+ </citations>\n+\n+</tool>\n' |
b |
diff -r 000000000000 -r 58997c28b268 correlation_analysis.r --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/correlation_analysis.r Tue Jan 19 16:41:47 2021 +0000 |
[ |
b'@@ -0,0 +1,213 @@\n+#!/usr/local/public/bin/Rscript --vanilla --slave --no-site-file\n+#For questions: Antoine Gravot (Protocole conception) and Misharl Monsoor (for galaxy wrapper and R script).\n+\n+#Load the different libraries\n+library(batch) #necessary for parseCommandArgs function\n+library(reshape) #necessary for using melt function\n+library(MASS) # necessary for using the write.matrix()\n+#interpretation of arguments given in command line as an R list of objects\n+list_arguments <- parseCommandArgs(evaluate = FALSE)\n+\n+cat("\\nJob starting time:\\n", format(Sys.time(), "%a %d %b %Y %X"),\n+ "\\n\\n--------------------------------------------------------------------",\n+ "\\nParameters used in \'Metabolites Correlation Analysis\':\\n\\n")\n+print(list_arguments)\n+cat("--------------------------------------------------------------------\\n\\n")\n+\n+#The main function of this script that will execute all the other functions\n+\n+\n+main_function <- function(sorting, variable_metadata, data_matrix, sample_metadata, corrdel, param_correlation, param_cytoscape, matrix_corr, user_matrix_corr, corr_method) {\n+\n+\n+ if (sorting == 1) {\n+ ####Executing the sorting function####\n+ cat("\\nExecuting the sorting function\\n")\n+ #Read the tsv annotateDiffreport file and don\'t modify the columns name (check.names = FALSE)\n+ variable_metadata_input <- read.csv(variable_metadata, header = T, sep = "\\t", dec = ".", check.names = FALSE)\n+ data_matrix_input <- read.csv(data_matrix, header = T, sep = "\\t", dec = ".", check.names = FALSE)\n+ first_column_variable <- toString(names(variable_metadata_input)[1])\n+ first_column_datamatrix <- toString(names(data_matrix_input)[1])\n+ #@TODO merge\n+ input_tsv <- cbind(variable_metadata_input, data_matrix_input[, !(colnames(data_matrix_input) %in% c(first_column_datamatrix))])\n+ #Load the sample.info from the xcmsSet\n+ sample_metadata_info_tsv <- read.table(sample_metadata, header = T, sep = "\\t", dec = ",", check.names = FALSE)\n+ #Extract the samples name from the sample.info file generated from the xcmsSet step in ABIMS Workflow4Metabo.\n+ samples_name <- as.vector(t(sample_metadata_info_tsv[1]))\n+ output_tsv <- sorting(input_tsv, samples_name)\n+ # output now if corrdel == 0\n+ if (corrdel == 0) {\n+ output_tsv_vm <- output_tsv[, which(!(colnames(output_tsv) %in% samples_name))]\n+ write.table(output_tsv_vm[, c(3:ncol(output_tsv_vm), 2, 1)], sep = "\\t", quote = FALSE, col.names = TRUE, row.names = FALSE, file = "sorted_table.tsv")\n+ }\n+\n+ }\n+ if (corrdel == 1) {\n+ cat("\\nExecuting the corr_matrix_del function\\n")\n+ corr_matrix_del(output_tsv, samples_name, param_correlation, param_cytoscape, corr_method)\n+ }\n+\n+ if (matrix_corr == 1) {\n+ cat("\\nExecuting the corr_matrix function\\n")\n+ corr_matrix_user(user_matrix_corr, param_cytoscape, corr_method)\n+\n+ }\n+\n+}\n+\n+#The sorting function will sort the dataframe by rt column.\n+#Then it creates a "signal_moy" column which contains the mean values of the signal values of the sample by row.\n+#It finally creates a table tsv format "sorted_table.tsv".\n+\n+sorting <- function(input_tsv, samples_name) {\n+\n+ #Sort by rt column\n+ new_input <- input_tsv[order(input_tsv$rt), ]\n+ #Compute the mean operation of all the signal values of the sample by row, and put the results in a new column "signal_moy"\n+ new_input["signal_moy"] <- data.frame(Means = rowMeans(new_input[, colnames(new_input) %in% samples_name]))\n+ #Rearrange the data frame in order to have the columns "signal_moy" and "pcgroup" at the beginning of the table\n+ new_input <- cbind(new_input["signal_moy"], new_input["pcgroup"], new_input[, !(colnames(new_input) %in% c("signal_moy", "pcgroup"))])\n+ #Sort the "signal_moy" column data frame by pcgroup\n+ new_input <- new_input[order(new_input$pcgroup, -new_input$signal_moy), ]\n+ '..b'e <- selected_metabolite_dataframe[, colnames(selected_metabolite_dataframe) %in% metabolites_selected_list]\n+\n+ #Export to siff table format for visualization in cytoscape for the selected metabolites\n+ siff_table <- melt(selected_metabolite_dataframe[, !colnames(selected_metabolite_dataframe) %in% c("pcgroup", "rt", "signal_moy")])\n+ #Remove the values equal to 1 (correlation between two metabolite identical)\n+ siff_table <- siff_table[siff_table$value != 1, ]\n+ #Keep only the values corresponding to the param_cytoscape\n+ siff_table <- siff_table[siff_table$value >= param_cytoscape, ]\n+ #Change the order of the columns\n+ siff_table <- cbind(siff_table[first_column], siff_table["value"], siff_table["variable"])\n+\n+\n+\n+ #Join the two datasets to keep only the selected metabolite, with all the information about the intensity value for statistics analysis in the next step of the workflow.\n+ joined_dataframe <- merge(statmatrix2, selected_metabolite_dataframe[first_column], by = first_column)\n+ #Order by the signal intensity\n+ joined_dataframe <- joined_dataframe[order(-joined_dataframe$signal_moy), ]\n+ #Transposition of the dataframe\n+ joined_dataframe <- joined_dataframe[, !(colnames(joined_dataframe) %in% c("signal_moy"))]\n+\n+\n+ #Write the different tables into files\n+ write.table(selected_metabolite_dataframe, sep = "\\t", quote = FALSE, col.names = TRUE, row.names = FALSE, file = "correlation_matrix_selected.tsv")\n+ write.table(siff_table, sep = "\\t", quote = FALSE, col.names = FALSE, row.names = FALSE, file = "siff_table.tsv")\n+ output_tsv_vm <- output_tsv[, which(!(colnames(output_tsv) %in% samples_name))]\n+ output_tsv_vm <- data.frame(output_tsv_vm[, c(3:ncol(output_tsv_vm), 2, 1)], ori.or = seq_len(nrow(output_tsv_vm)))\n+ output_tsv_vm <- merge(x = output_tsv_vm, y = new_dataframe[, c(3, which(colnames(new_dataframe) == "suppress"))], by.x = 1, by.y = 1, sort = FALSE)\n+ output_tsv_vm <- output_tsv_vm[order(output_tsv_vm$ori.or), ][, -c(which(colnames(output_tsv_vm) == "ori.or"))]\n+ write.table(output_tsv_vm, sep = "\\t", quote = FALSE, col.names = TRUE, row.names = FALSE, file = "sorted_table.tsv")\n+\n+}\n+\n+\n+corr_matrix_user <- function(user_matrix_corr, param_cytoscape, corr_method) {\n+ #read the input table\n+ input_tsv <- read.csv(user_matrix_corr, header = T, sep = "\\t", dec = ".", check.names = FALSE)\n+ n <- input_tsv$HD\n+ #transpose all but the first column (name)\n+ statmatrix_corr <- as.data.frame(t(input_tsv[, -1]))\n+ #Rename the columns of the dataframe "statmatrix"\n+ colnames(statmatrix_corr) <- n\n+ #Do the cor step, with the transposed statmatrix.\n+ corr_transpo <- cor(t(as.matrix(statmatrix_corr)), method = corr_method)\n+ #Write the matrix to a tsv file\n+ write.table(corr_transpo, sep <- "\\t", quote = FALSE, col.names = NA, file = "correlation_matrix.tsv")\n+ #Export to siff table format for visualization in cytoscape for the selected conditions\n+ siff_table <- melt(corr_transpo)\n+ #Remove the values equal to 1 (correlation between two metabolite identical)\n+ siff_table <- siff_table[siff_table$value != 1, ]\n+ #Keep only the values corresponding to the param_cytoscape\n+ siff_table <- siff_table[siff_table$value >= param_cytoscape, ]\n+ #Change the order of the columns\n+ siff_table <- cbind(Node1 = siff_table["X1"], interaction = siff_table["value"], Node2 = siff_table["X2"])\n+ #Write the siff table\n+ write.table(siff_table, sep = "\\t", quote = FALSE, col.names = FALSE, row.names = FALSE, file = "siff_table.tsv")\n+\n+}\n+do.call(main_function, list_arguments)\n+\n+\n+cat("\\n--------------------------------------------------------------------",\n+ "\\nInformation about R (version, Operating System, attached or loaded packages):\\n\\n")\n+sessionInfo()\n+cat("--------------------------------------------------------------------\\n",\n+ "\\nJob ending time:\\n", format(Sys.time(), "%a %d %b %Y %X"))\n' |
b |
diff -r 000000000000 -r 58997c28b268 static/images/MetaboAnalysisCorrelation_workflow.png |
b |
Binary file static/images/MetaboAnalysisCorrelation_workflow.png has changed |
b |
diff -r 000000000000 -r 58997c28b268 test-data/in_DM1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/in_DM1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,746 @@\n+ions\tSample1\tSample2\tSample3\tSample4\tSample5\tSample6\tSample7\tSample8\tSample9\tSample10\tSample11\tSample12\tSample13\tSample14\tSample15\tSample16\tSample17\tSample18\tSample19\tSample20\tSample21\tSample22\tSample23\tSample24\tSample25\tSample26\tSample27\tSample28\tSample29\tSample30\tSample31\tSample32\tSample33\tSample34\tSample35\tSample36\tSample37\tSample38\tSample39\tSample40\tSample41\tSample42\tSample43\tSample44\tSample45\tSample46\tSample47\tSample48\tSample49\n+p100.023T0.7\t60.66150777\t67.49659925\t64.93344638\t146.1002286\t82.87556798\t102.5264753\t65.03258812\t120.9200002\t89.41984694\t90.4359572\t95.51663102\t94.50045951\t88.79198896\t204.7452241\t165.3804498\t132.855429\t120.7910789\t71.86536773\t50.95883986\t80.41834133\t76.27306394\t86.22173967\t91.19605252\t81.24742678\t58.8629189\t84.56361871\t53.88855606\t63.83723178\t77.93118488\t112.8881973\t70.35063288\t57.26210979\t65.44241824\t78.53094133\t77.19648563\t52.6308408\t105.0201868\t95.12284716\t52.4330025\t83.76631112\t58.89818135\t92.92827236\t71.98667485\t98.44125228\t92.51105549\t78.27856893\t81.8366727\t53.3717353\t56.92987481\n+p102.97T0.7\t11.78027217\t0\t0\t153.143553\t151.1801028\t162.9604489\t26.41461827\t117.5450921\t133.3938909\t136.0352911\t146.6011304\t133.3938909\t18.20936073\t48.63778773\t47.55391066\t56.3935092\t61.06040449\t62.35927199\t33.90974265\t5.958327616\t21.84720375\t9.930541039\t13.90276194\t3.972217163\t23.83331047\t21.84720375\t121.1526441\t9.930541039\t0\t36.51523134\t40.52301372\t32.06215172\t36.9605554\t37.40585263\t36.02024561\t40.95274535\t25.5788087\t33.99786557\t69.20107396\t39.21426136\t39.77448584\t24.08877454\t43.6959221\t35.75849577\t38.56308077\t43.47112038\t35.05734424\t34.35621384\t32.95391077\n+p104.106T1\t127.574123\t170.9224728\t175.0427446\t47.62001004\t99.215376\t91.41233853\t263.568875\t107.3916881\t85.15014692\t76.81174819\t99.13776632\t101.5555633\t251.0507428\t82.9691736\t85.24265363\t62.94708789\t61.42749618\t73.25079154\t138.2959738\t212.1996472\t218.7624997\t164.0719737\t224.2316314\t220.9502051\t216.5749262\t276.7347157\t240.6387628\t307.3612732\t207.8243681\t357.3674794\t313.3843028\t329.8108175\t323.4548037\t355.8193111\t328.9753253\t356.5745353\t307.4423405\t334.7068528\t354.0676036\t324.8625008\t342.3949095\t339.3008673\t337.2381725\t324.4906526\t299.8450986\t290.6902434\t499.9470338\t306.727852\t293.793213\n+p104.107T12.1\t90.08933489\t44.51239535\t158.093012\t171.8263211\t108.2714238\t109.4712829\t102.3736703\t52.12640514\t104.6544533\t93.08856231\t96.43996193\t218.1110188\t124.1216613\t109.1791165\t121.0549952\t107.2834962\t162.5595026\t159.7121316\t124.5145131\t145.3649406\t119.470401\t90.00863365\t163.9928106\t107.2498602\t134.1605163\t196.5576991\t176.279549\t106.1468444\t151.0092952\t161.6824161\t134.2216695\t153.8575008\t152.3912557\t151.6734662\t117.5020966\t177.3422231\t202.4739715\t131.6682975\t119.7515041\t144.7182591\t151.2907008\t171.814521\t134.5679935\t110.0502013\t174.3463354\t185.5036099\t171.4454439\t119.1449798\t143.9183029\n+p104.107T12.7\t314.3830238\t199.6447414\t394.7000567\t248.9822485\t246.6875354\t254.7191004\t272.0167591\t210.1262741\t207.8704763\t214.0943778\t177.4049136\t232.1439704\t269.0822788\t235.911021\t223.2890026\t260.9881702\t264.4202995\t258.4263288\t275.954553\t407.5809379\t295.5978966\t264.8437057\t333.1606511\t268.6075329\t290.3943723\t312.52655\t308.8937035\t268.5448605\t290.7475895\t338.243875\t298.9772364\t319.8925839\t340.1064235\t315.8456352\t298.2264252\t330.6757428\t379.551994\t328.4826474\t271.1584005\t321.0705341\t315.6757542\t341.378515\t312.1335716\t321.9421242\t371.6882912\t304.1086225\t318.1875598\t318.1875598\t301.2926992\n+p105.033T6\t149.7588367\t407.6571105\t73.22945875\t55.87173015\t23.09280963\t76.40543717\t166.0925892\t97.16985854\t218.067152\t354.7828262\t149.1444213\t135.585819\t89.96875666\t98.67544063\t224.4381999\t59.01178769\t72.55550535\t0\t37.72885695\t66.44508322\t86.48622361\t57.35449789\t84.3587681\t619.5753209\t398.9325026\t113.7746586\t22.51216023\t83.54405152\t471.9456061\t111.5345761\t105.6124063\t128.3140773\t122.3919669\t121.4048989\t114.6060934\t114.6060934\t127.7909225\t117.6487228\t114.6060934\t118.0089265\t122.2833228\t108.0735308\t123.0614737\t132.2564301\t131.3989929\t111.4024282\t58.9348489\t132.5488185\t141.030393\n+p106.951'..b'\t8354.847402\t14692.30567\t8597.16327\t8226.301199\t11579.06204\t10917.3905\t12369.89476\t12216.2561\t22210.73477\t16853.45004\t13873.35012\t17749.93757\t12829.80542\t13987.06624\t17245.68029\t14624.18517\t14482.3442\t14462.75268\t19839.31027\t19137.57542\t17113.05314\t20710.71143\t19518.29969\t18966.92387\t18878.17998\t20586.23627\t20119.02128\t17717.84294\t20549.13475\t17323.71051\t19259.99246\t19906.03965\t20571.68499\t20092.82103\t16459.12239\t20472.07793\t19753.76799\t18208.83699\n+p992.671T12.7\t10103.92059\t3647.255578\t12138.96559\t5699.861743\t6398.280685\t7195.845788\t9100.623777\t3637.33431\t4645.076629\t4794.57816\t4241.105777\t4726.511795\t8452.927876\t4577.174276\t4346.891595\t6288.428619\t5726.524104\t6958.451606\t6901.302496\t14582.25357\t9597.898348\t8001.331499\t10618.94131\t7231.431041\t7816.843843\t9240.745764\t8658.883667\t8395.155242\t8230.76882\t11915.68002\t11244.22709\t11288.03434\t12036.32528\t11566.46056\t11368.39138\t11146.92022\t13306.33602\t11743.96362\t10437.07424\t12519.20966\t10024.76052\t11439.9293\t12449.73864\t12815.43233\t12138.28948\t9243.103268\t12619.90889\t12325.1873\t10508.53591\n+p995.427T17.4\t1.967645569\t1.98073994\t19.65815936\t5.955760538\t0\t11.30991699\t8.485735422\t18.70452931\t23.10874512\t21.43335313\t14.28288263\t33.95363621\t169.110254\t14.49517348\t9.66344595\t10.87137556\t18.11896229\t36.23792458\t137.7041389\t199.8070388\t88.80316374\t136.3763077\t255.8376177\t67.65954423\t25.37233705\t27.48669581\t23.25797828\t26.42950847\t21.14360359\t682.6376516\t495.4883999\t421.3728999\t616.8904196\t725.4813955\t677.0977878\t642.6966078\t674.5177603\t542.0730952\t379.9719251\t540.845692\t553.2628528\t521.5294062\t717.44779\t632.0640035\t588.9315597\t446.9442069\t632.4741439\t563.9582886\t639.046033\n+p995.511T15.8\t9.126107777\t2.824018522\t15.34294085\t27.35784831\t9.419541195\t8.542472553\t20.57516296\t23.34909595\t38.86631058\t25.17512884\t11.99656028\t11.09139861\t109.1798127\t18.62796962\t7.077788048\t23.06159158\t6.499263823\t24.21261952\t136.2399245\t413.5778141\t149.0443881\t301.7484605\t322.9217056\t0\t42.52002506\t13.50686142\t14.91912965\t8.240153071\t5.516583381\t342.4263336\t242.9748095\t295.194235\t213.3405296\t415.2537688\t285.145824\t305.6638946\t313.5432114\t322.836677\t251.6797379\t369.0262024\t188.117628\t291.9322653\t341.4877346\t273.6383226\t325.4648671\t324.5693167\t268.3499835\t299.2546496\t293.3838445\n+p995.7T12.7\t183.4443398\t73.12982909\t213.192115\t107.835517\t133.8647643\t133.8647643\t233.6665614\t85.89003414\t100.5897444\t115.7997201\t106.3968022\t96.52724283\t213.381099\t135.5969066\t107.216138\t144.0059434\t114.5741244\t176.5912936\t147.159348\t173.3960803\t86.69804018\t133.6594469\t208.6171354\t164.3650322\t201.3922533\t259.1908742\t186.0394606\t175.2022465\t130.0470058\t200.3024386\t199.4395477\t234.1500113\t192.2226127\t196.7463666\t183.9589583\t241.5396506\t232.5660737\t197.4194138\t167.5073705\t190.0533485\t210.2223649\t202.4649861\t215.652474\t189.3802261\t223.1981383\t196.9892258\t238.4161375\t225.7345734\t153.8714592\n+p996.428T17.4\t3.588587405\t0\t18.12037195\t22.1253972\t5.05553517\t8.458591241\t30.68537806\t33.70292307\t32.28786755\t25.92434067\t27.88187023\t33.18895903\t54.47107748\t6.189891352\t16.09372404\t21.04564272\t11.14180537\t22.28361074\t105.2281577\t158.6012447\t72.47341896\t114.4870171\t164.9032591\t46.21495172\t18.90610654\t18.90610654\t32.56052913\t26.25848307\t0\t405.4527844\t448.1615082\t361.8930124\t406.9607355\t459.652994\t555.501826\t499.0758989\t417.3559221\t252.942841\t349.2557461\t375.5127858\t361.9565256\t394.4918115\t527.3446644\t419.3722262\t403.8439214\t447.2838664\t363.4218603\t452.7893597\t402.2376192\n+p999.669T16.4\t203.3713262\t169.1161734\t233.7336352\t186.9239854\t251.3150936\t310.0486069\t195.8615977\t221.5496912\t240.0187219\t256.8763759\t163.7605387\t149.3112165\t217.9157377\t178.1909032\t190.5943496\t153.163351\t142.5266537\t195.1390481\t165.2980437\t251.8313201\t266.2041356\t164.7329917\t257.0881957\t334.8984034\t268.2037254\t284.8993739\t222.6908126\t213.126323\t209.3980563\t278.5384199\t163.7539277\t223.1603697\t216.7410996\t250.4592125\t226.6067079\t233.4169295\t200.0592655\t239.2662724\t244.4930527\t227.9332634\t292.3617304\t68.92413179\t320.8956667\t210.0715412\t217.0145339\t260.5926523\t308.6940502\t99.8744892\t253.4436045\n' |
b |
diff -r 000000000000 -r 58997c28b268 test-data/in_SM1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/in_SM1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
@@ -0,0 +1,50 @@ +sampleMetadata batch injectionOrder sampleType Time Group +Sample1 s1 2 sample 1 A +Sample2 s1 3 sample 2 B +Sample3 s1 17 sample 4 C +Sample4 s1 20 sample 3 B +Sample5 s1 47 sample 1 A +Sample6 s1 48 sample 2 B +Sample7 s2 59 sample 4 A +Sample8 s2 64 sample 2 C +Sample9 s2 86 sample 4 C +Sample10 s2 87 sample 1 A +Sample11 s2 96 sample 3 B +Sample12 s2 97 sample 1 C +Sample13 s3 105 sample 2 B +Sample14 s3 106 sample 4 A +Sample15 s3 107 sample 3 D +Sample16 s3 113 sample 1 A +Sample17 s3 114 sample 2 C +Sample18 s3 120 sample 1 B +Sample19 s3 126 sample 4 A +Sample20 s4 155 sample 2 B +Sample21 s4 158 sample 1 C +Sample22 s4 159 sample 3 A +Sample23 s4 171 sample 4 B +Sample24 s4 172 sample 2 A +Sample25 s4 173 sample 1 C +Sample26 s4 177 sample 4 F +Sample27 s4 178 sample 1 F +Sample28 s4 181 sample 2 F +Sample29 s4 182 sample 3 F +Sample30 s2 52 pool 5 E +Sample31 s2 63 pool 5 E +Sample32 s2 83 pool 5 E +Sample33 s2 93 pool 5 E +Sample34 s2 102 pool 5 E +Sample35 s3 103 pool 5 E +Sample36 s3 112 pool 5 E +Sample37 s3 132 pool 5 E +Sample38 s3 143 pool 5 E +Sample39 s3 152 pool 5 E +Sample40 s4 163 pool 5 E +Sample41 s4 174 pool 5 E +Sample42 s4 185 pool 5 E +Sample43 s4 196 pool 5 E +Sample44 s1 1 pool 5 E +Sample45 s1 11 pool 5 E +Sample46 s1 22 pool 5 E +Sample47 s1 28 pool 5 E +Sample48 s1 39 pool 5 E +Sample49 s1 51 pool 5 E |
b |
diff -r 000000000000 -r 58997c28b268 test-data/in_VM1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/in_VM1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,746 @@\n+ions\tmz\trt\tmode\tpcgroup\n+p100.023T0.7\t100.023\t0.7\tpos\t32\n+p102.97T0.7\t102.97\t0.7\tpos\t32\n+p104.106T1\t104.106\t1\tpos\t21\n+p104.107T12.1\t104.107\t12.1\tpos\t52\n+p104.107T12.7\t104.107\t12.7\tpos\t56\n+p105.033T6\t105.033\t6\tpos\t22\n+p106.951T0.8\t106.951\t0.8\tpos\t33\n+p107.072T15.4\t107.072\t15.4\tpos\t74\n+p116.068T1.1\t116.068\t1.1\tpos\t35\n+p119.047T1.5\t119.047\t1.5\tpos\t39\n+p119.047T4.2\t119.047\t4.2\tpos\t102\n+p120.077T4.5\t120.077\t4.5\tpos\t104\n+p120.079T6.5\t120.079\t6.5\tpos\t119\n+p121.081T4.5\t121.081\t4.5\tpos\t104\n+p121.082T6.5\t121.082\t6.5\tpos\t119\n+p123.042T4.2\t123.042\t4.2\tpos\t102\n+p128.016T0.7\t128.016\t0.7\tpos\t32\n+p130.048T0.9\t130.048\t0.9\tpos\t34\n+p131.046T4.5\t131.046\t4.5\tpos\t104\n+p131.069T8.7\t131.069\t8.7\tpos\t137\n+p132.073T1.2\t132.073\t1.2\tpos\t36\n+p132.086T5.3\t132.086\t5.3\tpos\t109\n+p133.087T15.4\t133.087\t15.4\tpos\t74\n+p133.087T8.7\t133.087\t8.7\tpos\t137\n+p135.023T12.7\t135.023\t12.7\tpos\t56\n+p136.072T4.2\t136.072\t4.2\tpos\t102\n+p137.042T1.3\t137.042\t1.3\tpos\t37\n+p137.048T4.2\t137.048\t4.2\tpos\t102\n+p144.077T5.3\t144.077\t5.3\tpos\t109\n+p146.095T8.7\t146.095\t8.7\tpos\t137\n+p147.061T5.3\t147.061\t5.3\tpos\t109\n+p148.06T1.3\t148.06\t1.3\tpos\t37\n+p149.022T17.3\t149.022\t17.3\tpos\t90\n+p149.02T13.7\t149.02\t13.7\tpos\t62\n+p149.057T4.5\t149.057\t4.5\tpos\t104\n+p150.01T0.9\t150.01\t0.9\tpos\t34\n+p150.057T1.3\t150.057\t1.3\tpos\t37\n+p151.033T0.7\t151.033\t0.7\tpos\t32\n+p152.067T4.5\t152.067\t4.5\tpos\t104\n+p158.965T0.8\t158.965\t0.8\tpos\t33\n+p165.052T4.2\t165.052\t4.2\tpos\t102\n+p166.084T4.5\t166.084\t4.5\tpos\t104\n+p166.085T7.2\t166.085\t7.2\tpos\t125\n+p166.086T6.5\t166.086\t6.5\tpos\t119\n+p167.036T17.3\t167.036\t17.3\tpos\t90\n+p167.086T4.5\t167.086\t4.5\tpos\t104\n+p169.033T1.3\t169.033\t1.3\tpos\t37\n+p170.032T1.3\t170.032\t1.3\tpos\t37\n+p170.058T5.3\t170.058\t5.3\tpos\t109\n+p174.94T0.8\t174.94\t0.8\tpos\t33\n+p174.991T10.9\t174.991\t10.9\tpos\t45\n+p175.116T0.9\t175.116\t0.9\tpos\t34\n+p177.053T0.8\t177.053\t0.8\tpos\t33\n+p177.115T15.4\t177.115\t15.4\tpos\t74\n+p179.07T6.9\t179.07\t6.9\tpos\t123\n+p179.143T13.1\t179.143\t13.1\tpos\t58\n+p182.073T5.2\t182.073\t5.2\tpos\t108\n+p182.08T1.4\t182.08\t1.4\tpos\t38\n+p182.08T4.2\t182.08\t4.2\tpos\t102\n+p182.09T9.3\t182.09\t9.3\tpos\t141\n+p184.073T12.4\t184.073\t12.4\tpos\t54\n+p185.027T1.3\t185.027\t1.3\tpos\t37\n+p188.027T6.1\t188.027\t6.1\tpos\t115\n+p189.022T6.1\t189.022\t6.1\tpos\t115\n+p189.073T5.3\t189.073\t5.3\tpos\t109\n+p189.086T1.2\t189.086\t1.2\tpos\t36\n+p189.098T16.2\t189.098\t16.2\tpos\t80\n+p192.136T4.7\t192.136\t4.7\tpos\t106\n+p194.098T9.8\t194.098\t9.8\tpos\t144\n+p194.117T4.3\t194.117\t4.3\tpos\t103\n+p195.088T5.7\t195.088\t5.7\tpos\t112\n+p196.09T5.7\t196.09\t5.7\tpos\t112\n+p196.129T15.4\t196.129\t15.4\tpos\t74\n+p196.87T0.9\t196.87\t0.9\tpos\t34\n+p198.941T0.7\t198.941\t0.7\tpos\t32\n+p200.034T0.9\t200.034\t0.9\tpos\t34\n+p203.054T0.9\t203.054\t0.9\tpos\t34\n+p204.057T0.9\t204.057\t0.9\tpos\t34\n+p205.159T13.6\t205.159\t13.6\tpos\t61\n+p207.024T0.9\t207.024\t0.9\tpos\t34\n+p207.053T6.1\t207.053\t6.1\tpos\t115\n+p209.118T10.7\t209.118\t10.7\tpos\t44\n+p213.233T8.7\t213.233\t8.7\tpos\t137\n+p214.916T0.7\t214.916\t0.7\tpos\t32\n+p216.925T0.9\t216.925\t0.9\tpos\t34\n+p217.106T4.6\t217.106\t4.6\tpos\t105\n+p219.082T0.9\t219.082\t0.9\tpos\t34\n+p219.992T13.7\t219.992\t13.7\tpos\t62\n+p220.936T0.8\t220.936\t0.8\tpos\t33\n+p221.14T8.7\t221.14\t8.7\tpos\t137\n+p226.952T0.8\t226.952\t0.8\tpos\t33\n+p228.957T0.8\t228.957\t0.8\tpos\t33\n+p230.891T0.7\t230.891\t0.7\tpos\t32\n+p239.064T1.2\t239.064\t1.2\tpos\t36\n+p239.09T7.1\t239.09\t7.1\tpos\t124\n+p239.151T15.4\t239.151\t15.4\tpos\t74\n+p240.101T12.4\t240.101\t12.4\tpos\t54\n+p240.155T15.4\t240.155\t15.4\tpos\t74\n+p240.233T9.7\t240.233\t9.7\tpos\t143\n+p242.928T0.8\t242.928\t0.8\tpos\t33\n+p247.139T1.3\t247.139\t1.3\tpos\t37\n+p251.048T14.8\t251.048\t14.8\tpos\t69\n+p254.976T1.1\t254.976\t1.1\tpos\t35\n+p255.16T10.2\t255.16\t10.2\tpos\t40\n+p256.265T15.3\t256.265\t15.3\tpos\t73\n+p257.267T15.3\t257.267\t15.3\tpos\t73\n+p269.232T15.5\t269.232\t15.5\tpos\t75\n+p270.235T15.5\t270.235\t15.5\tpos\t75\n+p270.28T15.7\t270.28\t15.7\tpos\t76\n+p271.129T6.1\t271.129\t6.1\tpos\t115\n+p271.264T15.4\t271.264\t15.4\tpos\t74\n+p271.274T16.1\t271.274\t16.1\tpos\t79\n+p272.259T10.3\t272.259\t10.3\tpos\t41\n+p272.943T0.8\t272.943\t0.8\tpos\t33\n+p276.055T13.7\t276.055\t13.7\tpos\t62\n+p276.12T1.2\t276.12\t1.2\tpos\t36\n+p276.145T4.2\t276.145\t4.2\tpos\t102\n+p279.17T6.3\t279.17\t6.3\tpos\t11'..b'3.577\t16.5\tpos\t83\n+p825.572T16.5\t825.572\t16.5\tpos\t83\n+p826.414T18.2\t826.414\t18.2\tpos\t95\n+p826.439T14.5\t826.439\t14.5\tpos\t66\n+p828.395T16.1\t828.395\t16.1\tpos\t79\n+p830.401T16.1\t830.401\t16.1\tpos\t79\n+p834.612T15\t834.612\t15\tpos\t29\n+p835.361T16.1\t835.361\t16.1\tpos\t79\n+p835.371T19.3\t835.371\t19.3\tpos\t100\n+p838.842T0.8\t838.842\t0.8\tpos\t33\n+p839.846T0.8\t839.846\t0.8\tpos\t33\n+p839.906T18.2\t839.906\t18.2\tpos\t95\n+p84.048T0.9\t84.048\t0.9\tpos\t34\n+p84.962T0.7\t84.962\t0.7\tpos\t32\n+p842.433T14.5\t842.433\t14.5\tpos\t66\n+p843.939T16.5\t843.939\t16.5\tpos\t83\n+p844.438T14.5\t844.438\t14.5\tpos\t66\n+p844.453T17.3\t844.453\t17.3\tpos\t90\n+p846.654T16.5\t846.654\t16.5\tpos\t83\n+p848.406T17.3\t848.406\t17.3\tpos\t90\n+p849.327T16.1\t849.327\t16.1\tpos\t79\n+p849.407T17.3\t849.407\t17.3\tpos\t90\n+p850.408T17.3\t850.408\t17.3\tpos\t90\n+p854.82T0.8\t854.82\t0.8\tpos\t33\n+p856.474T16\t856.474\t16\tpos\t30\n+p856.53T8.7\t856.53\t8.7\tpos\t137\n+p857.476T16\t857.476\t16\tpos\t30\n+p86.098T1.5\t86.098\t1.5\tpos\t39\n+p861.434T16\t861.434\t16\tpos\t30\n+p862.426T18.2\t862.426\t18.2\tpos\t95\n+p862.439T16\t862.439\t16\tpos\t30\n+p862.636T14.9\t862.636\t14.9\tpos\t70\n+p862.654T16.5\t862.654\t16.5\tpos\t83\n+p863.624T15\t863.624\t15\tpos\t29\n+p864.35T17.5\t864.35\t17.5\tpos\t92\n+p864.411T6.5\t864.411\t6.5\tpos\t119\n+p864.44T16\t864.44\t16\tpos\t30\n+p868.601T16.5\t868.601\t16.5\tpos\t83\n+p872.42T16.1\t872.42\t16.1\tpos\t79\n+p878.384T16\t878.384\t16\tpos\t30\n+p878.397T19.2\t878.397\t19.2\tpos\t99\n+p878.451T8.5\t878.451\t8.5\tpos\t136\n+p878.641T14.9\t878.641\t14.9\tpos\t70\n+p879.397T19.2\t879.397\t19.2\tpos\t99\n+p879.644T14.9\t879.644\t14.9\tpos\t70\n+p880.391T16\t880.391\t16\tpos\t30\n+p886.428T6.6\t886.428\t6.6\tpos\t120\n+p886.459T14.4\t886.459\t14.4\tpos\t65\n+p888.477T17.3\t888.477\t17.3\tpos\t90\n+p89.062T15.4\t89.062\t15.4\tpos\t74\n+p89.062T8.7\t89.062\t8.7\tpos\t137\n+p891.428T17.3\t891.428\t17.3\tpos\t90\n+p893.432T17.3\t893.432\t17.3\tpos\t90\n+p894.436T17.3\t894.436\t17.3\tpos\t90\n+p90.056T1.2\t90.056\t1.2\tpos\t36\n+p900.488T15.9\t900.488\t15.9\tpos\t78\n+p901.489T15.9\t901.489\t15.9\tpos\t78\n+p902.424T17.4\t902.424\t17.4\tpos\t91\n+p902.496T15.9\t902.496\t15.9\tpos\t78\n+p903.427T17.4\t903.427\t17.4\tpos\t91\n+p906.468T15.9\t906.468\t15.9\tpos\t78\n+p906.678T16.4\t906.678\t16.4\tpos\t82\n+p906.787T8.5\t906.787\t8.5\tpos\t136\n+p906.832T0.8\t906.832\t0.8\tpos\t33\n+p91.056T1.4\t91.056\t1.4\tpos\t38\n+p91.056T4.2\t91.056\t4.2\tpos\t102\n+p911.63T16.4\t911.63\t16.4\tpos\t82\n+p914.506T17.3\t914.506\t17.3\tpos\t90\n+p916.446T16\t916.446\t16\tpos\t30\n+p916.466T19.2\t916.466\t19.2\tpos\t99\n+p918.45T16\t918.45\t16\tpos\t30\n+p921.407T16\t921.407\t16\tpos\t30\n+p923.408T16\t923.408\t16\tpos\t30\n+p923.423T19.2\t923.423\t19.2\tpos\t99\n+p924.41T16\t924.41\t16\tpos\t30\n+p924.425T19.2\t924.425\t19.2\tpos\t99\n+p926.35T7.2\t926.35\t7.2\tpos\t125\n+p930.48T14.3\t930.48\t14.3\tpos\t64\n+p930.498T17.3\t930.498\t17.3\tpos\t90\n+p931.502T17.3\t931.502\t17.3\tpos\t90\n+p932.5T17.3\t932.5\t17.3\tpos\t90\n+p937.457T17.3\t937.457\t17.3\tpos\t90\n+p938.459T17.3\t938.459\t17.3\tpos\t90\n+p940.827T0.8\t940.827\t0.8\tpos\t33\n+p944.524T15.9\t944.524\t15.9\tpos\t78\n+p945.528T15.9\t945.528\t15.9\tpos\t78\n+p946.445T17.4\t946.445\t17.4\tpos\t91\n+p946.527T15.9\t946.527\t15.9\tpos\t78\n+p947.469T16.5\t947.469\t16.5\tpos\t83\n+p949.487T15.9\t949.487\t15.9\tpos\t78\n+p950.469T7.5\t950.469\t7.5\tpos\t128\n+p950.492T15.9\t950.492\t15.9\tpos\t78\n+p955.657T16.4\t955.657\t16.4\tpos\t82\n+p960.49T19.1\t960.49\t19.1\tpos\t98\n+p961.495T19.1\t961.495\t19.1\tpos\t98\n+p962.477T16\t962.477\t16\tpos\t30\n+p962.495T19.1\t962.495\t19.1\tpos\t98\n+p965.431T16\t965.431\t16\tpos\t30\n+p965.447T19.1\t965.447\t19.1\tpos\t98\n+p966.435T16\t966.435\t16\tpos\t30\n+p966.693T14.8\t966.693\t14.8\tpos\t69\n+p967.433T16\t967.433\t16\tpos\t30\n+p967.449T19.1\t967.449\t19.1\tpos\t98\n+p974.521T17.2\t974.521\t17.2\tpos\t89\n+p975.525T17.2\t975.525\t17.2\tpos\t89\n+p982.482T17.2\t982.482\t17.2\tpos\t89\n+p988.545T15.9\t988.545\t15.9\tpos\t78\n+p988.594T8.7\t988.594\t8.7\tpos\t137\n+p989.547T15.9\t989.547\t15.9\tpos\t78\n+p990.555T15.8\t990.555\t15.8\tpos\t77\n+p990.796T0.8\t990.796\t0.8\tpos\t33\n+p991.472T17.4\t991.472\t17.4\tpos\t91\n+p991.659T12.7\t991.659\t12.7\tpos\t56\n+p992.671T12.7\t992.671\t12.7\tpos\t56\n+p995.427T17.4\t995.427\t17.4\tpos\t91\n+p995.511T15.8\t995.511\t15.8\tpos\t77\n+p995.7T12.7\t995.7\t12.7\tpos\t56\n+p996.428T17.4\t996.428\t17.4\tpos\t91\n+p999.669T16.4\t999.669\t16.4\tpos\t82\n' |
b |
diff -r 000000000000 -r 58997c28b268 test-data/out_VM1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out_VM1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,746 @@\n+ions\tmz\trt\tmode\tpcgroup\tsignal_moy\tsuppress\n+p104.106T1\t104.106\t1\tpos\t21\t228.792463078367\t\n+p459.279T6\t459.279\t6\tpos\t22\t1187.46543831735\t\n+p476.304T6\t476.304\t6\tpos\t22\t1087.84885746673\tDEL\n+p733.328T6\t733.328\t6\tpos\t22\t402.482541466857\t\n+p477.309T6\t477.309\t6\tpos\t22\t258.314933042551\tDEL\n+p105.033T6\t105.033\t6\tpos\t22\t139.830213989592\t\n+p698.781T7\t698.781\t7\tpos\t23\t291.089661149061\t\n+p814.485T7\t814.485\t7\tpos\t23\t130.412929240653\t\n+p458.783T7\t458.783\t7\tpos\t23\t42.8148096267959\tDEL\n+p560.365T8\t560.365\t8\tpos\t24\t556.453990159673\t\n+p288.217T8\t288.217\t8\tpos\t24\t423.776764993878\t\n+p516.337T8\t516.337\t8\tpos\t24\t335.520032708837\tDEL\n+p565.321T8\t565.321\t8\tpos\t24\t237.201671961082\tDEL\n+p534.32T10\t534.32\t10\tpos\t25\t64.2696746977755\t\n+p380.256T11\t380.256\t11\tpos\t26\t108.22666306551\t\n+p482.324T12\t482.324\t12\tpos\t27\t1351.38193186531\t\n+p483.328T12\t483.328\t12\tpos\t27\t383.73357776551\tDEL\n+p482.325T14\t482.325\t14\tpos\t28\t688.149842746939\t\n+p464.314T14\t464.314\t14\tpos\t28\t276.343929264694\tDEL\n+p483.329T14\t483.329\t14\tpos\t28\t191.752925541633\tDEL\n+p790.588T15\t790.588\t15\tpos\t29\t2165.21098979592\t\n+p795.551T15\t795.551\t15\tpos\t29\t1765.01382289796\t\n+p834.612T15\t834.612\t15\tpos\t29\t1187.15339670612\t\n+p796.553T15\t796.553\t15\tpos\t29\t1002.61015956735\tDEL\n+p369.226T15\t369.226\t15\tpos\t29\t195.340334717347\t\n+p326.167T15\t326.167\t15\tpos\t29\t190.617773039388\tDEL\n+p863.624T15\t863.624\t15\tpos\t29\t183.541343397755\t\n+p545.404T16\t545.404\t16\tpos\t30\t1374.77036105102\t\n+p540.446T16\t540.446\t16\tpos\t30\t1042.14513705918\t\n+p856.474T16\t856.474\t16\tpos\t30\t843.846786909184\t\n+p861.434T16\t861.434\t16\tpos\t30\t799.348960887306\tDEL\n+p584.474T16\t584.474\t16\tpos\t30\t796.942577073469\t\n+p817.41T16\t817.41\t16\tpos\t30\t732.566775253776\tDEL\n+p773.386T16\t773.386\t16\tpos\t30\t693.613850636449\tDEL\n+p916.446T16\t916.446\t16\tpos\t30\t687.139067537939\tDEL\n+p965.431T16\t965.431\t16\tpos\t30\t661.837866280245\tDEL\n+p921.407T16\t921.407\t16\tpos\t30\t634.900845126775\tDEL\n+p878.384T16\t878.384\t16\tpos\t30\t557.296332678061\tDEL\n+p857.476T16\t857.476\t16\tpos\t30\t515.988952367959\tDEL\n+p813.447T16\t813.447\t16\tpos\t30\t506.831186415837\tDEL\n+p862.439T16\t862.439\t16\tpos\t30\t458.873957280286\tDEL\n+p966.435T16\t966.435\t16\tpos\t30\t438.870808196143\tDEL\n+p585.472T16\t585.472\t16\tpos\t30\t313.562813302245\tDEL\n+p962.477T16\t962.477\t16\tpos\t30\t299.221887681224\tDEL\n+p967.433T16\t967.433\t16\tpos\t30\t292.733544446939\tDEL\n+p918.45T16\t918.45\t16\tpos\t30\t289.179345494939\tDEL\n+p923.408T16\t923.408\t16\tpos\t30\t259.865295644837\tDEL\n+p819.414T16\t819.414\t16\tpos\t30\t236.311083521245\tDEL\n+p880.391T16\t880.391\t16\tpos\t30\t163.790198722163\tDEL\n+p864.44T16\t864.44\t16\tpos\t30\t140.902686981612\tDEL\n+p924.41T16\t924.41\t16\tpos\t30\t115.876112963143\tDEL\n+p366.373T20\t366.373\t20\tpos\t31\t110.582893822857\t\n+p214.916T0.7\t214.916\t0.7\tpos\t32\t2027.46523106531\t\n+p84.962T0.7\t84.962\t0.7\tpos\t32\t1137.79821322653\tDEL\n+p198.941T0.7\t198.941\t0.7\tpos\t32\t796.866766192041\tDEL\n+p82.017T0.7\t82.017\t0.7\tpos\t32\t345.973184404082\tDEL\n+p230.891T0.7\t230.891\t0.7\tpos\t32\t317.168837654082\tDEL\n+p128.016T0.7\t128.016\t0.7\tpos\t32\t291.965298265306\tDEL\n+p100.023T0.7\t100.023\t0.7\tpos\t32\t85.8382465879592\tDEL\n+p151.033T0.7\t151.033\t0.7\tpos\t32\t78.9029373334694\tDEL\n+p102.97T0.7\t102.97\t0.7\tpos\t32\t50.7979220911633\tDEL\n+p226.952T0.8\t226.952\t0.8\tpos\t33\t4221.94920361224\t\n+p430.913T0.8\t430.913\t0.8\tpos\t33\t2111.16804065102\tDEL\n+p158.965T0.8\t158.965\t0.8\tpos\t33\t2102.17244036122\tDEL\n+p702.864T0.8\t702.864\t0.8\tpos\t33\t1587.26932115918\tDEL\n+p770.853T0.8\t770.853\t0.8\tpos\t33\t1266.72590250612\tDEL\n+p838.842T0.8\t838.842\t0.8\tpos\t33\t1249.51590616327\tDEL\n+p242.928T0.8\t242.928\t0.8\tpos\t33\t1192.72531840816\t\n+p498.902T0.8\t498.902\t0.8\tpos\t33\t887.771840238776\tDEL\n+p906.832T0.8\t906.832\t0.8\tpos\t33\t845.415436506122\tDEL\n+p378.903T0.8\t378.903\t0.8\tpos\t33\t704.116184518367\tDEL\n+p288.923T0.8\t288.923\t0.8\tpos\t33\t698.11396715102\tDEL\n+p446.889T0.8\t446.889\t0.8\tpos\t33\t498.422671291837\tDEL\n+p220.936T0.8\t220.936\t0.8\tpos\t33\t403.150509636327\tDEL\n+p854.82T0.8\t854.82\t0.8\tpos\t33\t340.06653134898\tDEL\n+p106.951T0.8\t106.951\t0.8\tpos\t33\t302.30156072449\tDEL\n+p424.897T0.8\t424.897\t0.8\tpos\t33\t298.943061525714\tDEL\n+p174.'..b'\t952.361084335204\t\n+p696.437T6.6\t696.437\t6.6\tpos\t120\t721.699714052796\t\n+p594.352T6.6\t594.352\t6.6\tpos\t120\t304.879041930898\tDEL\n+p886.428T6.6\t886.428\t6.6\tpos\t120\t299.999438268571\tDEL\n+p679.409T6.6\t679.409\t6.6\tpos\t120\t182.504776745531\tDEL\n+p599.306T6.6\t599.306\t6.6\tpos\t120\t167.180508630061\tDEL\n+p362.196T6.6\t362.196\t6.6\tpos\t120\t126.057877954265\tDEL\n+p717.368T6.6\t717.368\t6.6\tpos\t120\t66.3202173481837\tDEL\n+p643.334T6.7\t643.334\t6.7\tpos\t121\t190.324942150429\t\n+p682.401T6.8\t682.401\t6.8\tpos\t122\t384.179449173061\t\n+p687.361T6.8\t687.361\t6.8\tpos\t122\t176.472290582143\tDEL\n+p726.429T6.9\t726.429\t6.9\tpos\t123\t231.983408876429\t\n+p179.07T6.9\t179.07\t6.9\tpos\t123\t117.56058680849\t\n+p731.387T6.9\t731.387\t6.9\tpos\t123\t91.466443457551\tDEL\n+p239.09T7.1\t239.09\t7.1\tpos\t124\t867.276769004082\t\n+p638.722T7.2\t638.722\t7.2\tpos\t125\t247.493327524286\t\n+p472.311T7.2\t472.311\t7.2\tpos\t125\t224.034891377082\t\n+p926.35T7.2\t926.35\t7.2\tpos\t125\t117.754009675102\tDEL\n+p477.267T7.2\t477.267\t7.2\tpos\t125\t108.434399742041\tDEL\n+p166.085T7.2\t166.085\t7.2\tpos\t125\t94.7542653842245\tDEL\n+p455.285T7.2\t455.285\t7.2\tpos\t125\t81.4542689129592\tDEL\n+p433.241T7.2\t433.241\t7.2\tpos\t125\t78.0493571319388\tDEL\n+p611.239T7.2\t611.239\t7.2\tpos\t125\t71.6841845536735\tDEL\n+p516.337T7.3\t516.337\t7.3\tpos\t126\t364.028709477327\t\n+p286.202T7.3\t286.202\t7.3\tpos\t126\t150.396608469796\t\n+p499.313T7.3\t499.313\t7.3\tpos\t126\t91.4270760876122\tDEL\n+p565.32T7.4\t565.32\t7.4\tpos\t127\t148.036597846633\t\n+p543.339T7.4\t543.339\t7.4\tpos\t127\t90.9866627870816\tDEL\n+p430.302T7.4\t430.302\t7.4\tpos\t127\t43.259151994\tDEL\n+p950.469T7.5\t950.469\t7.5\tpos\t128\t137.003344521347\t\n+p609.347T7.5\t609.347\t7.5\tpos\t128\t127.681077284163\tDEL\n+p776.561T7.6\t776.561\t7.6\tpos\t129\t338.561139508163\t\n+p648.418T7.6\t648.418\t7.6\tpos\t129\t102.421086619592\tDEL\n+p433.24T7.8\t433.24\t7.8\tpos\t130\t85.5803787136122\t\n+p650.434T7.8\t650.434\t7.8\tpos\t130\t83.6386007204082\tDEL\n+p472.311T7.9\t472.311\t7.9\tpos\t131\t216.350951919878\t\n+p477.267T7.9\t477.267\t7.9\tpos\t131\t164.664916745531\tDEL\n+p609.346T8.1\t609.346\t8.1\tpos\t132\t222.380455616082\t\n+p610.348T8.1\t610.348\t8.1\tpos\t132\t80.0874646119592\tDEL\n+p692.442T8.2\t692.442\t8.2\tpos\t133\t431.039275736204\t\n+p648.418T8.2\t648.418\t8.2\tpos\t133\t427.783405639775\tDEL\n+p653.374T8.2\t653.374\t8.2\tpos\t133\t159.415907337388\tDEL\n+p693.448T8.2\t693.448\t8.2\tpos\t133\t155.348215323388\tDEL\n+p698.404T8.2\t698.404\t8.2\tpos\t133\t58.5280486199388\tDEL\n+p654.376T8.2\t654.376\t8.2\tpos\t133\t49.3714192353061\tDEL\n+p780.498T8.3\t780.498\t8.3\tpos\t134\t176.440415763061\t\n+p717.757T8.3\t717.757\t8.3\tpos\t134\t82.344657380551\t\n+p815.486T8.4\t815.486\t8.4\tpos\t135\t197.082168386633\t\n+p878.451T8.5\t878.451\t8.5\tpos\t136\t403.439804625918\t\n+p906.787T8.5\t906.787\t8.5\tpos\t136\t305.420454948898\tDEL\n+p759.886T8.5\t759.886\t8.5\tpos\t136\t257.02326328198\t\n+p133.087T8.7\t133.087\t8.7\tpos\t137\t373.570840752102\t\n+p221.14T8.7\t221.14\t8.7\tpos\t137\t322.75079130651\tDEL\n+p89.062T8.7\t89.062\t8.7\tpos\t137\t223.820676024571\tDEL\n+p723.438T8.7\t723.438\t8.7\tpos\t137\t182.42439242998\tDEL\n+p146.095T8.7\t146.095\t8.7\tpos\t137\t153.796084365571\tDEL\n+p679.413T8.7\t679.413\t8.7\tpos\t137\t145.857816305265\tDEL\n+p213.233T8.7\t213.233\t8.7\tpos\t137\t137.996252568163\t\n+p812.496T8.7\t812.496\t8.7\tpos\t137\t122.737459154429\tDEL\n+p856.53T8.7\t856.53\t8.7\tpos\t137\t113.073109287041\tDEL\n+p724.436T8.7\t724.436\t8.7\tpos\t137\t109.197599606857\tDEL\n+p547.336T8.7\t547.336\t8.7\tpos\t137\t92.4395170238776\tDEL\n+p648.39T8.7\t648.39\t8.7\tpos\t137\t80.3491935941429\tDEL\n+p988.594T8.7\t988.594\t8.7\tpos\t137\t73.8072649887959\tDEL\n+p73.037T8.7\t73.037\t8.7\tpos\t137\t42.1988622891633\tDEL\n+p131.069T8.7\t131.069\t8.7\tpos\t137\t27.9759834937755\tDEL\n+p75.185T8.9\t75.185\t8.9\tpos\t138\t189.344382232816\t\n+p77.869T8.9\t77.869\t8.9\tpos\t138\t169.570921054306\tDEL\n+p328.249T9.1\t328.249\t9.1\tpos\t139\t161.789886974898\t\n+p317.253T9.1\t317.253\t9.1\tpos\t139\t124.614849080286\t\n+p77.2T9.2\t77.2\t9.2\tpos\t140\t1014.9694209898\t\n+p182.09T9.3\t182.09\t9.3\tpos\t141\t131.403048735\t\n+p342.264T9.6\t342.264\t9.6\tpos\t142\t157.499117578571\t\n+p240.233T9.7\t240.233\t9.7\tpos\t143\t245.147764885714\t\n+p518.325T9.8\t518.325\t9.8\tpos\t144\t772.278375773306\t\n+p194.098T9.8\t194.098\t9.8\tpos\t144\t221.266501405102\t\n' |
b |
diff -r 000000000000 -r 58997c28b268 test-data/out_corr1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out_corr1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,278 @@\n+ions\trt\tsignal_moy\tp104.106T1\tp459.279T6\tp733.328T6\tp105.033T6\tp698.781T7\tp814.485T7\tp560.365T8\tp288.217T8\tp534.32T10\tp380.256T11\tp482.324T12\tp482.325T14\tp790.588T15\tp795.551T15\tp834.612T15\tp369.226T15\tp863.624T15\tp545.404T16\tp540.446T16\tp856.474T16\tp584.474T16\tp366.373T20\tp214.916T0.7\tp226.952T0.8\tp242.928T0.8\tp203.054T0.9\tp130.048T0.9\tp219.082T0.9\tp216.925T0.9\tp207.024T0.9\tp80.954T0.9\tp116.068T1.1\tp254.976T1.1\tp189.086T1.2\tp132.073T1.2\tp276.12T1.2\tp169.033T1.3\tp137.042T1.3\tp185.027T1.3\tp286.127T1.3\tp247.139T1.3\tp150.057T1.3\tp73.087T1.3\tp148.06T1.3\tp91.056T1.4\tp182.08T1.4\tp86.098T1.5\tp119.047T1.5\tp344.28T10.2\tp255.16T10.2\tp414.3T10.3\tp272.259T10.3\tp358.296T10.5\tp464.237T10.6\tp209.118T10.7\tp286.144T10.9\tp174.991T10.9\tp372.31T11.1\tp468.308T11.2\tp305.304T11.3\tp494.323T11.6\tp424.342T11.7\tp357.278T11.7\tp478.297T11.9\tp526.294T11.9\tp484.294T11.9\tp520.332T12.1\tp544.339T12.1\tp400.342T12.1\tp546.346T12.1\tp332.332T12.2\tp184.073T12.4\tp326.379T12.6\tp327.079T12.6\tp548.361T12.6\tp991.659T12.7\tp524.302T12.7\tp515.312T12.7\tp499.358T12.7\tp314.031T12.7\tp500.363T12.7\tp438.299T12.8\tp523.359T13.1\tp464.314T13.2\tp482.359T13.3\tp548.372T13.6\tp510.355T13.7\tp149.02T13.7\tp532.339T13.7\tp276.055T13.7\tp508.376T13.8\tp930.48T14.3\tp886.459T14.4\tp524.371T14.5\tp385.292T14.6\tp760.331T14.6\tp407.335T14.6\tp473.345T14.6\tp364.326T14.6\tp430.323T14.6\tp715.303T14.6\tp341.268T14.7\tp300.289T14.7\tp666.322T14.7\tp966.693T14.8\tp251.048T14.8\tp584.227T14.8\tp878.641T14.9\tp879.644T14.9\tp862.636T14.9\tp707.495T15.1\tp746.564T15.1\tp703.548T15.1\tp774.593T15.1\tp619.44T15.2\tp658.509T15.2\tp531.386T15.3\tp570.458T15.3\tp256.265T15.3\tp286.223T15.3\tp443.333T15.4\tp399.308T15.4\tp510.434T15.4\tp467.412T15.4\tp338.344T15.4\tp489.371T15.4\tp379.341T15.4\tp484.412T15.4\tp315.291T15.4\tp107.072T15.4\tp402.32T15.4\tp269.232T15.5\tp339.168T15.5\tp353.265T15.5\tp270.28T15.7\tp995.511T15.8\tp900.488T15.9\tp672.526T15.9\tp413.325T16.1\tp369.299T16.1\tp872.42T16.1\tp561.415T16.1\tp271.274T16.1\tp328.316T16.1\tp524.457T16.1\tp371.286T16.1\tp393.363T16.1\tp525.458T16.1\tp356.226T16.1\tp427.358T16.1\tp408.318T16.1\tp643.311T16.1\tp465.329T16.2\tp499.346T16.2\tp593.362T16.2\tp616.443T16.2\tp702.282T16.2\tp356.121T16.2\tp532.328T16.2\tp586.434T16.3\tp485.348T16.3\tp455.333T16.3\tp339.189T16.3\tp466.334T16.3\tp407.337T16.3\tp341.216T16.3\tp380.219T16.3\tp911.63T16.4\tp955.657T16.4\tp906.678T16.4\tp999.669T16.4\tp353.296T16.4\tp779.55T16.5\tp823.577T16.5\tp868.601T16.5\tp862.654T16.5\tp825.572T16.5\tp846.654T16.5\tp947.469T16.5\tp647.469T16.6\tp603.444T16.6\tp692.504T16.6\tp663.444T16.6\tp800.429T16.6\tp515.388T16.7\tp559.416T16.7\tp427.337T16.7\tp538.468T16.7\tp429.354T16.7\tp470.309T16.7\tp734.394T16.7\tp285.294T16.7\tp648.366T16.8\tp626.317T16.9\tp611.3T17.1\tp974.521T17.2\tp413.269T17.3\tp891.428T17.3\tp804.392T17.4\tp329.24T17.4\tp485.375T17.5\tp864.35T17.5\tp733.276T17.6\tp585.273T17.8\tp367.319T17.8\tp817.4T18.2\tp773.377T18.3\tp707.339T18.4\tp455.363T18.4\tp965.447T19.1\tp878.397T19.2\tp835.371T19.3\tp554.396T21.2\tp136.072T4.2\tp276.145T4.2\tp418.194T4.3\tp194.117T4.3\tp120.077T4.5\tp152.067T4.5\tp217.106T4.6\tp192.136T4.7\tp299.106T5.1\tp555.296T5.1\tp182.073T5.2\tp189.073T5.3\tp302.085T5.4\tp627.571T5.6\tp195.088T5.7\tp393.209T5.7\tp388.253T5.7\tp415.252T5.8\tp696.392T5.9\tp189.022T6.1\tp521.336T6.1\tp188.027T6.1\tp750.379T6.1\tp445.314T6.2\tp564.357T6.3\tp279.17T6.3\tp608.382T6.4\tp811.376T6.4\tp313.155T6.5\tp657.366T6.5\tp409.292T6.6\tp696.437T6.6\tp643.334T6.7\tp682.401T6.8\tp726.429T6.9\tp179.07T6.9\tp239.09T7.1\tp638.722T7.2\tp472.311T7.2\tp516.337T7.3\tp286.202T7.3\tp565.32T7.4\tp950.469T7.5\tp776.561T7.6\tp433.24T7.8\tp472.311T7.9\tp609.346T8.1\tp692.442T8.2\tp780.498T8.3\tp717.757T8.3\tp815.486T8.4\tp878.451T8.5\tp759.886T8.5\tp133.087T8.7\tp213.233T8.7\tp75.185T8.9\tp328.249T9.1\tp317.253T9.1\tp77.2T9.2\tp182.09T9.3\tp342.264T9.6\tp240.233T9.7\tp518.325T9.8\tp194.098T9.8\n+p104.106T1\t1\t228.792463078367\t1\t0.832768882603059\t0.234285164188133\t-0.0581146340777251\t0.27365117846666\t0.769379999636386\t0.666727372252966\t0.0502354229214528\t0.775322082488534\t0.393471864220231\t0.801353698470291\t0.698833531283311\t0.0655517623247492\t0.13470151'..b'69136035141233\t-0.0692297303640864\t-0.31169215019795\t-0.138623332429298\t-0.249183960859469\t-0.23885138846188\t0.320832824556225\t-0.181524682355312\t0.0586631302553688\t-0.157091155149261\t0.0514358715397553\t-0.187905308291523\t-0.128487768419227\t-0.0720829371564158\t-0.268023413745916\t0.234345879179636\t-0.0920924214710856\t-0.156677293546368\t-0.408330805430802\t-0.143452069346052\t-0.186962084593709\t-0.31795095707216\t-0.107609342192906\t0.0927106400993282\t-0.0897042106075777\t0.318438933961514\t-0.225079460924586\t-0.19763292309541\t-0.105935926480229\t-0.0655726236505881\t-0.0577553683532885\t-0.116108889682203\t-0.170040546931494\t-0.0111679206063496\t0.120692079858913\t-0.246649441490718\t-0.11872518191641\t-0.00568967428418236\t0.149297434232214\t-0.0777250621712808\t-0.0534496901291237\t0.178859983943299\t-0.0681005897770007\t-0.060144453131306\t-0.174987256750231\t0.0953823183523531\t0.00119809500852948\t0.0952659991141776\t0.143588189599937\t-0.231466493956855\t0.146606980472935\t-0.15087905124153\t0.0787012560575183\t-0.170189020372963\t-0.272050365727529\t0.206202128698753\t-0.166119915554558\t0.0229727241879463\t0.00102417338723354\t0.0194224888443666\t-6.8758189825395e-05\t-0.245421403751238\t0.448083197456003\t-0.119928993252104\t0.0493134693012388\t0.156214152652485\t0.102924713897108\t0.305599147005893\t-0.0375068675050111\t-0.126236881081396\t-0.148140066248649\t-0.157193128710674\t-0.118028267557303\t-0.252449382949562\t-0.0781660086191656\t0.239758200537594\t-0.134431016519723\t-0.100244926667675\t-0.0656274664931063\t-0.0740022936329358\t-0.051554974601835\t0.124331411319483\t0.19859214876025\t-0.181325888649041\t-0.116373659014576\t-0.154105747296804\t-0.0269025659082701\t-0.110989424907399\t0.159995240738921\t-0.172590164971246\t-0.232733482320797\t-0.0538185508948186\t-0.0709935108763317\t-0.115246345576064\t-0.0323269694958421\t-0.0394067096950809\t0.119085246262146\t-0.245074028644392\t0.0854977194510809\t0.208156241527585\t0.0276324427237422\t-0.197764569783613\t-0.157618711769877\t-0.288070989496749\t-0.194344839897975\t-0.301830063094633\t-0.141467046119292\t-0.187460642024105\t-0.184500990920133\t-0.425911615889931\t0.132371223835228\t0.100438121627831\t-0.23365412749438\t-0.378677910426466\t-0.251008429901811\t-0.177664759999422\t0.184361909951541\t-0.37990160305747\t-0.0515279915787046\t-0.062399177633349\t-0.359663797800337\t-0.147776316804448\t-0.155213163450019\t-0.222662699017535\t0.066755409098733\t-0.181712264150726\t-0.0593334487823825\t0.11387290809883\t-0.108506693509286\t-0.116416389229904\t-0.0852479485669496\t-0.138042174853938\t-0.0269961078524109\t-0.144969327283142\t-0.233795666811695\t-0.288337057952784\t-0.527563037386992\t-0.166674042283864\t-0.162330502432465\t0.2587627465182\t0.0243301548897751\t-0.10696429015862\t-0.0852448177760932\t-0.142861998820743\t-0.192915419578609\t-0.132343366163169\t-0.14946096105918\t-0.14036299198703\t0.226187859911073\t0.0168657876613548\t-0.226217472080902\t0.0193513031683641\t0.0448423322882508\t0.0342629289927559\t0.0377376198575697\t-0.224615216593991\t-0.0338300306013806\t0.0701028485462835\t-0.146500041748702\t-0.169339483932305\t-0.10783609285344\t0.0658119493415079\t-0.160446723680033\t-0.113602288300056\t-0.100670185972345\t0.467587383241787\t-0.157533314335763\t-0.157128530147336\t-0.150399901702183\t-0.13692220956731\t0.15353385547153\t0.166726677493119\t0.141121110048009\t-0.117303994657176\t0.20836580525745\t-0.136014357169298\t0.195140452084219\t0.0468701446163551\t-0.13101975191878\t0.0446448228598234\t-0.146830253138537\t-0.139716623511928\t-0.166701057986263\t-0.124565655350816\t-0.352192664911471\t0.253437270605196\t-0.07549227715707\t-0.200834037908894\t-0.1784321438528\t0.153439314854865\t-0.171764476324222\t-0.097077860662182\t-0.147809686544387\t-0.130798130313857\t-0.111181168955642\t-0.173253740438143\t-0.180116940893196\t-0.176339973873167\t0.0808483297155658\t-0.0893995958238531\t-0.217278176167722\t0.0489550476452902\t0.160459101992838\t-0.124520052329526\t-0.222030630276068\t-0.337339036855374\t-0.0598091433791007\t0.376347333225038\t-0.216034333203823\t-0.35067977294212\t-0.166331024676407\t-0.161501409759146\t1\n' |
b |
diff -r 000000000000 -r 58997c28b268 test-data/out_sif1.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out_sif1.tabular Tue Jan 19 16:41:47 2021 +0000 |
b |
b'@@ -0,0 +1,3370 @@\n+p459.279T6\t0.832768882603059\tp104.106T1\n+p814.485T7\t0.769379999636386\tp104.106T1\n+p534.32T10\t0.775322082488534\tp104.106T1\n+p482.324T12\t0.801353698470291\tp104.106T1\n+p856.474T16\t0.768046106786541\tp104.106T1\n+p219.082T0.9\t0.839289791023264\tp104.106T1\n+p148.06T1.3\t0.760069291954673\tp104.106T1\n+p184.073T12.4\t0.786428630429105\tp104.106T1\n+p991.659T12.7\t0.802981004728884\tp104.106T1\n+p438.299T12.8\t0.806756672120626\tp104.106T1\n+p464.314T13.2\t0.834479237155526\tp104.106T1\n+p482.359T13.3\t0.828445209490816\tp104.106T1\n+p548.372T13.6\t0.763873131664795\tp104.106T1\n+p508.376T13.8\t0.85824112112846\tp104.106T1\n+p886.459T14.4\t0.7700638154998\tp104.106T1\n+p524.371T14.5\t0.86071739820998\tp104.106T1\n+p715.303T14.6\t0.756082963686659\tp104.106T1\n+p666.322T14.7\t0.802300526688751\tp104.106T1\n+p900.488T15.9\t0.761552164139937\tp104.106T1\n+p872.42T16.1\t0.770487942713296\tp104.106T1\n+p702.282T16.2\t0.777393468307196\tp104.106T1\n+p611.3T17.1\t0.76945216039011\tp104.106T1\n+p974.521T17.2\t0.808366548412531\tp104.106T1\n+p891.428T17.3\t0.796525668161826\tp104.106T1\n+p804.392T17.4\t0.790846784764104\tp104.106T1\n+p864.35T17.5\t0.823503480966145\tp104.106T1\n+p965.447T19.1\t0.815633481723817\tp104.106T1\n+p878.397T19.2\t0.808687378474553\tp104.106T1\n+p835.371T19.3\t0.796415480240193\tp104.106T1\n+p276.145T4.2\t0.843283749808084\tp104.106T1\n+p555.296T5.1\t0.830457201466503\tp104.106T1\n+p627.571T5.6\t0.756972429160698\tp104.106T1\n+p393.209T5.7\t0.838354145586809\tp104.106T1\n+p415.252T5.8\t0.795118571424098\tp104.106T1\n+p696.392T5.9\t0.795346775171877\tp104.106T1\n+p521.336T6.1\t0.811488639004849\tp104.106T1\n+p564.357T6.3\t0.852754872566897\tp104.106T1\n+p608.382T6.4\t0.8348211372046\tp104.106T1\n+p657.366T6.5\t0.827998639525996\tp104.106T1\n+p696.437T6.6\t0.823979993252758\tp104.106T1\n+p643.334T6.7\t0.787679391898064\tp104.106T1\n+p682.401T6.8\t0.829551212784232\tp104.106T1\n+p726.429T6.9\t0.833194372316761\tp104.106T1\n+p516.337T7.3\t0.779198968196737\tp104.106T1\n+p565.32T7.4\t0.76814126924709\tp104.106T1\n+p776.561T7.6\t0.799433620899112\tp104.106T1\n+p518.325T9.8\t0.801511920690665\tp104.106T1\n+p104.106T1\t0.832768882603059\tp459.279T6\n+p814.485T7\t0.967505113649066\tp459.279T6\n+p560.365T8\t0.76017025880843\tp459.279T6\n+p534.32T10\t0.969254945225779\tp459.279T6\n+p482.324T12\t0.759796971672511\tp459.279T6\n+p482.325T14\t0.842107241145748\tp459.279T6\n+p856.474T16\t0.944385907970014\tp459.279T6\n+p219.082T0.9\t0.82510032074214\tp459.279T6\n+p148.06T1.3\t0.826690019763625\tp459.279T6\n+p184.073T12.4\t0.795728153127685\tp459.279T6\n+p991.659T12.7\t0.754175144998613\tp459.279T6\n+p438.299T12.8\t0.941210963008233\tp459.279T6\n+p464.314T13.2\t0.974666259518573\tp459.279T6\n+p482.359T13.3\t0.972847464789149\tp459.279T6\n+p508.376T13.8\t0.976537890871422\tp459.279T6\n+p930.48T14.3\t0.946628714576045\tp459.279T6\n+p886.459T14.4\t0.913318783057128\tp459.279T6\n+p524.371T14.5\t0.86758642577732\tp459.279T6\n+p715.303T14.6\t0.946428819875184\tp459.279T6\n+p666.322T14.7\t0.921108648917316\tp459.279T6\n+p995.511T15.8\t0.883407938640221\tp459.279T6\n+p900.488T15.9\t0.864242897121025\tp459.279T6\n+p872.42T16.1\t0.950528267636366\tp459.279T6\n+p702.282T16.2\t0.908904054055818\tp459.279T6\n+p648.366T16.8\t0.817617260298073\tp459.279T6\n+p611.3T17.1\t0.903608058037431\tp459.279T6\n+p974.521T17.2\t0.957211589965655\tp459.279T6\n+p891.428T17.3\t0.974518585353506\tp459.279T6\n+p804.392T17.4\t0.848914025435223\tp459.279T6\n+p864.35T17.5\t0.972068173555808\tp459.279T6\n+p733.276T17.6\t0.809571601945348\tp459.279T6\n+p367.319T17.8\t0.840627092764922\tp459.279T6\n+p965.447T19.1\t0.978635890767638\tp459.279T6\n+p878.397T19.2\t0.970623357665385\tp459.279T6\n+p835.371T19.3\t0.944040107598581\tp459.279T6\n+p276.145T4.2\t0.956206138400602\tp459.279T6\n+p217.106T4.6\t0.759622226450358\tp459.279T6\n+p555.296T5.1\t0.968588216423297\tp459.279T6\n+p627.571T5.6\t0.95924404547859\tp459.279T6\n+p393.209T5.7\t0.940517393433604\tp459.279T6\n+p415.252T5.8\t0.987491065355797\tp459.279T6\n+p696.392T5.9\t0.972178620604554\tp459.279T6\n+p521.336T6.1\t0.991690229246371\tp459.279T6\n+p564.357T6.3\t0.971126740480137\tp459.279T6\n+p608.382T6.4\t0.99157622475507\tp459.279T6\n+p657.366T6.5\t0.9892'..b'.486T8.4\n+p518.325T9.8\t0.789229378459285\tp815.486T8.4\n+p214.916T0.7\t0.944534020441765\tp133.087T8.7\n+p242.928T0.8\t0.94455609989589\tp133.087T8.7\n+p207.024T0.9\t0.852705441666425\tp133.087T8.7\n+p189.086T1.2\t0.985840152809548\tp133.087T8.7\n+p185.027T1.3\t0.951634865601476\tp133.087T8.7\n+p299.106T5.1\t0.898406520045984\tp133.087T8.7\n+p302.085T5.4\t0.872896665481266\tp133.087T8.7\n+p188.027T6.1\t0.905144688994027\tp133.087T8.7\n+p445.314T6.2\t0.978764005051721\tp133.087T8.7\n+p409.292T6.6\t0.877770356394525\tp133.087T8.7\n+p459.279T6\t0.754584251105656\tp75.185T8.9\n+p856.474T16\t0.753702105439793\tp75.185T8.9\n+p184.073T12.4\t0.753311580200338\tp75.185T8.9\n+p438.299T12.8\t0.7867057360428\tp75.185T8.9\n+p464.314T13.2\t0.790920813097313\tp75.185T8.9\n+p482.359T13.3\t0.794761361330187\tp75.185T8.9\n+p508.376T13.8\t0.7770825352466\tp75.185T8.9\n+p930.48T14.3\t0.767171236615831\tp75.185T8.9\n+p886.459T14.4\t0.774365698631854\tp75.185T8.9\n+p524.371T14.5\t0.794109709861149\tp75.185T8.9\n+p715.303T14.6\t0.765685887724935\tp75.185T8.9\n+p995.511T15.8\t0.771577915926574\tp75.185T8.9\n+p872.42T16.1\t0.757477276789358\tp75.185T8.9\n+p611.3T17.1\t0.771100167703958\tp75.185T8.9\n+p974.521T17.2\t0.783835308082101\tp75.185T8.9\n+p891.428T17.3\t0.793692380572398\tp75.185T8.9\n+p965.447T19.1\t0.793508281905636\tp75.185T8.9\n+p878.397T19.2\t0.788573148427311\tp75.185T8.9\n+p835.371T19.3\t0.764157329800151\tp75.185T8.9\n+p521.336T6.1\t0.757039198493161\tp75.185T8.9\n+p608.382T6.4\t0.752904243159368\tp75.185T8.9\n+p657.366T6.5\t0.762199142259444\tp75.185T8.9\n+p696.437T6.6\t0.764127948660378\tp75.185T8.9\n+p780.498T8.3\t0.782815365996874\tp75.185T8.9\n+p104.106T1\t0.801511920690665\tp518.325T9.8\n+p459.279T6\t0.979270716559921\tp518.325T9.8\n+p814.485T7\t0.987146059908398\tp518.325T9.8\n+p534.32T10\t0.991327834719938\tp518.325T9.8\n+p482.325T14\t0.859150193944378\tp518.325T9.8\n+p856.474T16\t0.902363597716801\tp518.325T9.8\n+p219.082T0.9\t0.800695320886111\tp518.325T9.8\n+p148.06T1.3\t0.814857884875585\tp518.325T9.8\n+p184.073T12.4\t0.776548265829482\tp518.325T9.8\n+p438.299T12.8\t0.953520163957621\tp518.325T9.8\n+p464.314T13.2\t0.968001828007098\tp518.325T9.8\n+p482.359T13.3\t0.979958373248877\tp518.325T9.8\n+p508.376T13.8\t0.977423927580935\tp518.325T9.8\n+p930.48T14.3\t0.922704419980594\tp518.325T9.8\n+p886.459T14.4\t0.851535267696293\tp518.325T9.8\n+p524.371T14.5\t0.85867430740812\tp518.325T9.8\n+p715.303T14.6\t0.943519402980646\tp518.325T9.8\n+p666.322T14.7\t0.917061746599824\tp518.325T9.8\n+p995.511T15.8\t0.812509752969418\tp518.325T9.8\n+p900.488T15.9\t0.816123294311472\tp518.325T9.8\n+p872.42T16.1\t0.938689834427848\tp518.325T9.8\n+p702.282T16.2\t0.919255728149142\tp518.325T9.8\n+p648.366T16.8\t0.762087275409272\tp518.325T9.8\n+p611.3T17.1\t0.849748159611777\tp518.325T9.8\n+p974.521T17.2\t0.913543232591155\tp518.325T9.8\n+p891.428T17.3\t0.945969193680376\tp518.325T9.8\n+p804.392T17.4\t0.823580820334785\tp518.325T9.8\n+p864.35T17.5\t0.970113177908032\tp518.325T9.8\n+p733.276T17.6\t0.822006841779486\tp518.325T9.8\n+p367.319T17.8\t0.856207996514217\tp518.325T9.8\n+p965.447T19.1\t0.948592531435932\tp518.325T9.8\n+p878.397T19.2\t0.939111619518924\tp518.325T9.8\n+p835.371T19.3\t0.925964164706563\tp518.325T9.8\n+p276.145T4.2\t0.961602703481312\tp518.325T9.8\n+p217.106T4.6\t0.804981841749741\tp518.325T9.8\n+p555.296T5.1\t0.971617334627606\tp518.325T9.8\n+p627.571T5.6\t0.983797536741545\tp518.325T9.8\n+p393.209T5.7\t0.939182919663739\tp518.325T9.8\n+p415.252T5.8\t0.989293572541052\tp518.325T9.8\n+p696.392T5.9\t0.987386724514111\tp518.325T9.8\n+p521.336T6.1\t0.981782280885187\tp518.325T9.8\n+p564.357T6.3\t0.93356535848671\tp518.325T9.8\n+p608.382T6.4\t0.962762531642842\tp518.325T9.8\n+p657.366T6.5\t0.96539979930835\tp518.325T9.8\n+p696.437T6.6\t0.97587641139439\tp518.325T9.8\n+p643.334T6.7\t0.981452115571946\tp518.325T9.8\n+p682.401T6.8\t0.971766855212299\tp518.325T9.8\n+p726.429T6.9\t0.962796430326441\tp518.325T9.8\n+p472.311T7.2\t0.929994157343402\tp518.325T9.8\n+p516.337T7.3\t0.979417408882321\tp518.325T9.8\n+p565.32T7.4\t0.974973649412111\tp518.325T9.8\n+p950.469T7.5\t0.764398496893529\tp518.325T9.8\n+p776.561T7.6\t0.953026358089154\tp518.325T9.8\n+p815.486T8.4\t0.789229378459285\tp518.325T9.8\n' |