Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
marissaDubbelaar authored Dec 27, 2021
2 parents 3dd74fb + 44b1b11 commit 80fd998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

### `Fixed`

Expand Down
3 changes: 0 additions & 3 deletions modules/local/generate_proteins_from_vcf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ include { initOptions; saveFiles } from './functions'
params.options = [:]
options = initOptions(params.options)

def VERSIONFRED2 = '2.0.6'
def VERSIONMHCNUGGETS = '2.3.2'

process GENERATE_PROTEINS_FROM_VCF {
tag "$meta"
label 'process_medium'
Expand Down

0 comments on commit 80fd998

Please sign in to comment.