We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd74fb + 44b1b11 commit 80fd998Copy full SHA for 80fd998
CHANGELOG.md
@@ -6,7 +6,7 @@
6
7
- Inclusion of assets/schema_input.json
8
- Added the multiQC again to report the versions
9
-- MHCquant parameters are now directly assigned to the argument of the
+- MHCquant parameters are now directly assigned to the argument of the process
10
11
### `Fixed`
12
modules/local/generate_proteins_from_vcf.nf
@@ -4,9 +4,6 @@ include { initOptions; saveFiles } from './functions'
4
params.options = [:]
5
options = initOptions(params.options)
-def VERSIONFRED2 = '2.0.6'
-def VERSIONMHCNUGGETS = '2.3.2'
-
process GENERATE_PROTEINS_FROM_VCF {
tag "$meta"
label 'process_medium'
0 commit comments