Skip to content

Commit

Permalink
update alphafold datasource suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
papillot committed Apr 27, 2024
1 parent 1572b84 commit 483c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource/alphafold-datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getFileInfo } from '../loader/loader-utils'
import Datasource from './datasource'

const baseUrl = '//alphafold.ebi.ac.uk/files/AF-'
const suffixURL = '-F1-model_v2.pdb'
const suffixURL = '-F1-model_v4.pdb'

class AlphafoldDatasource extends Datasource {
getUrl (src: string) {
Expand Down

0 comments on commit 483c88f

Please sign in to comment.