-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add skeleton for samplesheet generation #47
base: dev
Are you sure you want to change the base?
Conversation
|
format = 'csv' | ||
format_sep = ',' |
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.
Does this need to be defined twice?
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.
No, I was leaving it in as an example but can remove this now :)
Thanks for adding the test @CarsonJM ! |
…ix bracken test warning by installing untar module, update tests
|
OK tested, and a createtaxdb generated samplesheet is accepted with taxprofiler! |
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.
A minor suggestion regarding the new subworkflow which will allow easier integration of more downstream pipelines for samplesheet generation
…tiple pipelines samplesheet generation
subworkflows/local/generate_downstream_samplesheets/tests/main.nf.test.snap
Outdated
Show resolved
Hide resolved
Co-authored-by: Joon Klaps <[email protected]>
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.
Minor suggestions.
Co-authored-by: Joon Klaps <[email protected]>
Co-authored-by: Joon Klaps <[email protected]>
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
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.
Nice tutorial - I think its clear.
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.
This looks really good! Nice idea using the tar outputs 🎉
} | ||
} | ||
|
||
def channelToSamplesheet(ch_list_for_samplesheet, path, format) { |
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.
This looks really clean now!
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 think this looks good 👍
… contents can be found by KRAKEN2_BUILD with container mounting
TODO: complete tutorial (double check commands, outputs etc.) |
Closes #15
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).