-
Notifications
You must be signed in to change notification settings - Fork 736
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
New module svtypersso #5311
New module svtypersso #5311
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.
Very nice! There are some minor formatting issues, but once you address them you can merge.
def args = task.ext.args ?: '' | ||
def prefix = task.ext.prefix ?: "${meta.id}" | ||
def vcf = vcf ? "--input_vcf ${vcf}" : "" | ||
def fasta = fasta ? "--ref_fasta ${fasta}" : "" |
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.
Align equal signs
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.
Thanks, fixed it!
|
||
stub: | ||
def args = task.ext.args ?: '' | ||
def prefix = task.ext.prefix ?: "${meta.id}" |
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.
Align equal signs
- align equal signs
Looks good to me, merge when ready |
* master: Tcoffee tcs (nf-core#5288) Add and update - picard/gatk4 - addorreplacereadgroups (nf-core#5302) New module svtypersso (nf-core#5311)
* Add module svtypersso * Adjust formatting - align equal signs
* Add module svtypersso * Adjust formatting - align equal signs
* Add module svtypersso * Adjust formatting - align equal signs
PR checklist
Closes #2808
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda