nf-core_modules/tests/software/appyter/input.json
Edmund Miller 5c116dba78
refactor(appyter): Use an input dir instead of single file
This uses an input directory rather than a single file to handle an
ambiguous amount of input files for any random appyter. If it doesn't
take an input files the directory can be blank.

Co-authored-by:  sruthipsuresh <sps180004@utdallas.edu>
2021-03-17 12:06:37 -05:00

7 lines
128 B
JSON

{
"description": "testrun",
"number_1": 3,
"number_2": 5,
"operator": "add",
"file": "input/test.txt"
}