Skip to content

Commit

Permalink
Update pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ytirlet authored Apr 14, 2023
1 parent 2bdf834 commit 1599f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main() :
gff = output_path + name + '/' + name + '.emapper.genepred.gff'
annot = output_path + name + '/' + name + '.emapper.annotations'
out_file = output_path + name + '/' + name + '.gbk'
os.system('emapper2gbk genomes -fn ' + genom + ' -fp ' + prot + ' -g ' + gff + ' -a ' + annot + ' -o ' + out_file + ' -gt eggnog -c 5')
os.system('emapper2gbk genomes -fn ' + genom + ' -fp ' + prot + ' -g ' + gff + ' -a ' + annot + ' -o ' + out_file + ' -gt eggnog -c 40')

else :
raise ValueError("The specified annotation tool is not recognized. Please retry with 'eggnog' or 'prokka'. Default is 'prokka'.")
Expand Down

0 comments on commit 1599f79

Please sign in to comment.