Quellcode durchsuchen

更新 'workflow.wdl'

master
meng vor 2 Jahren
Ursprung
Commit
c808fe1301
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Datei anzeigen

@@ -174,8 +174,8 @@ call TNscope.sentieon_TNscope as sentieon_TNscope{
normal_bam_bai = Sentieon_BQSR_normal.recaled_bam_index,
tumor_name = sample_id+'_T',
normal_name = sample_id+'_N',
tumor_recall_data = Sentieon_BQSR_normal.recaled_bam,
normal_recall_data = Sentieon_BQSR_normal.recaled_bam_index,
tumor_recall_data = Sentieon_BQSR_tumor.recal_table,
normal_recall_data = Sentieon_BQSR_normal.recal_table,

ref_dir = ref_fasta_dir,
ref_fasta = ref_fasta,

Laden…
Abbrechen
Speichern