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
e9aa037e7b
commit
1f6419f8f5
1 changed files with 2 additions and 4 deletions
|
@ -13,7 +13,5 @@ workflow test_ivar_consensus {
|
|||
def input = []
|
||||
input = [ [ id:'test'],
|
||||
file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ]
|
||||
|
||||
main:
|
||||
IVAR_CONSENSUS ( input )
|
||||
}
|
||||
IVAR_CONSENSUS ( input )
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue