You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: annotate.nf
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -141,20 +141,21 @@ process RunSnpeff {
141
141
142
142
output:
143
143
set file("${vcf.baseName}.snpEff.ann.vcf"), file("${vcf.baseName}.snpEff.genes.txt"), file("${vcf.baseName}.snpEff.csv"), file("${vcf.baseName}.snpEff.summary.html") into snpeffReport
144
+
set variantCaller,file("${vcf.baseName}.snpEff.ann.vcf") into snpEffOutputVCFs
0 commit comments