Skip to content

Commit 80fd998

Browse files
Merge branch 'master' into master
2 parents 3dd74fb + 44b1b11 commit 80fd998

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Inclusion of assets/schema_input.json
88
- Added the multiQC again to report the versions
9-
- MHCquant parameters are now directly assigned to the argument of the
9+
- MHCquant parameters are now directly assigned to the argument of the process
1010

1111
### `Fixed`
1212

modules/local/generate_proteins_from_vcf.nf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ include { initOptions; saveFiles } from './functions'
44
params.options = [:]
55
options = initOptions(params.options)
66

7-
def VERSIONFRED2 = '2.0.6'
8-
def VERSIONMHCNUGGETS = '2.3.2'
9-
107
process GENERATE_PROTEINS_FROM_VCF {
118
tag "$meta"
129
label 'process_medium'

0 commit comments

Comments
 (0)