Skip to content

Commit

Permalink
removing eggNOG from annotation hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 29, 2020
1 parent 1dee8ae commit 842bc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PFunc/AnnotationOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ our @EXPORT_OK = qw(@annotation_order);
[ 'HMM::domain', ['all'] ],
[ 'HMM::pfam', ['all'] ],
[ 'BER::characterized::full::partial', ['all'] ],
[ 'eggNOG::unambiguous', ['all'] ],
#[ 'eggNOG::unambiguous', ['all'] ],
[ 'TMHMM', ['all'] ],
[ 'LipoproteinMotif', ['all'] ],
[ 'HMM::hypoth_equiv', ['all'] ],
[ 'BER::uncharacterized::full::full', ['all'] ],
[ 'BER::uncharacterized::partial::full', ['all'] ],
[ 'BER::uncharacterized::full::partial', ['all'] ],
[ 'eggNOG::ambiguous', ['all'] ],
#[ 'eggNOG::ambiguous', ['all'] ],
[ 'BER::conserved_hypothetical', ['all'] ],
[ 'hypothetical', ['all'] ],
);
Expand Down

0 comments on commit 842bc78

Please sign in to comment.