-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cat fastq feature #179
base: dev
Are you sure you want to change the base?
Cat fastq feature #179
Conversation
Has more useful parsing/validation methods, which would be relevant as this pipeline takes multiple possible data types (i.e. bams and/or fastqs).
…catenated in channel. Logic borrowed from nf-core rnaseq: https://github.com/nf-core/rnaseq/blob/b96a75361a4f1d49aa969a2b1c68e3e607de06e8/subworkflows/local/utils_nfcore_rnaseq_pipeline/main.nf#L158-L174
meta.id is appended to front of list to facilitate joining by `.groupTuple()`, and is eventually dropped by `checkSamplesAfterGrouping` which returns `[meta, input_files]` as expected by rest of pipeline.
…lacing with tests in schema_input.json.
This PR is against the
|
Apologies, should have worked off `dev` to begin with.
Thanks @SpikyClip, I will have a look later today. 👍 |
Changes
cat_fastq
module which allows merging of resequenced fastq files before samples are processed downstream, fixes No cat_fastq? Sample with multiple run are not handled #148.nf-schema
was also added and samplesheet tests introduced (facilitated by the plugin's functionsamplesheetToList
).test_fastq_cat
), also included intest_full
. Original test sample data was split withseqkit
into two parts.schema_input.json
updated to2020-12
json standard.Potential Issues
nextflow_schema.json
to2020-12
, even when following the migration guide. For some reason doing so results in the error message:nextflow_schema.json
, it just failsnf-core pipeline lint
.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).