fix issue #5612 - boolean param to optionally log skipped fastqs - #190
Closed
glichtenstein wants to merge 24 commits into
Closed
fix issue #5612 - boolean param to optionally log skipped fastqs#190glichtenstein wants to merge 24 commits into
glichtenstein wants to merge 24 commits into
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
2 tasks
Contributor
Author
|
It will need the the nf-core/modules PR counterpart to pass the tests. |
17 tasks
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 23, 2024 23:16
910cba5 to
3806b6a
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 23, 2024 23:44
4fc95ef to
fffb21d
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 24, 2024 16:31
0d6ca1d to
6531e13
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
2 times, most recently
from
May 31, 2024 17:58
34478cd to
3a89595
Compare
…s or smaller before checking if there's only one read left
Contributor
Author
|
Will close it in favor of nf-core/modules#5734 with help of @k1sauce refactoring of demultiplex.nf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes nf-core/modules#5612
nf-core/modules PR counterpart: nf-core/modules#5638
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).Description
This pull request adds the optional parameter
--log_skipped_fastqsto thedemultiplexpipeline. This change was necessary to address the issue with logging skipped FASTQ files and preventing the AWS S3 issue.Patch Details
The changes in this PR were applied using a patch from a specific commit in the
nf-core/modulesrepository. The commit details are as follows:git format-patch -1 22bc6c5b186e16432e5b82d1932020b9c92e7040 -o /<some_dir>/patch/The patch was applied to ensure that the
demultiplexrepository includes the latest changes fromnf-core/modulesnecessary for this feature.Testing
true
nextflow run glichtenstein/demultiplex -r 7d9538e --input nf-core-samplesheet.csv --outdir /data/scratch/iseq-DI/output -profile docker -work-dir /data/scratch/iseq-DI/workdir -resume --skip_tools fastp --log_empty_fastqs=truefalse
nextflow run glichtenstein/demultiplex -r 7d9538e --input nf-core-samplesheet.csv --outdir /data/scratch/iseq-DI/output -profile docker -work-dir /data/scratch/iseq-DI/workdir -resume --skip_tools fastp --log_empty_fastqs=falseexecutor > local (5)
[1a/e1ae22] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:BCL_DEMULTIPLEX:BCLCONVERT [100%] 1 of 1 ✔
[5f/05036f] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:FALCO (iseq-DI_S1_L001) [100%] 1 of 1 ✔
[84/64923f] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:MD5SUM (iseq-DI_S1_L001) [100%] 2 of 2 ✔
[11/351698] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:MULTIQC [100%] 1 of 1 ✔
-[nf-core/demultiplex] Pipeline completed successfully-
cat output/empty_fastqs.logEmpty or invalid FASTQ file: /data/scratch/iseq-DI/workdir/1a/e1ae22.../Bad-iseq-DI_S2_L001_R1_001.fastq.gz
Empty or invalid FASTQ file: /data/scratch/iseq-DI/workdir/1a/e1ae22.../Bad-iseq-DI_S2_L001_R2_001.fastq.gz
Dataset used
SampleSheet was modified to include bad barcodes.
nf-core_samplesheet.csv
bcl_convert_samplesheet.csv