added test file for phantompeakqualtools for testing

This commit is contained in:
Sruthi Suresh 2020-12-17 14:49:35 -06:00 committed by sruthipsuresh
parent c98f9284a2
commit 10d0058a1a
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { PHANTOMPEAKQUALTOOLS } from '../../../software/phantompeakqualtools/main.nf' addParams(options: [publish_dir: 'test_phantompeakqualtools'])
workflow test_phantompeakqualtools {
def input = []
input = [ [ id:'test', single_end:true ], // meta map
[ file("${launchDir}/tests/data/bam/test/test.single_end.sorted.bam", checkIfExists: true) ] ]
PHANTOMPEAKQUALTOOLS ( input )
}

View file

@ -0,0 +1,8 @@
- name: Run phantompeakqualtools test workflow
command: nextflow run ./tests/software/phantompeakqualtools/ -profile docker -entry test_phantompeakqualtools -c tests/config/nextflow.config
tags:
- phantompeakqualtools
files:
- path: output/phantompeakqualtools/test.single_end.sorted.bam.out
- path: output/phantompeakqualtools/test.single_end.sorted.bam.pdf
- path: output/phantompeakqualtools/test.single_end.sorted.bam.Rdata