-
Notifications
You must be signed in to change notification settings - Fork 45
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
Updated the Colabfold (version 1.5.2) and AlphaFold (version 2.3.2) containers #91
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.
Awesome job! 🚀
Just some few comments to address
@@ -40,7 +40,7 @@ workflow PREPARE_ALPHAFOLD2_DBS { | |||
ch_mmcif_files = file( params.pdb_mmcif_path, type: 'dir' ) | |||
ch_mmcif_obsolete = file( params.pdb_mmcif_path, type: 'file' ) | |||
ch_mmcif = ch_mmcif_files + ch_mmcif_obsolete | |||
ch_uniclust30 = file( params.uniclust30_path, type: 'dir' ) | |||
ch_uniref30 = file( params.uniref30_alphafold2_path, type: 'any' ) |
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.
If my first comment is OK (the one that has been to be corroborated by @athbaltzis then this should be):
ch_uniref30 = file( params.uniref30_alphafold2_path, type: 'any' ) | |
ch_uniref30 = file( params.uniref30_alphafold2_path, type: 'dir' ) |
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 am not 100% sure of the different behaviour between the two, I can tell you that there are a bunch of files in that directory (no sub-directories)
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.
By the book, this should have type: 'file'
. But type: 'any'
would work as well.
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 me know what you guys prefer :)
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.
If any
works we could leave it as it is 😄
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
Actually, here is the reason why library should be added see nf-core/modules#3358 |
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.
LGTM! 🚀
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).