Delete tests/software/phantompeakqualtools directory

This commit is contained in:
sruthipsuresh 2021-01-13 21:23:02 -06:00 committed by GitHub
parent 7c88cf4f67
commit a66618be98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 21 deletions

View file

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

View file

@ -1,9 +0,0 @@
- 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.spp.pdf
- path: output/phantompeakqualtools/test.spp.Rdata
- path: output/phantompeakqualtools/test.spp.out
md5sum: c18220e8082e695995edecc99235ec85