Skip to content

Commit

Permalink
fix for #529
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jan 11, 2021
1 parent b694e8c commit dc0e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funannotate/aux_scripts/funannotate-p2g.py
Expand Up @@ -94,7 +94,7 @@ def runDiamond(input, query, cpus, output, premade_db=None):
# run in frameshift mode
cmd = ['diamond', 'blastx', '--threads', str(cpus), '-q', input,
'--db', 'diamond', '-o', 'diamond.matches.tab', '-e', '1e-10',
'-k', '0', '--more-sensitive', '--unal', '0', '-c1', '-F', '15',
'-k', '0', '--more-sensitive', '--unal', '0', '-c', '1', '-F', '15',
'-f', '6', 'sseqid', 'slen',
'sstart', 'send', 'qseqid', 'qlen', 'qstart', 'qend', 'pident',
'length', 'evalue', 'score', 'qcovhsp', 'qframe']
Expand Down

0 comments on commit dc0e497

Please sign in to comment.