Mercurial > repos > galaxyp > openms_nucleicacidsearchengine
diff hardcoded_params.json @ 1:0b91652c7743 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 6e9568c650259d95b230d1a243e90f73a19564c2"
author | galaxyp |
---|---|
date | Thu, 24 Sep 2020 09:00:07 +0000 |
parents | fe6eddc2e756 |
children | 00b91aaec050 |
line wrap: on
line diff
--- a/hardcoded_params.json Thu Aug 27 19:47:24 2020 -0400 +++ b/hardcoded_params.json Thu Sep 24 09:00:07 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"] }]