# HG changeset patch # User galaxyp # Date 1534959676 14400 # Node ID 19d8eee15959efa83a03fd9c2179aefb5658e517 # Parent f4aafc565aa33f3f38183ab6341210d17375248a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_combine commit 5feaf3d0e0da8cef1241fecc1f4d6f81324594e6 diff -r f4aafc565aa3 -r 19d8eee15959 msi_combine.xml --- a/msi_combine.xml Tue Jul 24 04:52:39 2018 -0400 +++ b/msi_combine.xml Wed Aug 22 13:41:16 2018 -0400 @@ -1,10 +1,10 @@ - + combine several mass spectrometry imaging datasets into one bioconductor-cardinal - r-ggplot2 + r-ggplot2 0) ## use only valid files { - if (is.null(levels(msidata_$i\$combined_sample))) ### if the file was not combined before use input file name, otherwise keep combined_sample name which was assigned before + if (is.null(levels(msidata_$i\$combined_sample))) { names_vector = append(names_vector, rep(paste($i+1, "$escaped_element_identifier", sep="_"),ncol(msidata_$i))) msidata_$i\$combined_sample = as.factor(names_vector) @@ -402,8 +409,8 @@ + label="Pixel annotations as tabular files, same number and order of files as input files" + help="Coordinates in column 1 in format x = 1, y = 1 or first column x values, second column y values. Up to 5 columns with pixel annotations"/> @@ -441,7 +448,7 @@ - + @@ -451,7 +458,7 @@ - + @@ -460,7 +467,7 @@ - + diff -r f4aafc565aa3 -r 19d8eee15959 test-data/112_auto_combined_QC.pdf Binary file test-data/112_auto_combined_QC.pdf has changed diff -r f4aafc565aa3 -r 19d8eee15959 test-data/123_combined_QC.pdf Binary file test-data/123_combined_QC.pdf has changed diff -r f4aafc565aa3 -r 19d8eee15959 test-data/12_combined_QC.pdf Binary file test-data/12_combined_QC.pdf has changed diff -r f4aafc565aa3 -r 19d8eee15959 test-data/annotations_file1.tabular --- a/test-data/annotations_file1.tabular Tue Jul 24 04:52:39 2018 -0400 +++ b/test-data/annotations_file1.tabular Wed Aug 22 13:41:16 2018 -0400 @@ -1,10 +1,10 @@ -X Y file_name column_name -1 1 file_one col1 -1 2 file_one col1 -1 3 file_one col1 -2 1 file_one col2 -2 2 file_one col2 -2 3 file_one col2 -3 1 file_one col3 -3 2 file_one col3 -3 3 file_one col3 +pixels file_name column_name +x = 1,y = 1 file_one col1 +x = 1,y = 2 file_one col1 +x = 1,y = 3 file_one col1 +X = 2,y = 1 file_one col2 +X = 2,y = 2 file_one col2 +X = 2,y = 3 file_one col2 +X = 3,y = 1 file_one col3 +X = 3,y = 2 file_one col3 +X = 3,y = 3 file_one col3