Skip to content

Commit

Permalink
Update prokkaMuscleFullSequence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayasth authored May 1, 2024
1 parent fb70a69 commit e92e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullSequenceAnalysis/prokkaMuscleFullSequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def remove_whitespace(input_file, output_file):
for sequence in sequences:
new_file.write(sequence + '\n')

def remove_whitespace_and_run_muscle(input_file, output_directory, muscle_executable='muscle'):
def remove_whitespace_and_run_muscle(input_file, output_directory, muscle_executable='./muscle3.8.31_i86linux32'):
"""
Cleans input file, runs MUSCLE, and then cleans the MUSCLE output for further processing.
"""
Expand Down

0 comments on commit e92e984

Please sign in to comment.