-
Notifications
You must be signed in to change notification settings - Fork 0
add process and config for vcf2maf #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/0.7.0
Are you sure you want to change the base?
Conversation
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering reverting if for nothing other than consistency
modules/local/vcf2maf/main.nf
Outdated
cat <<-END_VERSIONS > versions.yml | ||
"${task.process}": | ||
vcf2maf: 1.6.22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's switch this to the standard 'no version' template
modules/local/vcf2maf/main.nf
Outdated
tag "${meta.id}" | ||
label 'process_medium' | ||
|
||
container 'docker.io/qclayssen/vcf2maf:debian_v1.6.22' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be pushed the UMCCR account as you mentioned
conf/refdata.config
Outdated
} | ||
|
||
genome { | ||
build = 'GRCh38' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The genome
block is reserved for filepaths and since we'll only use GRCh38 with sash in the foreseeable future, I would remove this and hardcode the value into the corresponding argument in the VCF2MAF
process
Request from Sehrish slack