-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update hic mapping #17
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.
I want to test this after we have a clean template merge. Then happy to approve.
subworkflows/local/hic_mapping.nf
Outdated
file(cram_info[0]), | ||
cram_info[1], | ||
cram_info[2], | ||
cram_info[3], | ||
cram_info[4], | ||
cram_info[5], | ||
cram_info[6], |
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.
Can you add comments to describe what each of these fields actually contains?
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.
Done.
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 👍🏼 The following test worked for me:
nextflow run . -ansi-log false -profile test,singularity,longranger_lsf_sanger --outdir results
HiC mapping from
https://github.com/sanger-tol/treeval/blob/80554a803903183613d49690d5770eeadb3c42c9/subworkflows/local/hic_mapping.nf
was transferred to the main pipeline.
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).