Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ There are two main predictions in the affinity output: `affinity_pred_value` and

## Authentication to MSA Server

When using the `--use_msa_server` option with a server that requires authentication, you can provide credentials in one of two ways. More information is available in our [prediction instructions](docs/prediction.md).
When using the `--use_msa_server` option with a server that requires authentication, you can provide credentials in one of two ways. More information is available in our [prediction instructions](docs/prediction.md#authentication-to-msa-server).

## Evaluation

Expand Down
1 change: 0 additions & 1 deletion src/boltz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ def compute_msa(
key = api_key_header if api_key_header else "X-API-Key"
value = api_key_value
auth_headers = {
"Content-Type": "application/json",
key: value
}
click.echo(f"Using API key authentication for MSA server (header: {key})")
Expand Down