Skip to content

Commit

Permalink
🪲 Bug fix mmseqs fake prefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulFD-creator committed Jan 25, 2024
1 parent 7ef2513 commit 329fb4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autopeptideml/utils/partitioning/mmseqs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ def generate_edges_mmseqs(
f'{outputdir}/seq_db', f'{outputdir}/pref', '-v', f'{mmseqs_v}'
])
else:
fake_prefilter = os.path.join(
os.path.realpath(os.path.dirname(__file__)), 'mmseqs_fake_prefilter.sh'
)
subprocess.run(
[
'/Users/raulfd/Projects/SSGA_parent/ssga/alignment_utils/mmseqs_fake_prefilter.sh',
fake_prefilter,
f'{outputdir}/seq_db', f'{outputdir}/seq_db', f'{outputdir}/pref', 'seq_db']
)

Expand Down

0 comments on commit 329fb4d

Please sign in to comment.