Skip to content

Commit f08cf38

Browse files
committed
Remove unnecessary 'multi' parameter from Prodigal command in PLAST class
1 parent ad76dc0 commit f08cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plast/plast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def load_nt_fasta(self, input_fasta: Union[str, any]) -> "PLAST":
386386
cmd = (
387387
f"{prodigal} -i {input_file.name}"
388388
f" -a {output_file.name}"
389-
f" -g 11 -p multi -q"
389+
f" -g 11 -q"
390390
)
391391
if self.length < 100000:
392392
cmd += " -p meta"

0 commit comments

Comments
 (0)