-
Notifications
You must be signed in to change notification settings - Fork 735
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
Tcoffee tcs #5288
Tcoffee tcs #5288
Conversation
getting the updates on tcoffee/align
…t lib and modified test for compressed
Description: This module uses t_coffee to compute the Transient Consistency Score (TCS). A metric used to assest the quality and conservation of the given MSA. It expects a msa as input and optionally a msa library. It outputs the TCS file in the score_ascii format of t_coffee and a simple csv reporting the overall TCS value for the given msa. |
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.
Looking good, just some minor remarks
|
||
input: | ||
tuple val(meta), path(msa) | ||
tuple val(meta2), path(lib) |
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.
Why 2 input channels? It seems meta2 is not even used in the script
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.
You can optionally pass a lib file. And if you doyou pass it through a channel that created such library in an alignment step before, so it will have it is own meta anyway. It is not used because not needed. But it will be passed in case with the lib file.
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.
Okay, should be fine as is
def lib_arg = lib ? "-lib ${lib}" : "" | ||
def header = meta.keySet().join(",") | ||
def values = meta.values().join(",") | ||
def unzipped_name = msa.toString() - '.gz' |
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
Hm weird, locally prettier runs without any issues. |
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.
I see everything's fixed, good to go.
* master: Tcoffee tcs (nf-core#5288) Add and update - picard/gatk4 - addorreplacereadgroups (nf-core#5302) New module svtypersso (nf-core#5311)
* right ater execution of nf-core modules create * added compression compatibility * allocated for otional lib file and created scores csv file based on tcs output * compiled the meta.yml * added the test for msa and msa compressed * removed lib only option * fixed issue with filename extension after ungzip, wrote test for input lib and modified test for compressed * added direct export of TEMP dir, hopefully fixes error ongithub singularity * fixing trailing whitespaces
* right ater execution of nf-core modules create * added compression compatibility * allocated for otional lib file and created scores csv file based on tcs output * compiled the meta.yml * added the test for msa and msa compressed * removed lib only option * fixed issue with filename extension after ungzip, wrote test for input lib and modified test for compressed * added direct export of TEMP dir, hopefully fixes error ongithub singularity * fixing trailing whitespaces
* right ater execution of nf-core modules create * added compression compatibility * allocated for otional lib file and created scores csv file based on tcs output * compiled the meta.yml * added the test for msa and msa compressed * removed lib only option * fixed issue with filename extension after ungzip, wrote test for input lib and modified test for compressed * added direct export of TEMP dir, hopefully fixes error ongithub singularity * fixing trailing whitespaces
PR checklist
Closes #XXX
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
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda