Parcourir la source

更新 'tasks/manta.wdl'

master
meng il y a 2 ans
Parent
révision
90644caa9c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      tasks/manta.wdl

+ 3
- 3
tasks/manta.wdl Voir le fichier

@@ -1,6 +1,6 @@
task manta_calling{
File tumour_bam
File tumour_bam_bai
File tumor_bam
File tumor_bam_bai
File normal_bam
File normal_bam_bai
String ref_fasta
@@ -18,7 +18,7 @@ task manta_calling{
nt=$(nproc)
/home/biosoft/manta-1.6.0.centos6_x86_64/bin/configManta.py \
--normalBam ${normal_bam} \
--tumorBam ${tumour_bam} \
--tumorBam ${tumor_bam} \
--referenceFasta ${ref_dir}/${ref_fasta} \
--runDir ${out_dir}

Chargement…
Annuler
Enregistrer