Explorar el Código

更新 'tasks/samtools.wdl'

tags/v0.0.1
chenqingwang hace 4 años
padre
commit
04ec56db7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/samtools.wdl

+ 1
- 1
tasks/samtools.wdl Ver fichero

@@ -13,7 +13,7 @@ task samtools {
mkdir -p /cromwell_root/tmp/
cp ${bam_file} /cromwell_root/tmp/
/opt/conda/bin/samtools index /cromwell_root/tmp/${bam_id}
/opt/conda/bin/samtools index -b /cromwell_root/tmp/${bam_id}

>>>


Cargando…
Cancelar
Guardar