-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from sybila/galaxy-config-ctl
Galaxy config ctl
- Loading branch information
Showing
12 changed files
with
84 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<tool id="CTLModelChecking" name="CTL Model Checking" version="1.1.0"> | ||
<description> - explicit CTL model checking of given model</description> | ||
<options sanitize="False"/> | ||
<command>python3 /home/xtrojak/eBCSgen/Callables/CTLModelChecking.py | ||
--transition_file '$transition_file' | ||
--output '$output' | ||
--formula '$formula' | ||
</command> | ||
|
||
<inputs> | ||
<param format="bcs.ts" name="transition_file" type="data" label="Computed Transition system"/> | ||
<param name="formula" type="text" label="PCTL formula"> | ||
<validator type="empty_field"/> | ||
</param> | ||
</inputs> | ||
|
||
<outputs> | ||
<data format="ctl.check" name="output" /> | ||
</outputs> | ||
|
||
<tests> | ||
<test> | ||
</test> | ||
</tests> | ||
|
||
</tool> |
12 changes: 4 additions & 8 deletions
12
config/eBCSgen_modelChecking.xml → config/eBCSgen_PCTLmodelChecking.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 4 additions & 9 deletions
13
config/eBCSgen_parameterSynthesis.xml → config/eBCSgen_PCTLparameterSynthesis.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters