[][src]Struct ring_api::settings::Settings

pub struct Settings {
    pub chain: Chain,
    pub network_policy: NetworkPolicy,
    pub interactions: InteractionType,
    pub thresholds: Thresholds,
    pub sequence_separation: usize,
    pub skip_hetero: bool,
    pub skip_water: bool,
    pub skip_energy: bool,
    pub perform_msa: bool,
}

Parameters for submitting a job. See the documentation of each parameter for a detailed explanation.

Fields

chain: Chain

Which chain(s) to consider when computing interactions. Default All.

network_policy: NetworkPolicy

Which set of atoms to consider when evaluating contacts. Default Closest.

interactions: InteractionType

How many interactions to report per edge per type. Default Multiple.

thresholds: Thresholds

Max distances between two pairs of atoms to consider as interacting. Default strict.

sequence_separation: usize

Maximal distance between residues to consider at once. Default 3.

skip_hetero: bool

Skip hetero atoms and ligands. Default false.

skip_water: bool

Skip water (solvent) molecules. Default true.

skip_energy: bool

Skip FRST and TAP energy calculation. Default true.

perform_msa: bool

Calculate mutual information from a multiple alignment via BLAST (slow!) Default false.

Trait Implementations

impl PartialEq<Settings> for Settings[src]

impl Copy for Settings[src]

impl Default for Settings[src]

impl Clone for Settings[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Settings[src]

impl Serialize for Settings[src]

impl<'de> Deserialize<'de> for Settings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err