Skip to content

Type parsing of CometAdapter.ini is not working for missed_cleavages #298

Description

@jonasscheid

In the following src/Workflow.py script this part

    self.executor.run_topp(
        "CometAdapter",
        input_output={"in": in_mzML, "out": out_comet, "database": out_decoy_db},
        custom_params={
            "missed_cleavages": "0",
            "remove_precursor_peak": "yes"
            #"fixed_modifications": "Carbamidomethyl (C)"
        }
    )

Throws an error if I set "missed_cleavages": 0instead of "missed_cleavages": "0". Although the CometAdapter ini says

<ITEM name="missed_cleavages" value="1" type="int"

Parsing of types not 100% perfect?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions