Explorar el Código

更新 'tasks/TNseq.wdl'

master
meng hace 2 años
padre
commit
fb51580684
Se han modificado 1 ficheros con 4 adiciones y 7 borrados
  1. +4
    -7
      tasks/TNseq.wdl

+ 4
- 7
tasks/TNseq.wdl Ver fichero

@@ -26,13 +26,10 @@ task sentieon_TNseq{
nt=$(nproc)


if [${normal_bam}];then
INPUT="-i ${tumor_bam} -i ${normal_bam}"
SAMPLE="--tumor_sample ${tumor_name} --normal_sample ${normal_name}"
else
INPUT="-i ${tumor_bam}"
SAMPLE="--tumor_sample ${tumor_name}"
fi

INPUT="-i ${tumor_bam} -i ${normal_bam}"
SAMPLE="--tumor_sample ${tumor_name} --normal_sample ${normal_name}"


sentieon driver -t $nt -r ${ref_dir}/${ref_fasta} \
$INPUT \

Cargando…
Cancelar
Guardar