Skip to content

Commit

Permalink
Update integrated_annotation.hg19.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 authored Aug 21, 2023
1 parent 1c37dfd commit cb06be1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AnnotateBed/integrated_annotation.hg19.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflow AnnotateBed{
gene_list = gene_list,
gene_bed = gene_bed
}
if ((generate_gene_base_count) && defined(gene_base_count_script) && defined(gene_bed)) {
if ((generate_gene_base_count) && defined(gene_bed)) {
call CountGeneBases {
input:
bed_to_annotate = bed_to_annotate,
Expand Down Expand Up @@ -110,7 +110,6 @@ task GenerateAnnotation {

task CountGeneBases {
input{
File script
File gene_bed
File bed_to_annotate
File? gene_list
Expand Down

0 comments on commit cb06be1

Please sign in to comment.