Skip to content

Commit

Permalink
prodgial 2 vs 3? bis
Browse files Browse the repository at this point in the history
  • Loading branch information
xapple committed Aug 12, 2015
1 parent 0324b1f commit 8818881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gefes/annotation/prodigal.py
Expand Up @@ -44,7 +44,7 @@ def run(self, cpus=None):
sh.prodigal('-i', self.contig.fasta,
'-o', self.p.gbk,
'-a', self.p.faa,
'--mode', 'meta')
'-p', 'meta')

@property_cached
def results(self):
Expand Down

0 comments on commit 8818881

Please sign in to comment.