test(appyter): Add initial tests

Co-authored-by:  sruthipsuresh <sps180004@utdallas.edu>
This commit is contained in:
Edmund Miller 2021-03-15 14:39:18 -05:00
parent 3db7f0642a
commit 7d8389deea
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
3 changed files with 17 additions and 0 deletions

View file

View file

@ -0,0 +1,11 @@
#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { APPYTER } from '../../../software/appyter/main.nf' addParams( options: [appyter_image: "maayanlab/appyter-example:0.0.3-0.12.2"] )
workflow test_appyter {
def input = []
input = file("${launchDir}/tests/software/appyter/input.json", checkIfExists: true)
APPYTER ( input )
}

View file

@ -0,0 +1,6 @@
- name: appyter
command: nextflow run ./tests/software/appyter/ -entry test_appyter -c tests/config/nextflow.config
tags:
- appyter
files:
- path: ./output/appyter/output.ipynb