Skip to content
Snippets Groups Projects
Verified Commit 913a420c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

gatk4: change recalibrate_snp to pair recall_table with BAM

parent f4e08eb8
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,7 @@ process recalibrate_snp {
tag "$file_id"
input:
tuple val(file_id), path(snp_file), path(indel_file), path(bam), path(bam_idx)
tuple val(table_id), path(recal_data_table)
tuple val(file_id), path(snp_file), path(indel_file), path(bam), path(bam_idx), path(recal_table)
tuple val(ref_id), path(fasta), path(fai), path(dict)
output:
tuple val(file_id), path("*.bam"), emit: bam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment