Previous changeset 6:f224513123a1 (2019-12-02) Next changeset 8:99569eccc583 (2019-12-09) |
Commit message:
Uploaded |
modified:
ChipSeqRatioDef.xml |
b |
diff -r f224513123a1 -r 89c5ba120b21 ChipSeqRatioDef.xml --- a/ChipSeqRatioDef.xml Mon Dec 02 03:45:28 2019 -0500 +++ b/ChipSeqRatioDef.xml Mon Dec 02 08:41:43 2019 -0500 |
b |
@@ -30,8 +30,11 @@ <param name="bitscore" label="Minimum bit score threshold" type="integer" value="50" help="All similarity hits with lower bit score will not be considered for ChIP/Input ratio calculation"/> </inputs> <outputs> - <data name="OutputFile" format="tabular"/> - <data name="ReportFile" format="html"/> + <data name="OutputFile" format="tabular" + label="csv table from ChIP-Seq-Mapper on datasets ${InputFile.hid} (Input) ${ChipFile.hid} (ChIP) and ${ContigFile.hid} (reference)"/> + + <data name="ReportFile" format="html" + label="HTML report from ChIP-Seq-Mapper on datasets ${InputFile.hid} (Input) ${ChipFile.hid} (ChIP) and ${ContigFile.hid} (reference)"/> </outputs> <help> |