Mercurial > repos > galaxyp > openms_openswathconfidencescoring
diff hardcoded_params.json @ 14:0e9aaab100cd draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f5fcdd54599554099fb00b1973cc91a766ad246a"
| author | galaxyp |
|---|---|
| date | Wed, 23 Sep 2020 13:51:42 +0000 |
| parents | 4b968ecbe77e |
| children | 95c1e3973611 |
line wrap: on
line diff
--- a/hardcoded_params.json Thu Aug 27 22:19:39 2020 +0000 +++ b/hardcoded_params.json Wed Sep 23 13:51:42 2020 +0000 @@ -164,7 +164,7 @@ "tools": ["PhosphoScoring"] }, { "CTD:type": "output-prefix", - "CTD:required": "true", + "CTD:required": true, "CTD:restrictions": "mzml", "tools": ["MzMLSplitter"] }, { @@ -234,13 +234,14 @@ "#": "output-prefix", "out_path": [{ "CTD:type": "output-prefix", - "CTD:required": "true", + "CTD:required": true, "CTD:restrictions": "idXML", "tools": ["IDRipper"] }], "outputDirectory": [{ "CTD:type": "output-prefix", - "CTD:required": "true", + "CTD:advanced": false, + "CTD:required": true, "CTD:restrictions": "mzml", "tools": ["OpenSwathFileSplitter"] }]
