Explorar el Código

更新 'tasks/samtools.wdl'

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

+ 1
- 1
tasks/samtools.wdl Ver fichero

@@ -12,7 +12,7 @@ task samtools {
mkdir -p /cromwell_root/tmp/
cp ${bam_file} /cromwell_root/tmp/
/opt/conda/bin/samtools index /cromwell_root/tmp/${bam_id} > $(bam_id).bai
/opt/conda/bin/samtools index /cromwell_root/tmp/${bam_id}

>>>


Cargando…
Cancelar
Guardar