Thomas %!s(int64=2) %!d(string=hai) anos
pai
achega
46dd58663c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -472,7 +472,7 @@ pub fn create_bam(ref_path: &str, reads_path: &str, bam_path: &str) -> Result<()
         .arg("map-ont")
         .arg("-R")
         .arg(format!(
-            "@RG\tPL:ONTASM_PROM\tID:ONTASM_${rg_id}\tSM:${rg_id}\\tLB:ONTASM_NB_PROM"
+            "@RG\\tPL:ONTASM_PROM\\tID:ONTASM_${rg_id}\\tSM:${rg_id}\\tLB:ONTASM_NB_PROM"
         ))
         .arg(ref_path)
         .arg(reads_path)