mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix indentation
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
ffa9cf85b1
commit
68de6fef0d
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ include { IVAR_CONSENSUS } from '../../../../software/ivar/consensus/main.nf' ad
|
|||
|
||||
workflow test_ivar_consensus {
|
||||
|
||||
bam = file("${launchDir}/tests/data/bam/test-sc2-artic-v3.bam", checkIfExists: true)
|
||||
|
||||
def input = []
|
||||
input = [ [ id:'test'],
|
||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
||||
|
|
Loading…
Reference in a new issue