From ce20943ddf38e7fed68c5e44b668141c3812488b Mon Sep 17 00:00:00 2001 From: MSoliman00 Date: Sat, 13 Jul 2024 13:42:09 -0400 Subject: [PATCH] Forgot a comma --- bamtobigwig.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamtobigwig.wdl b/bamtobigwig.wdl index 6803a95..55e0017 100755 --- a/bamtobigwig.wdl +++ b/bamtobigwig.wdl @@ -18,7 +18,7 @@ workflow bamtobigwig { } call filter { input: - sortedbam = minimapalign.sortedbam + sortedbam = minimapalign.sortedbam, mapqmin = mapqmin } call tobedgraph {