Skip to content

Commit

Permalink
forgot to add single feature types
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jan 29, 2021
1 parent 47f01be commit 7b9fca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apollo/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

other_genomic_feature_types = ['exon', 'CDS', 'Shine_Dalgarno_sequence', 'non_canonical_three_prime_splice_site',
'non_canonical_five_prime_splice_site']
all_feature_types = gene_types + coding_transcript_types + pseudogenes_types + noncoding_transcript_types + other_genomic_feature_types
all_feature_types = gene_types + coding_transcript_types + pseudogenes_types + \
noncoding_transcript_types + single_level_feature_types + other_genomic_feature_types


def WAAuth(parser):
Expand Down

0 comments on commit 7b9fca9

Please sign in to comment.