@@ -111,7 +111,7 @@ workflow {{ project_name }} { | |||
call featureCounts.featureCounts as featureCounts { | |||
input: | |||
sample_id = sample_id, | |||
bam_file = samtools.bam, | |||
bam_file = samtools.out_bam, | |||
lnc_gtf_file = lnc_gtf_file, | |||
gtf_dir = gtf_dir, | |||
docker = subread_docker, |