We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942cd0f commit 2d2abb7Copy full SHA for 2d2abb7
modules/cellranger_arc.nf
@@ -4,7 +4,7 @@ vim: syntax=groovy
4
-*- mode: groovy;-*-
5
*/
6
7
-include { join_map_items } from './functions.nf'
+include { construct_library_csv_content; join_map_items } from './functions.nf'
8
9
10
def construct_arc_cli_options(record) {
modules/spaceranger.nf
-include { construct_library_csv_content; join_map_items } from './functions.nf'
+include { join_map_items } from './functions.nf'
def construct_vis_cli_options(record) {
0 commit comments