Ver código fonte

Fixbug: $ in pindel

master
YaqingLiu 3 anos atrás
pai
commit
a36b68f093
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/pindel.wdl

+ 1
- 1
tasks/pindel.wdl Ver arquivo

@@ -35,7 +35,7 @@ task pindel {
echo -e "./input/$bam_file_name\t$mean_insert_size\t${sample_id}" > ${sample_id}_config.txt

pindel -i ${sample_id}_config.txt \
-f $${ref_dir}/${fasta} \
-f ${ref_dir}/${fasta} \
-o ./pindel_result/${sample_id} \
-c all \
-T 4 \

Carregando…
Cancelar
Salvar