Skip to content

Commit

Permalink
Update subworkflows/local/mhc_binding_prediction/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Mohr <contact.cmohr@gmail.com>
  • Loading branch information
jonasscheid and christopher-mohr authored Feb 11, 2025
1 parent 20e2919 commit 7169dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/mhc_binding_prediction/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ workflow MHC_BINDING_PREDICTION {

// Check if supported tools are specified
def validate_tools_param(tools) {
valid_tools = [ 'syfpeithi', 'mhcnuggets', 'mhcnuggetsii', 'mhcflurry', 'netmhcpan', 'netmhciipan' ]
valid_tools = [ 'mhcnuggets', 'mhcnuggetsii', 'mhcflurry', 'netmhcpan', 'netmhciipan' ]
tool_list = tools.tokenize(',')
// Validate each tool in tools if it's in valid_tools
def invalid_tools = tool_list.findAll { it.trim() !in valid_tools }
Expand Down

0 comments on commit 7169dce

Please sign in to comment.