Skip to content
Snippets Groups Projects
Commit 9514876e authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

remove double / in path

parent f6ea096f
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ if config["star_mapping"]["do"]: ...@@ -234,7 +234,7 @@ if config["star_mapping"]["do"]:
star_mapping_pass2_input = adapters_output star_mapping_pass2_input = adapters_output
star_mapping_pass2_done = star_index_output_done star_mapping_pass2_done = star_index_output_done
star_mapping_pass2_index = star_index_output_dir star_mapping_pass2_index = star_index_output_dir
star_mapping_pass2_logs = "02-Mapping/{REF}/STAR//logs/{SAMPLE}_{REF}.out" star_mapping_pass2_logs = "02-Mapping/{REF}/STAR/logs/{SAMPLE}_{REF}.out"
star_mapping_pass2_output_prefix = "02-Mapping/{REF}/STAR/{SAMPLE}_{REF}_" star_mapping_pass2_output_prefix = "02-Mapping/{REF}/STAR/{SAMPLE}_{REF}_"
star_mapping_pass2_junctions = expand("02-Mapping/{{REF}}/STAR/{SAMPLE}_{{REF}}_init_SJ.out.tab", SAMPLE=samples) star_mapping_pass2_junctions = expand("02-Mapping/{{REF}}/STAR/{SAMPLE}_{{REF}}_init_SJ.out.tab", SAMPLE=samples)
star_mapping_pass2_bam = star_mapping_pass1_bam star_mapping_pass2_bam = star_mapping_pass1_bam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment