|
|
@@ -181,6 +181,12 @@ type HPCParameter struct { |
|
|
Ntasks string `json:"ntasks"` |
|
|
Ntasks string `json:"ntasks"` |
|
|
Nodes string `json:"nodes"` |
|
|
Nodes string `json:"nodes"` |
|
|
BamFile string `json:"bamFile"` |
|
|
BamFile string `json:"bamFile"` |
|
|
|
|
|
HashType string `json:"hashType"` |
|
|
|
|
|
AttackMode string `json:"attackMode"` |
|
|
|
|
|
HashInput string `json:"hashInput"` |
|
|
|
|
|
Mask string `json:"mask"` |
|
|
|
|
|
Dictionary string `json:"dictionary"` |
|
|
|
|
|
Dictionary2 string `json:"dictionary2"` |
|
|
HPCBindingFiles []HPCBindingFile `json:"hpcBindingFiles"` |
|
|
HPCBindingFiles []HPCBindingFile `json:"hpcBindingFiles"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|