Nim Api Post Call Protein Structure Alphafold2 Predict Structure From Sequence Postpost https://health.api.nvidia.com/v1/protein-structure/alphafold2/multimer/predict-structure-from-sequencesBody Paramssequencesarray of stringsrequiredlength between 1 and 6An input polypeptide (i.e., amino acid) sequence that must be composed of valid Amino Acid IUPAC symbols.Input Polypeptide Sequence* stringADD stringalgorithmstringenumDefaults to jackhmmerThe algorithm to use for MSA. AlphaFold2 was trained on JackHMMer; MMSeqs2 provides faster inference. (MMSeqs2 will be supported in a future version of AlphaFold2 NIM!)jackhmmermmseqs2Allowed:jackhmmermmseqs2bit_scorenumbernullSequence Bit Score cutoff for filtering sequences used in seeding the Multiple Sequence Alignment. Bit score must be > 0 or NULL. Note: If this value is unset, e-value is ignored.databasesarray of stringslength between 1 and 3Defaults to uniref90,mgnfiy,small_bfdDatabases used for Multiple Sequence Alignment. By default, uniref90, mgnify, and small_bfd are used. Choice of databases(s) can significantly impact downstream structure prediction, so we recommend modifying carefully.MSA Databases string string stringe_valuenumber≤ 10Defaults to 0.0001The e-value used for filtering hits when building the Multiple Sequence Alignment. Takes values between 0 < x <= 10.iterationsinteger≥ 1Defaults to 1The number of MSA iterations to perform.relax_predictionbooleanDefaults to trueRun structural relaxation after predictiontruefalsestructure_models_to_relaxstringenumDefaults to allWhich structural prediction to relax with AMBER. Default: Relax 'all' models.allbestnoneAllowed:allbestnonenum_predictions_per_modelinteger1 to 8Defaults to 1Determines the number of times the trunk of the network is run with different random MSA cluster centers.max_msa_sequencesintegernull1 to 100000The maximum sequences taken from the MSA for model prediction.template_searcherstringenumDefaults to hhsearchThe template searcher to use for templating. hmmsearch should be used for multimer; most other queries should rely on hhsearch.hhsearchhmmsearchAllowed:hhsearchhmmsearchResponses 200Successful Response 422Validation ErrorUpdated 17 days ago