diff --git a/modules/cellranger2multiqc/multi/main.nf b/modules/cellranger2multiqc/multi/main.nf
index 4e28422..fc06504 100644
--- a/modules/cellranger2multiqc/multi/main.nf
+++ b/modules/cellranger2multiqc/multi/main.nf
@@ -28,7 +28,7 @@ process CELLRANGER_MULTI_TO_MULTIQC{
# Convert the cellranger multi csv output to json
for file in $params.outdir/$project_id/2_multi/*/outs/per_sample_outs/*
do
- python multimetric2mqc.py $file/metrics_summary.csv \$(basename \$file)
+ python multimetric2mqc.py \$file/metrics_summary.csv \$(basename \$file)
done
# Populate the multiqc config files
diff --git a/modules/multi_config/generate_lib/main.nf b/modules/multi_config/generate_lib/main.nf
index f2047e9..03c3484 100644
--- a/modules/multi_config/generate_lib/main.nf
+++ b/modules/multi_config/generate_lib/main.nf
@@ -38,6 +38,6 @@ process GENERATE_LIB_CSV{
"""
echo \"\"\"fastqs,sample,library_type
${lines} \"\"\" > library.csv
- sed -i \'\$ d\' library.csv # remove last empty line
+ sed -i -e \'\$ d\' library.csv # remove last empty line
"""
}
\ No newline at end of file
diff --git a/modules/split_sheet/main.nf b/modules/split_sheet/main.nf
index 1424139..c185d91 100644
--- a/modules/split_sheet/main.nf
+++ b/modules/split_sheet/main.nf
@@ -5,7 +5,7 @@ process SPLITSHEET {
output:
path "10X_Data.csv", emit: data
path "Data.csv", emit: pipe_data, optional: true
- path "FlexConfig_Data.csv", emit: flex, optional: true
+ path "10X_Flex_Data.csv", emit: flex, optional: true
path "FeatureReference_Data.csv", emit: feature_reference, optional: true
shell:
'''
diff --git a/templates/manifest.html b/templates/manifest.html
index a847e01..7dff306 100644
--- a/templates/manifest.html
+++ b/templates/manifest.html
@@ -83,7 +83,7 @@
Nextflow manifest
-
Pipeline release: 1.2.3
+
Pipeline release: 1.2.4
Subworkflow: xxSubWorkflowxx
Maintainer: jacob.karlstrom@med.lu.se
Description: Your data has been processed by the nextflow pipeline singleCellWorkflows. If you want more information on how your data was processed, follow the link below and navigate to your release!