@@ -23,7 +23,7 @@ def _split_lines(self, text, width):
23
23
# this is the RawTextHelpFormatter._split_lines
24
24
return argparse .HelpFormatter ._split_lines (self , text , width )
25
25
26
- SPLASH_VERSION = "2.11.2 "
26
+ SPLASH_VERSION = "2.11.3 "
27
27
28
28
parser = argparse .ArgumentParser (
29
29
prog = "splash" ,
@@ -1148,6 +1148,7 @@ def stage_1_task(id, input, out, err):
1148
1148
_predefined_cbc_param = f"--predefined_cbc { predefined_cbc } " if predefined_cbc != "" else ""
1149
1149
_log_path_param = f"--log_name { cbc_dir } /{ sample_name } " if export_cbc_logs else ""
1150
1150
_filtered_input_path_param = f"--filtered_input_path { export_filtered_input_dir } " if export_filtered_input else ""
1151
+ _export_filtered_input_mode_param = "--export_filtered_input_mode second" if export_filtered_input else "--export_filtered_input_mode none"
1151
1152
_allow_strange_cbc_umi_reads_param = f"--allow_strange_cbc_umi_reads" if allow_strange_cbc_umi_reads else ""
1152
1153
1153
1154
file_format = get_file_format_10x_visium (fname )
@@ -1175,7 +1176,7 @@ def stage_1_task(id, input, out, err):
1175
1176
--poly_ACGT_len { poly_ACGT_len } \
1176
1177
--technology { technology } \
1177
1178
{ _filtered_input_path_param } \
1178
- --export_filtered_input_mode second \
1179
+ { _export_filtered_input_mode_param } \
1179
1180
{ _artifacts_param } \
1180
1181
{ _apply_filter_illumina_adapters_param } \
1181
1182
{ _predefined_cbc_param } \
0 commit comments