nf-core_modules/tests/modules/dragmap/hashtable/main.nf
Edmund Miller f3ffa69b8d
Dragmap (#1108)
* feat(dragmap): Add initial hastable module

* feat(dragmap): Add initial align module

* test(dragmap): Remove md5sum

Forgot sam files have a header. Might pipe this through samtools.

* build(dragmap): Add mulled container

* chore(dragmap): Update prefix

* feat(dragmap): Output a bam file

* feat(dragmap): Add log files

* Update modules/dragmap/align/meta.yml

Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
2021-12-06 09:56:41 +01:00

15 lines
431 B
Text

#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { DRAGMAP_HASHTABLE } from '../../../../modules/dragmap/hashtable/main.nf'
workflow test_dragmap_hashtable {
fasta = file(params.test_data['sarscov2']['genome']['genome_fasta'], checkIfExists: true)
DRAGMAP_HASHTABLE ( fasta )
}
// TODO Add test using alt-masked bed file
// https://github.com/Illumina/dragmap#build-hash-table-using-an-alt-masked-bed-file