Repository 'quantification'
hg clone https://toolshed.g2.bx.psu.edu/repos/perssond/quantification

Changeset 3:c09e444635d9 (2022-04-07)
Previous changeset 2:46b897eb2c8e (2022-03-30) Next changeset 4:261464223fa3 (2022-09-06)
Commit message:
"planemo upload for repository https://github.com/ohsu-comp-bio/quantification commit 98cddbe59b6834a2368a0085b3938d5058f6d10b"
modified:
quantification.xml
b
diff -r 46b897eb2c8e -r c09e444635d9 quantification.xml
--- a/quantification.xml Wed Mar 30 16:56:29 2022 +0000
+++ b/quantification.xml Thu Apr 07 16:54:04 2022 +0000
[
@@ -1,4 +1,4 @@
-<tool id="quantification" name="Quantification" version="@VERSION@.6" profile="17.09">
+<tool id="quantification" name="Quantification" version="@VERSION@.7" profile="17.09">
     <description>Single cell quantification, a module for single-cell data extraction given a segmentation mask and multi-channel image.</description>
     <macros>
         <import>macros.xml</import>
@@ -52,7 +52,7 @@
     <outputs>
         <data format="csv" name="cellmask" from_work_dir="primary_mask.csv" label="CellMaskQuant"/>
         <collection type="list" name="quantification" label="${tool.name} on ${on_string}">
-          <discover_datasets pattern="__designation_and_ext__" format="csv" directory="tool_out/" visible="true"/>
+          <discover_datasets pattern="__designation_and_ext__" format="csv" directory="tool_out/" visible="false"/>
         </collection>
      </outputs>
     <help><![CDATA[