Skip to content

Commit 2d2abb7

Browse files
committed
fix: regression in arc
1 parent 942cd0f commit 2d2abb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cellranger_arc.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vim: syntax=groovy
44
-*- mode: groovy;-*-
55
*/
66

7-
include { join_map_items } from './functions.nf'
7+
include { construct_library_csv_content; join_map_items } from './functions.nf'
88

99

1010
def construct_arc_cli_options(record) {

modules/spaceranger.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vim: syntax=groovy
44
-*- mode: groovy;-*-
55
*/
66

7-
include { construct_library_csv_content; join_map_items } from './functions.nf'
7+
include { join_map_items } from './functions.nf'
88

99

1010
def construct_vis_cli_options(record) {

0 commit comments

Comments
 (0)