- Timestamp:
- 02/16/21 06:37:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/FramsticksCLI.py
r1060 r1076 26 26 OUTPUT_DIR = "scripts_output" 27 27 GENOTYPE_INVALID = "/*invalid*/" # this is how genotype invalidity is represented in Framsticks 28 STDOUT_ENDOPER_MARKER = "FileObject.write " # we look for this message on Framsticks CLI stdout to detect when Framsticks created a file with the result we expect28 STDOUT_ENDOPER_MARKER = "FileObject.write:" # we look for this message on Framsticks CLI stdout to detect when Framsticks created a file with the result we expect 29 29 30 30 FILE_PREFIX = 'framspy_'
Note: See TracChangeset
for help on using the changeset viewer.