mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Fix indentation
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
e9aa037e7b
commit
1f6419f8f5
1 changed files with 2 additions and 4 deletions
|
@ -13,7 +13,5 @@ workflow test_ivar_consensus {
|
||||||
def input = []
|
def input = []
|
||||||
input = [ [ id:'test'],
|
input = [ [ id:'test'],
|
||||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
||||||
|
IVAR_CONSENSUS ( input )
|
||||||
main:
|
}
|
||||||
IVAR_CONSENSUS ( input )
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue