Repository 'cell_intensity_processing'
hg clone https://toolshed.g2.bx.psu.edu/repos/goeckslab/cell_intensity_processing

Changeset 2:7f93f472a242 (2024-02-28)
Previous changeset 1:7a77ed0e579a (2022-10-05) Next changeset 3:4f5abe01531c (2024-05-10)
Commit message:
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit 130ef7e8ae6cab35866b72617e53d35acc11475a
modified:
macros.xml
process_intensities.xml
b
diff -r 7a77ed0e579a -r 7f93f472a242 macros.xml
--- a/macros.xml Wed Oct 05 20:38:54 2022 +0000
+++ b/macros.xml Wed Feb 28 20:52:16 2024 +0000
b
@@ -11,10 +11,11 @@
     </xml>
     <xml name="citations">
         <citations>
+        <citation type="doi">10.1101/2022.08.18.504436</citation>
         </citations>
     </xml>
 
     <token name="@TOOL_VERSION@">0.0.1</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <token name="@PROFILE@">19.01</token>
 </macros>
b
diff -r 7a77ed0e579a -r 7f93f472a242 process_intensities.xml
--- a/process_intensities.xml Wed Oct 05 20:38:54 2022 +0000
+++ b/process_intensities.xml Wed Feb 28 20:52:16 2024 +0000
[
@@ -1,8 +1,11 @@
 <tool id="cell_intensity_processing" name="Process single-cell intensities" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
-    <description>Options to correct for exposure time, autofluorescence subtraction, or compute signal-to-background ratio.</description>
+    <description></description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <edam_operations>
+        <edam_operation>operation_3443</edam_operation>
+    </edam_operations>
     <expand macro="requirements" />
     <command detect_errors="aggressive"><![CDATA[
         
@@ -109,8 +112,7 @@
 3. Signal-to-background ratio - Divide single-cell mmean marker intensities by respective AF/bg channel mean intensity specified in channel metadata
 
 **Outputs**
-1. Feature observation matrix with processed intensities for all markers in channel metadata file. 
-   CellIDs, centroids, and morphological data remain unchanged.
+1. Feature observation matrix with processed intensities for all markers in channel metadata file. CellIDs, centroids, and morphological data remain unchanged.
     ]]></help>
     <expand macro="citations" />
-</tool>
\ No newline at end of file
+</tool>