-
Notifications
You must be signed in to change notification settings - Fork 51
Pre-release dev branch #151
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
Conversation
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
vagkaratzas
left a comment
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.
Alright, tons of work and getting there!
I've left some comments, and now the tests need to pass, and will definitely catch more errors on the dev -> main PR to fix. Just an additional comment for the future; try to slowly convert local modules and subworkflows to nf-core style --adding metas, versions, meta.yml, tests etc
vagkaratzas
left a comment
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.
Almost there, just remove the .nf-test.log file and run prettier -w on the formatting failed paths from the error.
|
vagkaratzas
left a comment
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.
Good!
PR checklist
nf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).Pipeline completes successfully using test data with the following command:
nextflow run main.nf -profile test,dockernf-core subworkflow moved to local:
bam_variant_calling_sort_freebayes (FreeBayes module updated but not subworkflow - slack thread)
nf-core modules moved to local:
bcftools consensus (step to exclude indels from vcf with bcftools view added and additional bcftools index command to index new vcf file)
clair3 (incorrect flag. Module has --model, should be --model_path)
bedtools genomecov (module simplified compared to nf-core version to make life a little easier)
rasusa (genome_size moved to a separate input not same tuple as meta/reads to make life a little easier)