Explorar el Código

samtools task remove thread

master
junshang hace 4 años
padre
commit
44dd969877
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/samtools.wdl

+ 2
- 2
tasks/samtools.wdl Ver fichero

@@ -11,8 +11,8 @@ task samtools {
nt=$(nproc)
mkdir -p /cromwell_root/tmp/samtools
cd /cromwell_root/tmp/samtools
/opt/conda/bin/samtools -@ $nt index ${sep=' ' tumor_bam}
/opt/conda/bin/samtools -@ $nt index ${sep=' ' normal_bam}
/opt/conda/bin/samtools index ${sep=' ' tumor_bam}
/opt/conda/bin/samtools index ${sep=' ' normal_bam}
>>>

runtime {

Cargando…
Cancelar
Guardar