Skip to content

Commit

Permalink
Fix outputs section
Browse files Browse the repository at this point in the history
  • Loading branch information
npinter committed Feb 27, 2024
1 parent defa185 commit 4d9438e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/peakzilla/peakzilla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>Identify transcription factor binding sites from ChIP-seq and ChIP-exo experiments</description>
<macros>
<token name="@TOOL_VERSION@">1.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
</macros>
<requirements>
<requirement type="package" version="2.7">python</requirement>
Expand Down Expand Up @@ -63,10 +63,10 @@
<outputs>
<data name="results" format="tabular" label="${tool.name} on ${on_string}"/>
<data name="log" format="txt" from_work_dir="log.txt" label="Log file for ${tool.name} on ${on_string}">
<filter>log</filter>
<filter>outputs["log"]</filter>
</data>
<data name="negative_peaks" format="tabular" from_work_dir="negative_peaks.tsv" label="Negative peaks for ${tool.name} on ${on_string}">
<filter>negative</filter>
<filter>outputs["negative"]</filter>
</data>
</outputs>
<tests>
Expand Down

0 comments on commit 4d9438e

Please sign in to comment.