Skip to content

Commit

Permalink
Merge pull request #117 from uparma/feature/unimod_add_default_files
Browse files Browse the repository at this point in the history
add `add_unimod_default_file` parameter
  • Loading branch information
ArtiVlasov authored Dec 15, 2022
2 parents 9847b9a + 854ac40 commit 59fa161
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,29 @@
},
"value_type": "bool"
},
{
"default_value": true,
"description": "add the default unimod file to mapper",
"key_translations": {
"comet_style_1": "add_unimod_default_file",
"flash_lfq_style_1": "add_unimod_default_file",
"mascot_style_1": "add_unimod_default_file",
"msamanda_style_1": "add_unimod_default_file",
"msfragger_style_3": "add_unimod_default_file",
"msgfplus_style_1": "add_unimod_default_file",
"omssa_style_1": "add_unimod_default_file",
"pyprotista_style_1": "add_unimod_default_file",
"ursgal_style_1": "add_unimod_default_file",
"xtandem_style_1": "add_unimod_default_file"
},
"name": "add_unimod_default_file",
"tag": [
"modifications"
],
"triggers_rerun": true,
"value_translations": {},
"value_type": "bool"
},
{
"default_value": [
"A"
Expand Down Expand Up @@ -19048,4 +19071,4 @@
},
"value_type": "bool"
}
]
]

0 comments on commit 59fa161

Please sign in to comment.