Skip to content

Commit

Permalink
revert to tmp model path
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreiter committed Feb 23, 2024
1 parent 457f1ad commit 74fc9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ rule run_autopeptideml:
# Once they're available, I need to add a rule to download them and update the input here
# to be the rules syntax
model=INPUT_DIR
/ "models" / "autopeptideml" / "HPO_NegSearch_HP" / f"{autopeptideml_model_name}_1" / "apml_config.json",
/ "models/autopeptideml/HPO_NegSearch_HP/{autopeptideml_model_name}_1/apml_config.json",
output:
tsv=OUTPUT_DIR / "annotation/autopeptideml/autopeptideml_{autopeptideml_model_name}.tsv",
params:
Expand Down

0 comments on commit 74fc9e2

Please sign in to comment.