Fix indentation

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Anders Goncalves da Silva 2021-02-10 10:55:24 -08:00 committed by GitHub
parent e9aa037e7b
commit 1f6419f8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )
}